Skip to content

Commit

Permalink
Update example notebooks
Browse files Browse the repository at this point in the history
Two very small compatibility changes
  • Loading branch information
mnwhite committed Mar 25, 2024
1 parent 18c8f70 commit b4583a8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"\n",
"from HARK.ConsumptionSaving.ConsPortfolioModel import (\n",
"from HARK.ConsumptionSaving.ConsPortfolioModel import init_portfolio\n",
"from HARK.ConsumptionSaving.ConsSequentialPortfolioModel import (\n",
" SequentialPortfolioConsumerType,\n",
" init_portfolio,\n",
")\n",
"from HARK.utilities import plot_funcs"
]
Expand Down Expand Up @@ -393,7 +393,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
"version": "3.10.0"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit b4583a8

Please sign in to comment.