Skip to content

Commit

Permalink
Add missing line change
Browse files Browse the repository at this point in the history
  • Loading branch information
mnwhite committed Feb 7, 2025
1 parent 8a43c0d commit 37c8377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Release Date: TBD
- Fixes notation errors in IndShockConsumerType.make_euler_error_func from prior changes. [1495](https://github.com/econ-ark/HARK/pull/1495)
- Fixes typos in IdentityFunction interpolator class. [1492](https://github.com/econ-ark/HARK/pull/1492)
- Expands functionality of Cobb-Douglas aggregator for CRRA utility. [1363](https://github.com/econ-ark/HARK/pull/1363)
- 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)
- 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)

### 0.15.1

Expand Down
1 change: 1 addition & 0 deletions HARK/Calibration/Income/IncomeProcesses.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ def __init__(
var_names=["PermShk", "TranShk"],
pmv=joint_dstn.pmv,
atoms=joint_dstn.atoms,
limit=joint_dstn.limit,
seed=seed,
)

Expand Down

0 comments on commit 37c8377

Please sign in to comment.