Skip to content

Commit

Permalink
MAINT: HARK.datasets moved to HARK.Calibration
Browse files Browse the repository at this point in the history
  • Loading branch information
MridulS committed Oct 10, 2024
1 parent ffc6131 commit 8cb09d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
" CGM_income,\n",
")\n",
"\n",
"from HARK.datasets.life_tables.us_ssa.SSATools import parse_ssa_life_table\n",
"from HARK.Calibration.life_tables.us_ssa.SSATools import parse_ssa_life_table\n",
"import pandas as pd\n",
"from copy import copy"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"# This cell does some setup and imports generic tools used to produce the figures\n",
"\n",
"from HARK.utilities import get_lorenz_shares, get_percentiles\n",
"from HARK.datasets import load_SCF_wealth_weights\n",
"from HARK.Calibration import load_SCF_wealth_weights\n",
"from HARK.distribution import Uniform\n",
"from HARK.ConsumptionSaving.ConsIndShockModel import IndShockConsumerType\n",
"from copy import deepcopy\n",
Expand Down

0 comments on commit 8cb09d6

Please sign in to comment.