Only use CopyOnWriteArray wrapper on BackendArrays #11318
Annotations
10 errors
Run tests:
xarray/tests/test_backends.py#L2466
TestZarrKVStoreV3.test_dataset_caching
AssertionError: assert False
+ where False = isinstance(LazilyIndexedArray(array=<xarray.backends.zarr.ZarrArrayWrapper object at 0x7f8707277800>, key=BasicIndexer((slice(None, None, None),))), <class 'xarray.core.indexing.CopyOnWriteArray'>)
+ where LazilyIndexedArray(array=<xarray.backends.zarr.ZarrArrayWrapper object at 0x7f8707277800>, key=BasicIndexer((slice(None, None, None),))) = <xarray.Variable (x: 3)>\n[3 values with dtype=int64]._data
+ where <xarray.Variable (x: 3)>\n[3 values with dtype=int64] = <xarray.DataArray 'foo' (x: 3)>\n[3 values with dtype=int64]\nDimensions without coordinates: x.variable
+ where <xarray.DataArray 'foo' (x: 3)>\n[3 values with dtype=int64]\nDimensions without coordinates: x = <xarray.Dataset>\nDimensions: (x: 3)\nDimensions without coordinates: x\nData variables:\n foo (x) int64 ....foo
+ and <class 'xarray.core.indexing.CopyOnWriteArray'> = indexing.CopyOnWriteArray
|
Run tests:
xarray/tests/test_backends.py#L464
TestNetCDF4Data.test_dataset_caching
AssertionError: assert False
+ where False = isinstance(LazilyIndexedArray(array=<xarray.backends.netCDF4_.NetCDF4ArrayWrapper object at 0x7f96009b1300>, key=BasicIndexer((slice(None, None, None),))), <class 'xarray.core.indexing.CopyOnWriteArray'>)
+ where LazilyIndexedArray(array=<xarray.backends.netCDF4_.NetCDF4ArrayWrapper object at 0x7f96009b1300>, key=BasicIndexer((slice(None, None, None),))) = <xarray.Variable (x: 3)>\n[3 values with dtype=int64]._data
+ where <xarray.Variable (x: 3)>\n[3 values with dtype=int64] = <xarray.DataArray 'foo' (x: 3)>\n[3 values with dtype=int64]\nDimensions without coordinates: x.variable
+ where <xarray.DataArray 'foo' (x: 3)>\n[3 values with dtype=int64]\nDimensions without coordinates: x = <xarray.Dataset>\nDimensions: (x: 3)\nDimensions without coordinates: x\nData variables:\n foo (x) int64 ....foo
+ and <class 'xarray.core.indexing.CopyOnWriteArray'> = indexing.CopyOnWriteArray
|
Run tests:
xarray/tests/test_backends.py#L2014
TestNetCDF4AlreadyOpen.test_deepcopy
NotImplementedError: Dataset is not picklable
|
Run tests:
xarray/tests/test_backends.py#L2466
TestZarrDirectoryStoreV3.test_dataset_caching
AssertionError: assert False
+ where False = isinstance(LazilyIndexedArray(array=<xarray.backends.zarr.ZarrArrayWrapper object at 0x7f8706eef1c0>, key=BasicIndexer((slice(None, None, None),))), <class 'xarray.core.indexing.CopyOnWriteArray'>)
+ where LazilyIndexedArray(array=<xarray.backends.zarr.ZarrArrayWrapper object at 0x7f8706eef1c0>, key=BasicIndexer((slice(None, None, None),))) = <xarray.Variable (x: 3)>\n[3 values with dtype=int64]._data
+ where <xarray.Variable (x: 3)>\n[3 values with dtype=int64] = <xarray.DataArray 'foo' (x: 3)>\n[3 values with dtype=int64]\nDimensions without coordinates: x.variable
+ where <xarray.DataArray 'foo' (x: 3)>\n[3 values with dtype=int64]\nDimensions without coordinates: x = <xarray.Dataset>\nDimensions: (x: 3)\nDimensions without coordinates: x\nData variables:\n foo (x) int64 ....foo
+ and <class 'xarray.core.indexing.CopyOnWriteArray'> = indexing.CopyOnWriteArray
|
Run tests:
xarray/tests/test_backends.py#L2466
TestZarrDictStore.test_dataset_caching
AssertionError: assert False
+ where False = isinstance(LazilyIndexedArray(array=<xarray.backends.zarr.ZarrArrayWrapper object at 0x7f96008c6180>, key=BasicIndexer((slice(None, None, None),))), <class 'xarray.core.indexing.CopyOnWriteArray'>)
+ where LazilyIndexedArray(array=<xarray.backends.zarr.ZarrArrayWrapper object at 0x7f96008c6180>, key=BasicIndexer((slice(None, None, None),))) = <xarray.Variable (x: 3)>\n[3 values with dtype=int64]._data
+ where <xarray.Variable (x: 3)>\n[3 values with dtype=int64] = <xarray.DataArray 'foo' (x: 3)>\n[3 values with dtype=int64]\nDimensions without coordinates: x.variable
+ where <xarray.DataArray 'foo' (x: 3)>\n[3 values with dtype=int64]\nDimensions without coordinates: x = <xarray.Dataset>\nDimensions: (x: 3)\nDimensions without coordinates: x\nData variables:\n foo (x) int64 ....foo
+ and <class 'xarray.core.indexing.CopyOnWriteArray'> = indexing.CopyOnWriteArray
|
Run tests:
xarray/tests/test_backends.py#L2466
TestZarrDirectoryStore.test_dataset_caching
AssertionError: assert False
+ where False = isinstance(LazilyIndexedArray(array=<xarray.backends.zarr.ZarrArrayWrapper object at 0x7f96008c5a40>, key=BasicIndexer((slice(None, None, None),))), <class 'xarray.core.indexing.CopyOnWriteArray'>)
+ where LazilyIndexedArray(array=<xarray.backends.zarr.ZarrArrayWrapper object at 0x7f96008c5a40>, key=BasicIndexer((slice(None, None, None),))) = <xarray.Variable (x: 3)>\n[3 values with dtype=int64]._data
+ where <xarray.Variable (x: 3)>\n[3 values with dtype=int64] = <xarray.DataArray 'foo' (x: 3)>\n[3 values with dtype=int64]\nDimensions without coordinates: x.variable
+ where <xarray.DataArray 'foo' (x: 3)>\n[3 values with dtype=int64]\nDimensions without coordinates: x = <xarray.Dataset>\nDimensions: (x: 3)\nDimensions without coordinates: x\nData variables:\n foo (x) int64 ....foo
+ and <class 'xarray.core.indexing.CopyOnWriteArray'> = indexing.CopyOnWriteArray
|
Run tests:
xarray/tests/test_backends.py#L2466
TestZarrDirectoryStoreV3FromPath.test_dataset_caching
AssertionError: assert False
+ where False = isinstance(LazilyIndexedArray(array=<xarray.backends.zarr.ZarrArrayWrapper object at 0x7f87067badc0>, key=BasicIndexer((slice(None, None, None),))), <class 'xarray.core.indexing.CopyOnWriteArray'>)
+ where LazilyIndexedArray(array=<xarray.backends.zarr.ZarrArrayWrapper object at 0x7f87067badc0>, key=BasicIndexer((slice(None, None, None),))) = <xarray.Variable (x: 3)>\n[3 values with dtype=int64]._data
+ where <xarray.Variable (x: 3)>\n[3 values with dtype=int64] = <xarray.DataArray 'foo' (x: 3)>\n[3 values with dtype=int64]\nDimensions without coordinates: x.variable
+ where <xarray.DataArray 'foo' (x: 3)>\n[3 values with dtype=int64]\nDimensions without coordinates: x = <xarray.Dataset>\nDimensions: (x: 3)\nDimensions without coordinates: x\nData variables:\n foo (x) int64 ....foo
+ and <class 'xarray.core.indexing.CopyOnWriteArray'> = indexing.CopyOnWriteArray
|
Run tests:
xarray/tests/test_backends.py#L464
TestScipyInMemoryData.test_dataset_caching
AssertionError: assert False
+ where False = isinstance(LazilyIndexedArray(array=<xarray.backends.scipy_.ScipyArrayWrapper object at 0x7f87068a0550>, key=BasicIndexer((slice(None, None, None),))), <class 'xarray.core.indexing.CopyOnWriteArray'>)
+ where LazilyIndexedArray(array=<xarray.backends.scipy_.ScipyArrayWrapper object at 0x7f87068a0550>, key=BasicIndexer((slice(None, None, None),))) = <xarray.Variable (x: 3)>\n[3 values with dtype=int32]._data
+ where <xarray.Variable (x: 3)>\n[3 values with dtype=int32] = <xarray.DataArray 'foo' (x: 3)>\n[3 values with dtype=int32]\nDimensions without coordinates: x.variable
+ where <xarray.DataArray 'foo' (x: 3)>\n[3 values with dtype=int32]\nDimensions without coordinates: x = <xarray.Dataset>\nDimensions: (x: 3)\nDimensions without coordinates: x\nData variables:\n foo (x) int32 ....foo
+ and <class 'xarray.core.indexing.CopyOnWriteArray'> = indexing.CopyOnWriteArray
|
Run tests:
xarray/tests/test_backends.py#L464
TestScipyFileObject.test_dataset_caching
AssertionError: assert False
+ where False = isinstance(LazilyIndexedArray(array=<xarray.backends.scipy_.ScipyArrayWrapper object at 0x7f87067d2e30>, key=BasicIndexer((slice(None, None, None),))), <class 'xarray.core.indexing.CopyOnWriteArray'>)
+ where LazilyIndexedArray(array=<xarray.backends.scipy_.ScipyArrayWrapper object at 0x7f87067d2e30>, key=BasicIndexer((slice(None, None, None),))) = <xarray.Variable (x: 3)>\n[3 values with dtype=int32]._data
+ where <xarray.Variable (x: 3)>\n[3 values with dtype=int32] = <xarray.DataArray 'foo' (x: 3)>\n[3 values with dtype=int32]\nDimensions without coordinates: x.variable
+ where <xarray.DataArray 'foo' (x: 3)>\n[3 values with dtype=int32]\nDimensions without coordinates: x = <xarray.Dataset>\nDimensions: (x: 3)\nDimensions without coordinates: x\nData variables:\n foo (x) int32 ....foo
+ and <class 'xarray.core.indexing.CopyOnWriteArray'> = indexing.CopyOnWriteArray
|
Run tests:
xarray/tests/test_backends.py#L2466
TestZarrWriteEmpty.test_dataset_caching
AssertionError: assert False
+ where False = isinstance(LazilyIndexedArray(array=<xarray.backends.zarr.ZarrArrayWrapper object at 0x7f95ff6ce4c0>, key=BasicIndexer((slice(None, None, None),))), <class 'xarray.core.indexing.CopyOnWriteArray'>)
+ where LazilyIndexedArray(array=<xarray.backends.zarr.ZarrArrayWrapper object at 0x7f95ff6ce4c0>, key=BasicIndexer((slice(None, None, None),))) = <xarray.Variable (x: 3)>\n[3 values with dtype=int64]._data
+ where <xarray.Variable (x: 3)>\n[3 values with dtype=int64] = <xarray.DataArray 'foo' (x: 3)>\n[3 values with dtype=int64]\nDimensions without coordinates: x.variable
+ where <xarray.DataArray 'foo' (x: 3)>\n[3 values with dtype=int64]\nDimensions without coordinates: x = <xarray.Dataset>\nDimensions: (x: 3)\nDimensions without coordinates: x\nData variables:\n foo (x) int64 ....foo
+ and <class 'xarray.core.indexing.CopyOnWriteArray'> = indexing.CopyOnWriteArray
|
The logs for this run have expired and are no longer available.
Loading