You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix hexadecimal parsing and docsbuild failure (#169)
* fix hexadecimal parsing
* pandas now seems to convert ints to datetimes
* pandas now seems to convert ints to datetimes
* fix docs failures
* remove datetime test
* code review suggestions from Shane
Copy file name to clipboardExpand all lines: docs/tutorial.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ JSOC time strings can be converted to a naive `~datetime.datetime` representatio
91
91
12016-04-0106:00:00
92
92
22016-04-0112:00:00
93
93
32016-04-0118:00:00
94
-
Name: T_REC, dtype: datetime64[ns]
94
+
Name: T_REC, dtype: datetime64[us]
95
95
96
96
For most of the HMI and MDI data sets, the `TAI <https://en.wikipedia.org/wiki/International_Atomic_Time>`__ time standard is used which, in contrast to `UTC <https://en.wikipedia.org/wiki/Coordinated_Universal_Time>`__, does not make use of any leap seconds.
97
97
The TAI standard is currently not supported by the Python standard libraries.
@@ -210,7 +210,7 @@ Note that :meth:`drms.client.Client.export` performs an ``url_quick`` / ``as-is`
210
210
1/SUM41/D803708361/S00008/Dopplergram.fits
211
211
2/SUM71/D803720859/S00008/Dopplergram.fits
212
212
3/SUM70/D803730119/S00008/Dopplergram.fits
213
-
Name: filename, dtype: object
213
+
Name: filename, dtype: str
214
214
215
215
Download URLs can now be generated using the :attr:`drms.client.ExportRequest.urls` attribute:
216
216
@@ -225,7 +225,7 @@ The following, for example, only downloads the first file of the request:
0 commit comments