Skip to content

Commit

Permalink
indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sidd3888 committed Nov 23, 2023
1 parent d50512c commit fd57329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ConsIndShockModel/KinkedRconsumerType.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
"a_t &\\geq \\underline{a}, \\\\\n",
"m_{t+1} &= \\Rfree_t/(\\PermGroFac_{t+1} \\psi_{t+1}) a_t + \\theta_{t+1}, \\\\\n",
"\\Rfree_t &= \\begin{cases}\n",
" \\Rfree_{boro} & \\text{if } a_t < 0\\\\\n",
" \\Rfree_{save} & \\text{if } a_t \\geq 0,\n",
"\\Rfree_{boro} & \\text{if } a_t < 0\\\\\n",
"\\Rfree_{save} & \\text{if } a_t \\geq 0,\n",
"\\end{cases}\\\\\n",
"\\Rfree_{boro} &> \\Rfree_{save}, \\\\\n",
"(\\psi_{t+1},\\theta_{t+1}) &\\sim F_{t+1}, \\\\\n",
Expand Down

0 comments on commit fd57329

Please sign in to comment.