Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT: HARK.datasets moved to HARK.Calibration #211

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading