Commit 7cb1d21
committed
Tell ipython directive to ignore deprecation warnings from numpy
Apparently currently np.linalg.lstsq gives a warning if you don't pass
rcond explicitly, and the ipython directive errors out if you get an
unexpected warning. I don't care about any of this, so shut it up.1 parent 54dcf7b commit 7cb1d21
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
0 commit comments