Commit 5a14156
authored
Corrected future warning in solarposition.py (#1256)
* Corrected future warning in solarposition.py
- corrected code to avoid: casting datetime64[ns, Europe/Berlin] values to int64 with .astype(...) is deprecated and will raise in a future version. Use .view(...) instead.
* Update v0.9.0.rst1 parent 699f591 commit 5a14156
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| 178 | + | |
178 | 179 | | |
179 | 180 | | |
180 | 181 | | |
| |||
212 | 213 | | |
213 | 214 | | |
214 | 215 | | |
| 216 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
368 | | - | |
| 368 | + | |
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
| |||
0 commit comments