Enable pandas type checking #13205
ci.yaml
on: pull_request
detect ci trigger
3s
Event File
4s
Matrix: test
Annotations
92 errors
ubuntu-latest py3.12 flaky:
xarray/tests/test_backends.py#L4686
TestDask.test_dask_roundtrip
NameError: name 'NPDatetimeUnitOptions' is not defined
|
ubuntu-latest py3.12 flaky
Process completed with exit code 1.
|
ubuntu-latest py3.9 bare-minimum:
xarray/tests/test_coding_times.py#L531
test_infer_datetime_units[ns-nanoseconds]
NameError: name 'NPDatetimeUnitOptions' is not defined
|
ubuntu-latest py3.9 bare-minimum:
xarray/tests/test_coding_times.py#L531
test_infer_datetime_units[us-microseconds]
NameError: name 'NPDatetimeUnitOptions' is not defined
|
ubuntu-latest py3.9 bare-minimum:
xarray/tests/test_coding_times.py#L531
test_infer_datetime_units[ms-milliseconds]
NameError: name 'NPDatetimeUnitOptions' is not defined
|
ubuntu-latest py3.9 bare-minimum:
xarray/tests/test_coding_times.py#L531
test_infer_datetime_units[s-seconds]
NameError: name 'NPDatetimeUnitOptions' is not defined
|
ubuntu-latest py3.9 bare-minimum:
xarray/tests/test_coding_times.py#L531
test_infer_datetime_units[min-minutes]
NameError: name 'NPDatetimeUnitOptions' is not defined
|
ubuntu-latest py3.9 bare-minimum:
xarray/tests/test_coding_times.py#L531
test_infer_datetime_units[h-hours]
NameError: name 'NPDatetimeUnitOptions' is not defined
|
ubuntu-latest py3.9 bare-minimum:
xarray/tests/test_coding_times.py#L531
test_infer_datetime_units[D-days]
NameError: name 'NPDatetimeUnitOptions' is not defined
|
ubuntu-latest py3.9 bare-minimum:
xarray/tests/test_coding_times.py#L549
test_infer_datetime_units_with_NaT[dates0-days since 1900-01-01 00:00:00]
NameError: name 'NPDatetimeUnitOptions' is not defined
|
ubuntu-latest py3.9 bare-minimum:
xarray/tests/test_coding_times.py#L549
test_infer_datetime_units_with_NaT[dates1-days since 1900-01-01 00:00:00]
NameError: name 'NPDatetimeUnitOptions' is not defined
|
ubuntu-latest py3.9 bare-minimum:
xarray/tests/test_coding_times.py#L549
test_infer_datetime_units_with_NaT[dates2-days since 1970-01-01 00:00:00]
NameError: name 'NPDatetimeUnitOptions' is not defined
|
macos-latest py3.9:
xarray/tests/test_backends.py#L1148
TestH5NetCDFFileObject.test_encoding_kwarg_dates
NameError: name 'NPDatetimeUnitOptions' is not defined
|
macos-latest py3.9:
xarray/tests/test_backends.py#L1222
TestH5NetCDFFileObject.test_append_write
NameError: name 'NPDatetimeUnitOptions' is not defined
|
macos-latest py3.9:
xarray/tests/test_backends.py#L1148
TestZarrWriteEmpty.test_encoding_kwarg_dates
NameError: name 'NPDatetimeUnitOptions' is not defined
|
macos-latest py3.9:
xarray/tests/test_backends.py#L1229
TestH5NetCDFFileObject.test_append_overwrite_values
NameError: name 'NPDatetimeUnitOptions' is not defined
|
macos-latest py3.9:
xarray/tests/test_backends.py#L1229
TestZarrWriteEmpty.test_append_overwrite_values
NameError: name 'NPDatetimeUnitOptions' is not defined
|
macos-latest py3.9:
xarray/tests/test_backends.py#L1239
TestH5NetCDFFileObject.test_append_with_invalid_dim_raises
NameError: name 'NPDatetimeUnitOptions' is not defined
|
macos-latest py3.9:
xarray/tests/test_backends.py#L2115
TestZarrWriteEmpty.test_roundtrip_consolidated[False]
NameError: name 'NPDatetimeUnitOptions' is not defined
|
macos-latest py3.9:
xarray/tests/test_backends.py#L1272
TestH5NetCDFFileObject.test_refresh_from_disk
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.
|
macos-latest py3.9:
xarray/tests/test_backends.py#L2115
TestZarrWriteEmpty.test_roundtrip_consolidated[True]
NameError: name 'NPDatetimeUnitOptions' is not defined
|
macos-latest py3.9:
xarray/tests/test_backends.py#L1380
TestH5NetCDFFileObject.test_write_groups
NameError: name 'NPDatetimeUnitOptions' is not defined
|
ubuntu-latest py3.11 all-but-dask:
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.
|
ubuntu-latest py3.11 all-but-dask:
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.
|
ubuntu-latest py3.11 all-but-dask:
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.
|
ubuntu-latest py3.11 all-but-dask:
xarray/tests/test_backends.py#L573
TestZarrKVStoreV3.test_roundtrip_timedelta_data
NameError: name 'NPDatetimeUnitOptions' is not defined
|
ubuntu-latest py3.11 all-but-dask:
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.
|
ubuntu-latest py3.11 all-but-dask:
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.
|
ubuntu-latest py3.11 all-but-dask:
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: [].
|
ubuntu-latest py3.11 all-but-dask:
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: [].
|
ubuntu-latest py3.11 all-but-dask:
xarray/tests/test_backends.py#L644
TestZarrKVStoreV3.test_orthogonal_indexing
NameError: name 'NPDatetimeUnitOptions' is not defined
|
ubuntu-latest py3.11 all-but-dask:
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: [].
|
ubuntu-latest py3.9 min-all-deps:
xarray/tests/test_backends.py#L4519
TestDask.test_encoding_mfdataset
NameError: name 'NPDatetimeUnitOptions' is not defined
|
ubuntu-latest py3.9 min-all-deps:
xarray/tests/test_backends.py#L4676
TestDask.test_open_multi_dataset
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
|
ubuntu-latest py3.9 min-all-deps:
xarray/tests/test_backends.py#L1148
TestZarrKVStoreV3.test_encoding_kwarg_dates
NameError: name 'NPDatetimeUnitOptions' is not defined
|
ubuntu-latest py3.9 min-all-deps:
xarray/tests/test_backends.py#L4698
TestDask.test_deterministic_names
NameError: name 'NPDatetimeUnitOptions' is not defined
|
ubuntu-latest py3.9 min-all-deps:
xarray/tests/test_backends.py#L1229
TestZarrKVStoreV3.test_append_overwrite_values
NameError: name 'NPDatetimeUnitOptions' is not defined
|
ubuntu-latest py3.9 min-all-deps:
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.
|
ubuntu-latest py3.9 min-all-deps:
xarray/tests/test_backends.py#L2115
TestZarrKVStoreV3.test_roundtrip_consolidated[False]
NameError: name 'NPDatetimeUnitOptions' is not defined
|
ubuntu-latest py3.9 min-all-deps:
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.
|
ubuntu-latest py3.9 min-all-deps:
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.
|
ubuntu-latest py3.9 min-all-deps:
xarray/tests/test_backends.py#L2115
TestZarrKVStoreV3.test_roundtrip_consolidated[None]
NameError: name 'NPDatetimeUnitOptions' is not defined
|
ubuntu-latest py3.9:
xarray/tests/test_backends.py#L1148
TestH5NetCDFFileObject.test_encoding_kwarg_dates
NameError: name 'NPDatetimeUnitOptions' is not defined
|
ubuntu-latest py3.9:
xarray/tests/test_backends.py#L1148
TestZarrWriteEmpty.test_encoding_kwarg_dates
NameError: name 'NPDatetimeUnitOptions' is not defined
|
ubuntu-latest py3.9:
xarray/tests/test_backends.py#L1222
TestH5NetCDFFileObject.test_append_write
NameError: name 'NPDatetimeUnitOptions' is not defined
|
ubuntu-latest py3.9:
xarray/tests/test_backends.py#L1229
TestZarrWriteEmpty.test_append_overwrite_values
NameError: name 'NPDatetimeUnitOptions' is not defined
|
ubuntu-latest py3.9:
xarray/tests/test_backends.py#L1229
TestH5NetCDFFileObject.test_append_overwrite_values
NameError: name 'NPDatetimeUnitOptions' is not defined
|
ubuntu-latest py3.9:
xarray/tests/test_backends.py#L1239
TestH5NetCDFFileObject.test_append_with_invalid_dim_raises
NameError: name 'NPDatetimeUnitOptions' is not defined
|
ubuntu-latest py3.9:
xarray/tests/test_backends.py#L2115
TestZarrWriteEmpty.test_roundtrip_consolidated[False]
NameError: name 'NPDatetimeUnitOptions' is not defined
|
ubuntu-latest py3.9:
xarray/tests/test_backends.py#L1272
TestH5NetCDFFileObject.test_refresh_from_disk
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.
|
ubuntu-latest py3.9:
xarray/tests/test_backends.py#L2115
TestZarrWriteEmpty.test_roundtrip_consolidated[True]
NameError: name 'NPDatetimeUnitOptions' is not defined
|
ubuntu-latest py3.9:
xarray/tests/test_backends.py#L1380
TestH5NetCDFFileObject.test_write_groups
NameError: name 'NPDatetimeUnitOptions' is not defined
|
ubuntu-latest py3.12:
xarray/tests/test_backends.py#L1148
TestH5NetCDFFileObject.test_encoding_kwarg_dates
NameError: name 'NPDatetimeUnitOptions' is not defined
|
ubuntu-latest py3.12:
xarray/tests/test_backends.py#L1222
TestH5NetCDFFileObject.test_append_write
NameError: name 'NPDatetimeUnitOptions' is not defined
|
ubuntu-latest py3.12:
xarray/tests/test_backends.py#L1229
TestH5NetCDFFileObject.test_append_overwrite_values
NameError: name 'NPDatetimeUnitOptions' is not defined
|
ubuntu-latest py3.12:
xarray/tests/test_backends.py#L1239
TestH5NetCDFFileObject.test_append_with_invalid_dim_raises
NameError: name 'NPDatetimeUnitOptions' is not defined
|
ubuntu-latest py3.12:
xarray/tests/test_backends.py#L1272
TestH5NetCDFFileObject.test_refresh_from_disk
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.
|
ubuntu-latest py3.12:
xarray/tests/test_backends.py#L1380
TestH5NetCDFFileObject.test_write_groups
NameError: name 'NPDatetimeUnitOptions' is not defined
|
ubuntu-latest py3.12:
xarray/tests/test_backends.py#L1148
TestZarrWriteEmpty.test_encoding_kwarg_dates
NameError: name 'NPDatetimeUnitOptions' is not defined
|
ubuntu-latest py3.12:
xarray/tests/test_backends.py#L1463
TestH5NetCDFFileObject.test_open_encodings
ValueError: Failed to decode variable 'time': unable to decode time units 'days since 1999-01-01' with 'the default calendar'. Try opening your dataset with decode_times=False or installing cftime if it is not installed.
|
ubuntu-latest py3.12:
xarray/tests/test_backends.py#L1491
TestH5NetCDFFileObject.test_dump_and_open_encodings
ValueError: Failed to decode variable 'time': unable to decode time units 'days since 1999-01-01' with 'the default calendar'. Try opening your dataset with decode_times=False or installing cftime if it is not installed.
|
ubuntu-latest py3.12:
xarray/tests/test_backends.py#L1229
TestZarrWriteEmpty.test_append_overwrite_values
NameError: name 'NPDatetimeUnitOptions' is not defined
|
macos-latest py3.12:
xarray/tests/test_backends.py#L1148
TestH5NetCDFFileObject.test_encoding_kwarg_dates
NameError: name 'NPDatetimeUnitOptions' is not defined
|
macos-latest py3.12:
xarray/tests/test_backends.py#L1222
TestH5NetCDFFileObject.test_append_write
NameError: name 'NPDatetimeUnitOptions' is not defined
|
macos-latest py3.12:
xarray/tests/test_backends.py#L1229
TestH5NetCDFFileObject.test_append_overwrite_values
NameError: name 'NPDatetimeUnitOptions' is not defined
|
macos-latest py3.12:
xarray/tests/test_backends.py#L1239
TestH5NetCDFFileObject.test_append_with_invalid_dim_raises
NameError: name 'NPDatetimeUnitOptions' is not defined
|
macos-latest py3.12:
xarray/tests/test_backends.py#L1272
TestH5NetCDFFileObject.test_refresh_from_disk
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.
|
macos-latest py3.12:
xarray/tests/test_backends.py#L1380
TestH5NetCDFFileObject.test_write_groups
NameError: name 'NPDatetimeUnitOptions' is not defined
|
macos-latest py3.12:
xarray/tests/test_backends.py#L1463
TestH5NetCDFFileObject.test_open_encodings
ValueError: Failed to decode variable 'time': unable to decode time units 'days since 1999-01-01' with 'the default calendar'. Try opening your dataset with decode_times=False or installing cftime if it is not installed.
|
macos-latest py3.12:
xarray/tests/test_backends.py#L1491
TestH5NetCDFFileObject.test_dump_and_open_encodings
ValueError: Failed to decode variable 'time': unable to decode time units 'days since 1999-01-01' with 'the default calendar'. Try opening your dataset with decode_times=False or installing cftime if it is not installed.
|
macos-latest py3.12:
xarray/tests/test_backends.py#L1148
TestZarrWriteEmpty.test_encoding_kwarg_dates
NameError: name 'NPDatetimeUnitOptions' is not defined
|
macos-latest py3.12:
xarray/tests/test_backends.py#L1509
TestH5NetCDFFileObject.test_compression_encoding_legacy
NameError: name 'NPDatetimeUnitOptions' is not defined
|
windows-latest py3.9:
xarray\tests\test_backends.py#L1148
TestH5NetCDFFileObject.test_encoding_kwarg_dates
NameError: name 'NPDatetimeUnitOptions' is not defined
|
windows-latest py3.9:
xarray\tests\test_backends.py#L350
TestZarrKVStoreV3.test_zero_dimensional_variable
NameError: name 'NPDatetimeUnitOptions' is not defined
|
windows-latest py3.9:
xarray\tests\test_backends.py#L356
TestZarrKVStoreV3.test_write_store
NameError: name 'NPDatetimeUnitOptions' is not defined
|
windows-latest py3.9:
xarray\tests\test_backends.py#L1222
TestH5NetCDFFileObject.test_append_write
NameError: name 'NPDatetimeUnitOptions' is not defined
|
windows-latest py3.9:
xarray\tests\test_backends.py#L383
TestZarrKVStoreV3.test_roundtrip_test_data
NameError: name 'NPDatetimeUnitOptions' is not defined
|
windows-latest py3.9:
xarray\tests\test_backends.py#L1229
TestH5NetCDFFileObject.test_append_overwrite_values
NameError: name 'NPDatetimeUnitOptions' is not defined
|
windows-latest py3.9:
xarray\tests\test_backends.py#L1239
TestH5NetCDFFileObject.test_append_with_invalid_dim_raises
NameError: name 'NPDatetimeUnitOptions' is not defined
|
windows-latest py3.9:
xarray\tests\test_backends.py#L406
TestZarrKVStoreV3.test_load
NameError: name 'NPDatetimeUnitOptions' is not defined
|
windows-latest py3.9:
xarray\tests\test_backends.py#L1380
TestH5NetCDFFileObject.test_write_groups
NameError: name 'NPDatetimeUnitOptions' is not defined
|
windows-latest py3.9:
xarray\tests\test_backends.py#L423
TestZarrKVStoreV3.test_dataset_compute
NameError: name 'NPDatetimeUnitOptions' is not defined
|
windows-latest py3.12:
xarray\tests\test_backends.py#L1148
TestH5NetCDFFileObject.test_encoding_kwarg_dates
NameError: name 'NPDatetimeUnitOptions' is not defined
|
windows-latest py3.12:
xarray\tests\test_backends.py#L350
TestZarrKVStoreV3.test_zero_dimensional_variable
NameError: name 'NPDatetimeUnitOptions' is not defined
|
windows-latest py3.12:
xarray\tests\test_backends.py#L1222
TestH5NetCDFFileObject.test_append_write
NameError: name 'NPDatetimeUnitOptions' is not defined
|
windows-latest py3.12:
xarray\tests\test_backends.py#L356
TestZarrKVStoreV3.test_write_store
NameError: name 'NPDatetimeUnitOptions' is not defined
|
windows-latest py3.12:
xarray\tests\test_backends.py#L1229
TestH5NetCDFFileObject.test_append_overwrite_values
NameError: name 'NPDatetimeUnitOptions' is not defined
|
windows-latest py3.12:
xarray\tests\test_backends.py#L383
TestZarrKVStoreV3.test_roundtrip_test_data
NameError: name 'NPDatetimeUnitOptions' is not defined
|
windows-latest py3.12:
xarray\tests\test_backends.py#L1239
TestH5NetCDFFileObject.test_append_with_invalid_dim_raises
NameError: name 'NPDatetimeUnitOptions' is not defined
|
windows-latest py3.12:
xarray\tests\test_backends.py#L406
TestZarrKVStoreV3.test_load
NameError: name 'NPDatetimeUnitOptions' is not defined
|
windows-latest py3.12:
xarray\tests\test_backends.py#L1380
TestH5NetCDFFileObject.test_write_groups
NameError: name 'NPDatetimeUnitOptions' is not defined
|
windows-latest py3.12:
xarray\tests\test_backends.py#L423
TestZarrKVStoreV3.test_dataset_compute
NameError: name 'NPDatetimeUnitOptions' is not defined
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Event File
Expired
|
3.76 KB |
|
Test results for Linux-3.11 all-but-dask
Expired
|
385 KB |
|
Test results for Linux-3.12
Expired
|
380 KB |
|
Test results for Linux-3.12 flaky
Expired
|
1.47 KB |
|
Test results for Linux-3.9
Expired
|
382 KB |
|
Test results for Linux-3.9 bare-minimum
Expired
|
151 KB |
|
Test results for Linux-3.9 min-all-deps
Expired
|
417 KB |
|
Test results for Windows-3.12
Expired
|
364 KB |
|
Test results for Windows-3.9
Expired
|
364 KB |
|
Test results for macOS-3.12
Expired
|
400 KB |
|
Test results for macOS-3.9
Expired
|
391 KB |
|