Skip to content

Commit d343910

Browse files
committed
tst: raise UserWarning
1 parent b76a005 commit d343910

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lectures/aiyagari.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ kernelspec:
2626
:depth: 2
2727
```
2828

29+
```{code-cell} ipython3
30+
from warnings import UserWarning
31+
raise UserWarning("TEST")
32+
```
33+
2934
In addition to what's in Anaconda, this lecture will need the following libraries:
3035

3136
```{code-cell} ipython3

0 commit comments

Comments
 (0)