OzFlux / PyFluxPro

PyFluxPro V3.4 is a significant upgrade from previous versions. It has several new features, improved stability and is introduced ahead of the 2021 OzFlux Data Workshop.
GNU General Public License v3.0
21 stars 5 forks source link

Fix timestamp windows #101

Closed pisaac-ozflux closed 1 year ago

pisaac-ozflux commented 1 year ago

Using astype(int) on timedelta64[ns] causes integer overflow under Windows, Linux and MacOS OK.

cmewenz commented 1 year ago

Thanks Peter, I checked it out and it worked on Win and lin.