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
In #284@mcuntz added a longdouble argument to enable encoding times (in memory) with greater precision. The default was set to False, since otherwise it would interfere with serialization logic in downstream libraries (e.g. xarray). I just wanted to check if it is still planned to eventually change the default to True. In xarray this would be fairly straightforward to address by explicitly setting the longdouble argument to False in the time encoding logic, but before doing that I just wanted to confirm cftime's future plans.
The text was updated successfully, but these errors were encountered:
In #284 @mcuntz added a
longdouble
argument to enable encoding times (in memory) with greater precision. The default was set toFalse
, since otherwise it would interfere with serialization logic in downstream libraries (e.g. xarray). I just wanted to check if it is still planned to eventually change the default toTrue
. In xarray this would be fairly straightforward to address by explicitly setting thelongdouble
argument toFalse
in the time encoding logic, but before doing that I just wanted to confirm cftime's future plans.The text was updated successfully, but these errors were encountered: