Relax nanosecond datetime restriction in CF time decoding #15444
Annotations
10 errors and 1 warning
Run tests:
xarray/tests/test_backends.py#L439
TestScipyInMemoryData.test_roundtrip_test_data
AssertionError: assert (dtype('<M8[s]') == dtype('<M8[ns]') or ('M' in {'O', 'S', 'U'}))
+ where 'M' = dtype('<M8[s]').kind
|
Run tests:
xarray/tests/test_backends.py#L439
TestScipyFileObject.test_roundtrip_test_data
AssertionError: assert (dtype('<M8[s]') == dtype('<M8[ns]') or ('M' in {'O', 'S', 'U'}))
+ where 'M' = dtype('<M8[s]').kind
|
Run tests:
xarray/tests/test_backends.py#L439
TestScipyFilePath.test_roundtrip_test_data
AssertionError: assert (dtype('<M8[s]') == dtype('<M8[ns]') or ('M' in {'O', 'S', 'U'}))
+ where 'M' = dtype('<M8[s]').kind
|
Run tests:
xarray/tests/test_backends.py#L439
TestNetCDF4Data.test_roundtrip_test_data
AssertionError: assert (dtype('<M8[s]') == dtype('<M8[ns]') or ('M' in {'O', 'S', 'U'}))
+ where 'M' = dtype('<M8[s]').kind
|
Run tests:
xarray/tests/test_backends.py#L439
TestNetCDF3ViaNetCDF4Data.test_roundtrip_test_data
AssertionError: assert (dtype('<M8[s]') == dtype('<M8[ns]') or ('M' in {'O', 'S', 'U'}))
+ where 'M' = dtype('<M8[s]').kind
|
Run tests:
xarray/tests/test_backends.py#L439
TestNetCDF4ClassicViaNetCDF4Data.test_roundtrip_test_data
AssertionError: assert (dtype('<M8[s]') == dtype('<M8[ns]') or ('M' in {'O', 'S', 'U'}))
+ where 'M' = dtype('<M8[s]').kind
|
Run tests:
xarray/tests/test_backends.py#L1626
TestNetCDF4Data.test_open_encodings
AssertionError: Left and right DataArray objects are not equal
Differing coordinates:
L * time (time) datetime64[ns] 80B 1999-01-05 1999-01-06 ... 1999-01-14
R * time (time) datetime64[s] 80B 1999-01-05 1999-01-06 ... 1999-01-14
|
Run tests:
xarray/tests/test_backends.py#L1678
TestNetCDF4Data.test_compression_encoding_legacy
AssertionError: Left and right Dataset objects are not equal
Differing coordinates:
L * time (time) datetime64[s] 160B 2000-01-01 2000-01-02 ... 2000-01-20
R * time (time) datetime64[ns] 160B 2000-01-01 2000-01-02 ... 2000-01-20
|
Run tests:
xarray/tests/test_backends.py#L439
TestNetCDF4ViaDaskData.test_roundtrip_test_data
AssertionError: assert (dtype('<M8[s]') == dtype('<M8[ns]') or ('M' in {'O', 'S', 'U'}))
+ where 'M' = dtype('<M8[s]').kind
|
Run tests:
xarray/tests/test_backends.py#L439
TestGenericNetCDFData.test_roundtrip_test_data
AssertionError: assert (dtype('<M8[s]') == dtype('<M8[ns]') or ('M' in {'O', 'S', 'U'}))
+ where 'M' = dtype('<M8[s]').kind
|
Restore cached hypothesis directory
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Loading