Skip to content

Commit c8391be

Browse files
committed
use collapse-20 as a standard size
1 parent 55a5946 commit c8391be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/amss.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Now let's define numba-compatible interpolation functions for this lecture.
4747
We will soon use the following interpolation functions to interpolate the value function and the policy functions
4848

4949
```{code-cell} ipython
50-
:tags: [collapse-40]
50+
:tags: [collapse-20]
5151
5252
@njit
5353
def get_grid_nodes(grid):
@@ -745,7 +745,7 @@ assets, returning any excess revenues to the household as non-negative lump-sum
745745
The recursive formulation is implemented as follows
746746

747747
```{code-cell} python3
748-
:tags: [collapse-30]
748+
:tags: [collapse-20]
749749
:load: _static/lecture_specific/amss/recursive_allocation.py
750750
```
751751

0 commit comments

Comments
 (0)