Skip to content

Commit 37c8377

Browse files
committed
Add missing line change
1 parent 8a43c0d commit 37c8377

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Documentation/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Release Date: TBD
3434
- Fixes notation errors in IndShockConsumerType.make_euler_error_func from prior changes. [1495](https://github.com/econ-ark/HARK/pull/1495)
3535
- Fixes typos in IdentityFunction interpolator class. [1492](https://github.com/econ-ark/HARK/pull/1492)
3636
- Expands functionality of Cobb-Douglas aggregator for CRRA utility. [1363](https://github.com/econ-ark/HARK/pull/1363)
37-
- Improved tracking of the bounds of support for distributions, and (some) solvers now respect those bounds when computing the "worst outcome". [XXXX](https://github.com/econ-ark/HARK/pull/1479)
37+
- Improved tracking of the bounds of support for distributions, and (some) solvers now respect those bounds when computing the "worst outcome". [1524](https://github.com/econ-ark/HARK/pull/1524)
3838

3939
### 0.15.1
4040

HARK/Calibration/Income/IncomeProcesses.py

+1
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ def __init__(
344344
var_names=["PermShk", "TranShk"],
345345
pmv=joint_dstn.pmv,
346346
atoms=joint_dstn.atoms,
347+
limit=joint_dstn.limit,
347348
seed=seed,
348349
)
349350

0 commit comments

Comments
 (0)