Commit 127a730
committed
Silence recent NumPy warning about
With a recent enough NumPy, tests now break with the warning:
```
/home/brandon/skyfield/skyfield/earthlib.py:3: FutureWarning: In the
future `np.bool` will be defined as the corresponding NumPy scalar.
```np.bool
1 parent f598772 commit 127a730
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
0 commit comments