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
timestep_value=np.nan#TODO: None is supported by pandas 2.1.2 and maybe earlier versions, but not 2.0.3 (py39 only)
timestep_unit=np.nan
Altough, None in dataframes seems not supported by older pandas versions (ends up being nan anyway). So wait until support for Python 3.8 is dropped (#87)
Replace np.nan with None when reading timeseries in timeseries.py:
hatyan/hatyan/timeseries.py
Lines 1410 to 1412 in 42c9e23
Altough, None in dataframes seems not supported by older pandas versions (ends up being nan anyway). So wait until support for Python 3.8 is dropped (#87)
Also update equidistant check in timeseries.py:
hatyan/hatyan/timeseries.py
Lines 1582 to 1583 in 42c9e23
Would avoid the need to overwrite nan with None in metadata.py:
hatyan/hatyan/metadata.py
Lines 43 to 45 in 42c9e23
The text was updated successfully, but these errors were encountered: