Skip to content

Commit 22dafcd

Browse files
committed
minor updates
1 parent 0c7cc5c commit 22dafcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lectures/_toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ parts:
7979
- file: cass_fiscal
8080
- file: cass_fiscal_2
8181
- file: ak2
82-
- file: ak_aiyagari
8382
- file: cake_eating_problem
8483
- file: cake_eating_numerical
8584
- file: optgrowth
@@ -106,6 +105,7 @@ parts:
106105
- file: markov_perf
107106
- file: uncertainty_traps
108107
- file: aiyagari
108+
- file: ak_aiyagari
109109
- caption: Asset Pricing and Finance
110110
numbered: true
111111
chapters:

lectures/ak_aiyagari.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ ss1 = find_ss(hh, firm, [0, 0.1, np.zeros(hh.j_grid.size)], Q, verbose=True)
734734
```
735735

736736
```{code-cell} ipython3
737-
%time find_ss(hh, firm, [0, 0.1, np.zeros(hh.j_grid.size)], Q);
737+
%time find_ss(hh, firm, [0, 0.1, np.zeros(hh.j_grid.size)], Q).block_until_ready();
738738
```
739739

740740
```{code-cell} ipython3

0 commit comments

Comments
 (0)