Skip to content

Commit

Permalink
fix ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlujan91 committed Dec 9, 2023
1 parent 3cb75ca commit 53d54ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/Gentle-Intro/Gentle-Intro-To-HARK.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -427,13 +427,13 @@
"# This cell defines a parameter dictionary for making an instance of IndShockConsumerType.\n",
"\n",
"IndShockDictionary = {\n",
" \"CRRA\": 2.5, # The dictionary includes our original parameters...\n",
" \"CRRA\": 2.5, # The dictionary includes our original parameters...\n",
" \"Rfree\": 1.03,\n",
" \"DiscFac\": 0.96,\n",
" \"LivPrb\": [0.98],\n",
" \"PermGroFac\": [1.01],\n",
" \"PermShkStd\": [0.1], \n",
" \"PermShkCount\": 7, # and the new parameters for constructing the income process.\n",
" \"PermShkStd\": [0.1],\n",
" \"PermShkCount\": 7, # and the new parameters for constructing the income process.\n",
" \"TranShkStd\": [0.1],\n",
" \"TranShkCount\": 7,\n",
" \"UnempPrb\": 0.05,\n",
Expand Down

0 comments on commit 53d54ac

Please sign in to comment.