Skip to content

Commit 56041e3

Browse files
committed
Revert "remove test case"
This reverts commit d4264c7.
1 parent 94735f7 commit 56041e3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lectures/aiyagari.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ In addition to what's in Anaconda, this lecture will need the following librarie
3434
!pip install quantecon
3535
```
3636

37+
```{code-cell} ipython3
38+
import warnings
39+
warnings.warn(
40+
"This function will be deprecated in a future version. ",
41+
FutureWarning
42+
)
43+
```
44+
3745
## Overview
3846

3947
In this lecture, we describe the structure of a class of models that build on work by Truman Bewley {cite}`Bewley1977`.

0 commit comments

Comments
 (0)