Enable pandas type checking #13205
Annotations
10 errors
xarray/tests/test_backends.py#L556
TestZarrKVStoreV3.test_roundtrip_cftime_datetime_data
ValueError: Failed to decode variable 't': unable to decode time units 'days since 0001-01-01 00:00:00.000000' with "calendar 'standard'". Try opening your dataset with decode_times=False or installing cftime if it is not installed.
|
xarray/tests/test_backends.py#L5197
test_use_cftime_standard_calendar_default_in_range[gregorian]
ValueError: Failed to decode variable 'time': unable to decode time units 'days since 2000-01-01' with "calendar 'gregorian'". Try opening your dataset with decode_times=False or installing cftime if it is not installed.
|
xarray/tests/test_backends.py#L5197
test_use_cftime_standard_calendar_default_in_range[proleptic_gregorian]
ValueError: Failed to decode variable 'time': unable to decode time units 'days since 2000-01-01' with "calendar 'proleptic_gregorian'". Try opening your dataset with decode_times=False or installing cftime if it is not installed.
|
xarray/tests/test_backends.py#L573
TestZarrKVStoreV3.test_roundtrip_timedelta_data
NameError: name 'NPDatetimeUnitOptions' is not defined
|
xarray/tests/test_backends.py#L5197
test_use_cftime_standard_calendar_default_in_range[standard]
ValueError: Failed to decode variable 'time': unable to decode time units 'days since 2000-01-01' with "calendar 'standard'". Try opening your dataset with decode_times=False or installing cftime if it is not installed.
|
xarray/tests/test_backends.py#L582
TestZarrKVStoreV3.test_roundtrip_example_1_netcdf
ValueError: Failed to decode variable 'time': unable to decode time units 'hours since 1996-1-1' with 'the default calendar'. Try opening your dataset with decode_times=False or installing cftime if it is not installed.
|
xarray/tests/test_backends.py#L5229
test_use_cftime_standard_calendar_default_out_of_range[1500-gregorian]
Failed: DID NOT WARN. No warnings of type (<class 'xarray.coding.variables.SerializationWarning'>,) were emitted.
Emitted warnings: [].
|
xarray/tests/test_backends.py#L5229
test_use_cftime_standard_calendar_default_out_of_range[1500-proleptic_gregorian]
Failed: DID NOT WARN. No warnings of type (<class 'xarray.coding.variables.SerializationWarning'>,) were emitted.
Emitted warnings: [].
|
xarray/tests/test_backends.py#L644
TestZarrKVStoreV3.test_orthogonal_indexing
NameError: name 'NPDatetimeUnitOptions' is not defined
|
xarray/tests/test_backends.py#L5229
test_use_cftime_standard_calendar_default_out_of_range[1500-standard]
Failed: DID NOT WARN. No warnings of type (<class 'xarray.coding.variables.SerializationWarning'>,) were emitted.
Emitted warnings: [].
|
This job failed
Loading