Skip to content

Commit

Permalink
Update cstwMPC.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlujan91 committed Apr 21, 2023
1 parent a06c0d3 commit 9d0b835
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cstwMPC.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1578,9 +1578,8 @@
"\"\"\"\n",
"do_param_dist = True # Do param-dist version if True, param-point if False\n",
"do_lifecycle = False # Use lifecycle model if True, perpetual youth if False\n",
"do_agg_shocks = False # Solve the FBS aggregate shocks version of the model\n",
"# Matches liquid assets data when True, net worth data when False\n",
"do_liquid = True\n",
"do_agg_shocks = True # Solve the FBS aggregate shocks version of the model\n",
"do_liquid = False # Matches liquid assets data when True, net worth data when False\n",
"do_tractable = False #"
]
},
Expand Down

0 comments on commit 9d0b835

Please sign in to comment.