Faster chunk checking for backend datasets #15545
Annotations
10 errors and 1 warning
Run tests:
xarray/tests/test_backends.py#L5824
test_open_dataset_chunking_zarr[auto]
UserWarning: The specified chunks separate the stored chunks along dimension "x" starting at index 300. This could degrade performance. Instead, consider rechunking after loading.
|
Run tests:
xarray/tests/test_backends.py#L5824
test_open_dataset_chunking_zarr[chunks5]
UserWarning: The specified chunks separate the stored chunks along dimension "x" starting at index 200. This could degrade performance. Instead, consider rechunking after loading.
|
Run tests:
xarray/tests/test_backends.py#L5855
test_chunking_consintency[auto]
ValueError: zip() argument 2 is shorter than argument 1
|
Run tests:
xarray/tests/test_backends.py#L5855
test_chunking_consintency[chunks3]
ValueError: zip() argument 2 is shorter than argument 1
|
Run tests:
xarray/tests/test_backends.py#L5855
test_chunking_consintency[chunks5]
ValueError: zip() argument 2 is shorter than argument 1
|
Run tests:
xarray/tests/test_backends_api.py#L198
TestPreferredChunks.test_join_chunks[shape2-pref_chunks2-req_chunks2]
UserWarning: The specified chunks separate the stored chunks along dimension "dim_0" starting at index 4. This could degrade performance. Instead, consider rechunking after loading.
|
Run tests:
xarray/tests/test_backends_api.py#L198
TestPreferredChunks.test_join_chunks[shape5-pref_chunks5-req_chunks5]
UserWarning: The specified chunks separate the stored chunks along dimension "dim_0" starting at index 2. This could degrade performance. Instead, consider rechunking after loading.
|
Run tests:
xarray/tests/test_backends_api.py#L198
TestPreferredChunks.test_join_chunks[shape6-pref_chunks6-req_chunks6]
UserWarning: The specified chunks separate the stored chunks along dimension "dim_0" starting at index 2. This could degrade performance. Instead, consider rechunking after loading.
|
Run tests:
xarray/tests/test_backends_api.py#L198
TestPreferredChunks.test_join_chunks[shape7-pref_chunks7-req_chunks7]
UserWarning: The specified chunks separate the stored chunks along dimension "dim_0" starting at index 4. This could degrade performance. Instead, consider rechunking after loading.
|
Run tests:
xarray/tests/test_backends.py#L2412
TestZarrWriteEmpty.test_warning_on_bad_chunks[2]
Failed: DID NOT WARN. No warnings of type (<class 'UserWarning'>,) were emitted.
Emitted warnings: [].
|
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