Warn on automatic coercion to coordinate variables in Dataset constructor #12326
Annotations
10 errors
Run tests:
xarray/tests/test_backends.py#L2232
TestZarrKVStoreV3.test_warning_on_bad_chunks
AssertionError: Got 1 unexpected warning(s): ["PendingDeprecationWarning('Variables ['dim2', 'dim3', 'time'] were automatically promoted to coordinates despite not being passed via the coords argument. In future this behaviour will be deprecated, so to ensure these variables are assigned as coordinates at creation, please pass them explicity via `coords=['dim2', 'dim3', 'time']`'))"]
|
Run tests:
xarray/tests/test_backends.py#L2232
TestZarrDirectoryStoreV3.test_warning_on_bad_chunks
AssertionError: Got 1 unexpected warning(s): ["PendingDeprecationWarning('Variables ['dim2', 'dim3', 'time'] were automatically promoted to coordinates despite not being passed via the coords argument. In future this behaviour will be deprecated, so to ensure these variables are assigned as coordinates at creation, please pass them explicity via `coords=['dim2', 'dim3', 'time']`'))"]
|
Run tests:
xarray/tests/test_backends.py#L2232
TestZarrDictStore.test_warning_on_bad_chunks
AssertionError: Got 1 unexpected warning(s): ["PendingDeprecationWarning('Variables ['dim2', 'dim3', 'time'] were automatically promoted to coordinates despite not being passed via the coords argument. In future this behaviour will be deprecated, so to ensure these variables are assigned as coordinates at creation, please pass them explicity via `coords=['dim2', 'dim3', 'time']`'))"]
|
Run tests:
xarray/tests/test_backends.py#L2232
TestZarrDirectoryStore.test_warning_on_bad_chunks
AssertionError: Got 1 unexpected warning(s): ["PendingDeprecationWarning('Variables ['dim2', 'dim3', 'time'] were automatically promoted to coordinates despite not being passed via the coords argument. In future this behaviour will be deprecated, so to ensure these variables are assigned as coordinates at creation, please pass them explicity via `coords=['dim2', 'dim3', 'time']`'))"]
|
Run tests:
xarray/tests/test_backends.py#L2232
TestZarrDirectoryStoreV3FromPath.test_warning_on_bad_chunks
AssertionError: Got 1 unexpected warning(s): ["PendingDeprecationWarning('Variables ['dim2', 'dim3', 'time'] were automatically promoted to coordinates despite not being passed via the coords argument. In future this behaviour will be deprecated, so to ensure these variables are assigned as coordinates at creation, please pass them explicity via `coords=['dim2', 'dim3', 'time']`'))"]
|
Run tests:
xarray/tests/test_backends.py#L2232
TestZarrWriteEmpty.test_warning_on_bad_chunks
AssertionError: Got 1 unexpected warning(s): ["PendingDeprecationWarning('Variables ['dim2', 'dim3', 'time'] were automatically promoted to coordinates despite not being passed via the coords argument. In future this behaviour will be deprecated, so to ensure these variables are assigned as coordinates at creation, please pass them explicity via `coords=['dim2', 'dim3', 'time']`'))"]
|
Run tests:
xarray/tests/test_groupby.py#L1291
TestDataArrayGroupBy.test_groupby_map_identity[None-False-x-False]
assert 2 == 1
+ where 2 = len(WarningsRecorder(record=True))
|
Run tests:
xarray/tests/test_groupby.py#L1291
TestDataArrayGroupBy.test_groupby_map_identity[None-False-y-False]
assert 2 == 1
+ where 2 = len(WarningsRecorder(record=True))
|
Run tests:
xarray/tests/test_groupby.py#L1291
TestDataArrayGroupBy.test_groupby_map_identity[None-False-y-True]
assert 2 == 1
+ where 2 = len(WarningsRecorder(record=True))
|
Run tests:
xarray/tests/test_groupby.py#L1291
TestDataArrayGroupBy.test_groupby_map_identity[True-False-x-False]
assert 2 == 1
+ where 2 = len(WarningsRecorder(record=True))
|
Loading