Use pytest-randomly to randomly order tests #10630
14 fail, 2 689 skipped, 21 267 pass in 1h 32m 39s
14 files 14 suites 1h 32m 39s ⏱️
23 970 tests 21 267 ✅ 2 689 💤 14 ❌
220 244 runs 183 339 ✅ 36 861 💤 44 ❌
Results for commit 2f1010d.
Annotations
Check warning on line 0 in xarray.tests.test_groupby
github-actions / Test Results
1 out of 11 runs failed: test_cftime_resample_gh_9108 (xarray.tests.test_groupby)
artifacts/Test results for Linux-3.13 all-but-numba/pytest.xml [took 0s]
Raw output
AssertionError: Left and right Dataset objects are not equal
Differing data variables:
L pr (time) float64 8B 0.5112
R pr (time) float64 8B 0.5112
#x1B[0m#x1B[37m@requires_cftime#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[37m@pytest#x1B[39;49;00m.mark.filterwarnings(#x1B[33m"#x1B[39;49;00m#x1B[33mignore#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mtest_cftime_resample_gh_9108#x1B[39;49;00m() -> #x1B[94mNone#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mimport#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[04m#x1B[96mcftime#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
ds = Dataset(#x1B[90m#x1B[39;49;00m
{#x1B[33m"#x1B[39;49;00m#x1B[33mpr#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: (#x1B[33m"#x1B[39;49;00m#x1B[33mtime#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, np.random.random((#x1B[94m10#x1B[39;49;00m,)))},#x1B[90m#x1B[39;49;00m
coords={#x1B[33m"#x1B[39;49;00m#x1B[33mtime#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: xr.date_range(#x1B[33m"#x1B[39;49;00m#x1B[33m0001-01-01#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, periods=#x1B[94m10#x1B[39;49;00m, freq=#x1B[33m"#x1B[39;49;00m#x1B[33mD#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m)},#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
actual = ds.resample(time=#x1B[33m"#x1B[39;49;00m#x1B[33mME#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m).mean()#x1B[90m#x1B[39;49;00m
expected = ds.mean(#x1B[33m"#x1B[39;49;00m#x1B[33mtime#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m).expand_dims(#x1B[90m#x1B[39;49;00m
time=[cftime.DatetimeGregorian(#x1B[94m1#x1B[39;49;00m, #x1B[94m1#x1B[39;49;00m, #x1B[94m31#x1B[39;49;00m, #x1B[94m0#x1B[39;49;00m, #x1B[94m0#x1B[39;49;00m, #x1B[94m0#x1B[39;49;00m, #x1B[94m0#x1B[39;49;00m, has_year_zero=#x1B[94mFalse#x1B[39;49;00m)]#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[94massert#x1B[39;49;00m actual.time.data[#x1B[94m0#x1B[39;49;00m].has_year_zero == ds.time.data[#x1B[94m0#x1B[39;49;00m].has_year_zero#x1B[90m#x1B[39;49;00m
> assert_equal(actual, expected)#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31mE AssertionError: Left and right Dataset objects are not equal#x1B[0m
#x1B[1m#x1B[31mE Differing data variables:#x1B[0m
#x1B[1m#x1B[31mE L pr (time) float64 8B 0.5112#x1B[0m
#x1B[1m#x1B[31mE R pr (time) float64 8B 0.5112#x1B[0m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/tests/test_groupby.py#x1B[0m:2746: AssertionError
Check warning on line 0 in xarray.tests.test_backends.TestDataArrayToZarr
github-actions / Test Results
1 out of 11 runs failed: test_dataarray_to_zarr_align_chunks_true[ZipStore] (xarray.tests.test_backends.TestDataArrayToZarr)
artifacts/Test results for macOS-3.13/pytest.xml [took 0s]
Raw output
ValueError: Store is read-only but mode is 'w-'. Create a writable store or use 'r' mode.
self = <xarray.tests.test_backends.TestDataArrayToZarr object at 0x14399e6d0>
tmp_store = ZipStore('zip:///private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_dataarray_to_zarr_align_c2/store.zip')
#x1B[0m#x1B[37m@requires_dask#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mtest_dataarray_to_zarr_align_chunks_true#x1B[39;49;00m(#x1B[96mself#x1B[39;49;00m, tmp_store) -> #x1B[94mNone#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[90m# TODO: Improve data integrity checks when using Dask.#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[90m# Detecting automatic alignment issues in Dask can be tricky,#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[90m# as unintended misalignment might lead to subtle data corruption.#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[90m# For now, ensure that the parameter is present, but explore#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[90m# more robust verification methods to confirm data consistency.#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
skip_if_zarr_format_3(tmp_store)#x1B[90m#x1B[39;49;00m
arr = DataArray(#x1B[90m#x1B[39;49;00m
np.arange(#x1B[94m4#x1B[39;49;00m), dims=[#x1B[33m"#x1B[39;49;00m#x1B[33ma#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m], coords={#x1B[33m"#x1B[39;49;00m#x1B[33ma#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: np.arange(#x1B[94m4#x1B[39;49;00m)}, name=#x1B[33m"#x1B[39;49;00m#x1B[33mfoo#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
).chunk(a=(#x1B[94m2#x1B[39;49;00m, #x1B[94m1#x1B[39;49;00m, #x1B[94m1#x1B[39;49;00m))#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
> arr.to_zarr(#x1B[90m#x1B[39;49;00m
tmp_store,#x1B[90m#x1B[39;49;00m
align_chunks=#x1B[94mTrue#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
encoding={#x1B[33m"#x1B[39;49;00m#x1B[33mfoo#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: {#x1B[33m"#x1B[39;49;00m#x1B[33mchunks#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: (#x1B[94m3#x1B[39;49;00m,)}},#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/Users/runner/work/xarray/xarray/xarray/tests/test_backends.py#x1B[0m:6233:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
#x1B[1m#x1B[31m/Users/runner/work/xarray/xarray/xarray/core/dataarray.py#x1B[0m:4452: in to_zarr
#x1B[0m#x1B[94mreturn#x1B[39;49;00m to_zarr( #x1B[90m# type: ignore[call-overload,misc]#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/Users/runner/work/xarray/xarray/xarray/backends/api.py#x1B[0m:2372: in to_zarr
#x1B[0mzstore = backends.ZarrStore.open_group(#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/Users/runner/work/xarray/xarray/xarray/backends/zarr.py#x1B[0m:664: in open_group
#x1B[0m) = _get_open_params(#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/Users/runner/work/xarray/xarray/xarray/backends/zarr.py#x1B[0m:1826: in _get_open_params
#x1B[0mzarr_group = zarr.open_group(store, **open_kwargs)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/Users/runner/micromamba/envs/xarray-tests/lib/python3.13/site-packages/zarr/api/synchronous.py#x1B[0m:531: in open_group
#x1B[0msync(#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/Users/runner/micromamba/envs/xarray-tests/lib/python3.13/site-packages/zarr/core/sync.py#x1B[0m:163: in sync
#x1B[0m#x1B[94mraise#x1B[39;49;00m return_result#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/Users/runner/micromamba/envs/xarray-tests/lib/python3.13/site-packages/zarr/core/sync.py#x1B[0m:119: in _runner
#x1B[0m#x1B[94mreturn#x1B[39;49;00m #x1B[94mawait#x1B[39;49;00m coro#x1B[90m#x1B[39;49;00m
^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/Users/runner/micromamba/envs/xarray-tests/lib/python3.13/site-packages/zarr/api/asynchronous.py#x1B[0m:838: in open_group
#x1B[0mstore_path = #x1B[94mawait#x1B[39;49;00m make_store_path(store, mode=mode, storage_options=storage_options, path=path)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/Users/runner/micromamba/envs/xarray-tests/lib/python3.13/site-packages/zarr/storage/_common.py#x1B[0m:367: in make_store_path
#x1B[0mresult = #x1B[94mawait#x1B[39;49;00m StorePath.open(store, path=path_normalized, mode=mode)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
cls = <class 'zarr.storage._common.StorePath'>
store = ZipStore('zip:///private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_dataarray_to_zarr_align_c2/store.zip')
path = '', mode = 'w-'
#x1B[0m#x1B[37m@classmethod#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[94masync#x1B[39;49;00m #x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mopen#x1B[39;49;00m(#x1B[96mcls#x1B[39;49;00m, store: Store, path: #x1B[96mstr#x1B[39;49;00m, mode: AccessModeLiteral | #x1B[94mNone#x1B[39;49;00m = #x1B[94mNone#x1B[39;49;00m) -> Self:#x1B[90m#x1B[39;49;00m
#x1B[90m #x1B[39;49;00m#x1B[33m"""#x1B[39;49;00m
#x1B[33m Open StorePath based on the provided mode.#x1B[39;49;00m
#x1B[33m#x1B[39;49;00m
#x1B[33m * If the mode is None, return an opened version of the store with no changes.#x1B[39;49;00m
#x1B[33m * If the mode is 'r+', 'w-', 'w', or 'a' and the store is read-only, raise a ValueError.#x1B[39;49;00m
#x1B[33m * If the mode is 'r' and the store is not read-only, return a copy of the store with read_only set to True.#x1B[39;49;00m
#x1B[33m * If the mode is 'w-' and the store is not read-only and the StorePath contains keys, raise a FileExistsError.#x1B[39;49;00m
#x1B[33m * If the mode is 'w' and the store is not read-only, delete all keys nested within the StorePath.#x1B[39;49;00m
#x1B[33m#x1B[39;49;00m
#x1B[33m Parameters#x1B[39;49;00m
#x1B[33m ----------#x1B[39;49;00m
#x1B[33m mode : AccessModeLiteral#x1B[39;49;00m
#x1B[33m The mode to use when initializing the store path.#x1B[39;49;00m
#x1B[33m#x1B[39;49;00m
#x1B[33m The accepted values are:#x1B[39;49;00m
#x1B[33m#x1B[39;49;00m
#x1B[33m - ``'r'``: read only (must exist)#x1B[39;49;00m
#x1B[33m - ``'r+'``: read/write (must exist)#x1B[39;49;00m
#x1B[33m - ``'a'``: read/write (create if doesn't exist)#x1B[39;49;00m
#x1B[33m - ``'w'``: read/write (overwrite if exists)#x1B[39;49;00m
#x1B[33m - ``'w-'``: read/write (create if doesn't exist).#x1B[39;49;00m
#x1B[33m#x1B[39;49;00m
#x1B[33m Raises#x1B[39;49;00m
#x1B[33m ------#x1B[39;49;00m
#x1B[33m FileExistsError#x1B[39;49;00m
#x1B[33m If the mode is 'w-' and the store path already exists.#x1B[39;49;00m
#x1B[33m ValueError#x1B[39;49;00m
#x1B[33m If the mode is not "r" and the store is read-only, or#x1B[39;49;00m
#x1B[33m """#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[90m# fastpath if mode is None#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m mode #x1B[95mis#x1B[39;49;00m #x1B[94mNone#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mreturn#x1B[39;49;00m #x1B[94mawait#x1B[39;49;00m #x1B[96mcls#x1B[39;49;00m._create_open_instance(store, path)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m mode #x1B[95mnot#x1B[39;49;00m #x1B[95min#x1B[39;49;00m ANY_ACCESS_MODE:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33mInvalid mode: #x1B[39;49;00m#x1B[33m{#x1B[39;49;00mmode#x1B[33m}#x1B[39;49;00m#x1B[33m, expected one of #x1B[39;49;00m#x1B[33m{#x1B[39;49;00mANY_ACCESS_MODE#x1B[33m}#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m store.read_only:#x1B[90m#x1B[39;49;00m
#x1B[90m# Don't allow write operations on a read-only store#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m mode != #x1B[33m"#x1B[39;49;00m#x1B[33mr#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
> #x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33mStore is read-only but mode is #x1B[39;49;00m#x1B[33m{#x1B[39;49;00mmode#x1B[33m!r}#x1B[39;49;00m#x1B[33m. Create a writable store or use #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33mr#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m mode.#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31mE ValueError: Store is read-only but mode is 'w-'. Create a writable store or use 'r' mode.#x1B[0m
#x1B[1m#x1B[31m/Users/runner/micromamba/envs/xarray-tests/lib/python3.13/site-packages/zarr/storage/_common.py#x1B[0m:112: ValueError
Check warning on line 0 in xarray.tests.test_backends.TestDataArrayToZarr
github-actions / Test Results
1 out of 11 runs failed: test_dataarray_to_zarr_compute_false[ZipStore] (xarray.tests.test_backends.TestDataArrayToZarr)
artifacts/Test results for macOS-3.13/pytest.xml [took 0s]
Raw output
ValueError: Store is read-only but mode is 'w-'. Create a writable store or use 'r' mode.
self = <xarray.tests.test_backends.TestDataArrayToZarr object at 0x143767c70>
tmp_store = ZipStore('zip:///private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_dataarray_to_zarr_compute1/store.zip')
#x1B[0m#x1B[37m@requires_dask#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mtest_dataarray_to_zarr_compute_false#x1B[39;49;00m(#x1B[96mself#x1B[39;49;00m, tmp_store) -> #x1B[94mNone#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mfrom#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[04m#x1B[96mdask#x1B[39;49;00m#x1B[04m#x1B[96m.#x1B[39;49;00m#x1B[04m#x1B[96mdelayed#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[94mimport#x1B[39;49;00m Delayed#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
skip_if_zarr_format_3(tmp_store)#x1B[90m#x1B[39;49;00m
original_da = DataArray(np.arange(#x1B[94m12#x1B[39;49;00m).reshape((#x1B[94m3#x1B[39;49;00m, #x1B[94m4#x1B[39;49;00m)))#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
> output = original_da.to_zarr(tmp_store, compute=#x1B[94mFalse#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/Users/runner/work/xarray/xarray/xarray/tests/test_backends.py#x1B[0m:6214:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
#x1B[1m#x1B[31m/Users/runner/work/xarray/xarray/xarray/core/dataarray.py#x1B[0m:4452: in to_zarr
#x1B[0m#x1B[94mreturn#x1B[39;49;00m to_zarr( #x1B[90m# type: ignore[call-overload,misc]#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/Users/runner/work/xarray/xarray/xarray/backends/api.py#x1B[0m:2372: in to_zarr
#x1B[0mzstore = backends.ZarrStore.open_group(#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/Users/runner/work/xarray/xarray/xarray/backends/zarr.py#x1B[0m:664: in open_group
#x1B[0m) = _get_open_params(#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/Users/runner/work/xarray/xarray/xarray/backends/zarr.py#x1B[0m:1826: in _get_open_params
#x1B[0mzarr_group = zarr.open_group(store, **open_kwargs)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/Users/runner/micromamba/envs/xarray-tests/lib/python3.13/site-packages/zarr/api/synchronous.py#x1B[0m:531: in open_group
#x1B[0msync(#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/Users/runner/micromamba/envs/xarray-tests/lib/python3.13/site-packages/zarr/core/sync.py#x1B[0m:163: in sync
#x1B[0m#x1B[94mraise#x1B[39;49;00m return_result#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/Users/runner/micromamba/envs/xarray-tests/lib/python3.13/site-packages/zarr/core/sync.py#x1B[0m:119: in _runner
#x1B[0m#x1B[94mreturn#x1B[39;49;00m #x1B[94mawait#x1B[39;49;00m coro#x1B[90m#x1B[39;49;00m
^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/Users/runner/micromamba/envs/xarray-tests/lib/python3.13/site-packages/zarr/api/asynchronous.py#x1B[0m:838: in open_group
#x1B[0mstore_path = #x1B[94mawait#x1B[39;49;00m make_store_path(store, mode=mode, storage_options=storage_options, path=path)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/Users/runner/micromamba/envs/xarray-tests/lib/python3.13/site-packages/zarr/storage/_common.py#x1B[0m:367: in make_store_path
#x1B[0mresult = #x1B[94mawait#x1B[39;49;00m StorePath.open(store, path=path_normalized, mode=mode)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
cls = <class 'zarr.storage._common.StorePath'>
store = ZipStore('zip:///private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_dataarray_to_zarr_compute1/store.zip')
path = '', mode = 'w-'
#x1B[0m#x1B[37m@classmethod#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[94masync#x1B[39;49;00m #x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mopen#x1B[39;49;00m(#x1B[96mcls#x1B[39;49;00m, store: Store, path: #x1B[96mstr#x1B[39;49;00m, mode: AccessModeLiteral | #x1B[94mNone#x1B[39;49;00m = #x1B[94mNone#x1B[39;49;00m) -> Self:#x1B[90m#x1B[39;49;00m
#x1B[90m #x1B[39;49;00m#x1B[33m"""#x1B[39;49;00m
#x1B[33m Open StorePath based on the provided mode.#x1B[39;49;00m
#x1B[33m#x1B[39;49;00m
#x1B[33m * If the mode is None, return an opened version of the store with no changes.#x1B[39;49;00m
#x1B[33m * If the mode is 'r+', 'w-', 'w', or 'a' and the store is read-only, raise a ValueError.#x1B[39;49;00m
#x1B[33m * If the mode is 'r' and the store is not read-only, return a copy of the store with read_only set to True.#x1B[39;49;00m
#x1B[33m * If the mode is 'w-' and the store is not read-only and the StorePath contains keys, raise a FileExistsError.#x1B[39;49;00m
#x1B[33m * If the mode is 'w' and the store is not read-only, delete all keys nested within the StorePath.#x1B[39;49;00m
#x1B[33m#x1B[39;49;00m
#x1B[33m Parameters#x1B[39;49;00m
#x1B[33m ----------#x1B[39;49;00m
#x1B[33m mode : AccessModeLiteral#x1B[39;49;00m
#x1B[33m The mode to use when initializing the store path.#x1B[39;49;00m
#x1B[33m#x1B[39;49;00m
#x1B[33m The accepted values are:#x1B[39;49;00m
#x1B[33m#x1B[39;49;00m
#x1B[33m - ``'r'``: read only (must exist)#x1B[39;49;00m
#x1B[33m - ``'r+'``: read/write (must exist)#x1B[39;49;00m
#x1B[33m - ``'a'``: read/write (create if doesn't exist)#x1B[39;49;00m
#x1B[33m - ``'w'``: read/write (overwrite if exists)#x1B[39;49;00m
#x1B[33m - ``'w-'``: read/write (create if doesn't exist).#x1B[39;49;00m
#x1B[33m#x1B[39;49;00m
#x1B[33m Raises#x1B[39;49;00m
#x1B[33m ------#x1B[39;49;00m
#x1B[33m FileExistsError#x1B[39;49;00m
#x1B[33m If the mode is 'w-' and the store path already exists.#x1B[39;49;00m
#x1B[33m ValueError#x1B[39;49;00m
#x1B[33m If the mode is not "r" and the store is read-only, or#x1B[39;49;00m
#x1B[33m """#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[90m# fastpath if mode is None#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m mode #x1B[95mis#x1B[39;49;00m #x1B[94mNone#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mreturn#x1B[39;49;00m #x1B[94mawait#x1B[39;49;00m #x1B[96mcls#x1B[39;49;00m._create_open_instance(store, path)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m mode #x1B[95mnot#x1B[39;49;00m #x1B[95min#x1B[39;49;00m ANY_ACCESS_MODE:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33mInvalid mode: #x1B[39;49;00m#x1B[33m{#x1B[39;49;00mmode#x1B[33m}#x1B[39;49;00m#x1B[33m, expected one of #x1B[39;49;00m#x1B[33m{#x1B[39;49;00mANY_ACCESS_MODE#x1B[33m}#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m store.read_only:#x1B[90m#x1B[39;49;00m
#x1B[90m# Don't allow write operations on a read-only store#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m mode != #x1B[33m"#x1B[39;49;00m#x1B[33mr#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
> #x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33mStore is read-only but mode is #x1B[39;49;00m#x1B[33m{#x1B[39;49;00mmode#x1B[33m!r}#x1B[39;49;00m#x1B[33m. Create a writable store or use #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33mr#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m mode.#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31mE ValueError: Store is read-only but mode is 'w-'. Create a writable store or use 'r' mode.#x1B[0m
#x1B[1m#x1B[31m/Users/runner/micromamba/envs/xarray-tests/lib/python3.13/site-packages/zarr/storage/_common.py#x1B[0m:112: ValueError
Check warning on line 0 in xarray.tests.test_backends.TestInstrumentedZarrStore
github-actions / Test Results
1 out of 11 runs failed: test_append (xarray.tests.test_backends.TestInstrumentedZarrStore)
artifacts/Test results for macOS-3.13/pytest.xml [took 0s]
Raw output
AssertionError: ('get', {'get': 8, 'list_dir': 2, 'list_prefix': 1, 'set': 16})
assert 8 <= 4
self = <xarray.tests.test_backends.TestInstrumentedZarrStore object at 0x14c378410>
#x1B[0m#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mtest_append#x1B[39;49;00m(#x1B[96mself#x1B[39;49;00m) -> #x1B[94mNone#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
original = Dataset({#x1B[33m"#x1B[39;49;00m#x1B[33mfoo#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: (#x1B[33m"#x1B[39;49;00m#x1B[33mx#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, [#x1B[94m1#x1B[39;49;00m])}, coords={#x1B[33m"#x1B[39;49;00m#x1B[33mx#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: [#x1B[94m0#x1B[39;49;00m]})#x1B[90m#x1B[39;49;00m
modified = Dataset({#x1B[33m"#x1B[39;49;00m#x1B[33mfoo#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: (#x1B[33m"#x1B[39;49;00m#x1B[33mx#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, [#x1B[94m2#x1B[39;49;00m])}, coords={#x1B[33m"#x1B[39;49;00m#x1B[33mx#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: [#x1B[94m1#x1B[39;49;00m]})#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mwith#x1B[39;49;00m #x1B[96mself#x1B[39;49;00m.create_zarr_target() #x1B[94mas#x1B[39;49;00m store:#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m has_zarr_v3:#x1B[90m#x1B[39;49;00m
#x1B[90m# TODO: verify these#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
expected = {#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mset#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: #x1B[94m5#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mget#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: #x1B[94m4#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mlist_dir#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: #x1B[94m2#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mlist_prefix#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: #x1B[94m1#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
}#x1B[90m#x1B[39;49;00m
#x1B[94melse#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
expected = {#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33miter#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: #x1B[94m1#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mcontains#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: #x1B[94m18#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33msetitem#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: #x1B[94m10#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mgetitem#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: #x1B[94m13#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mlistdir#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: #x1B[94m0#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mlist_prefix#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: #x1B[94m3#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
}#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
patches = #x1B[96mself#x1B[39;49;00m.make_patches(store)#x1B[90m#x1B[39;49;00m
#x1B[94mwith#x1B[39;49;00m patch.multiple(KVStore, **patches):#x1B[90m#x1B[39;49;00m
original.to_zarr(store)#x1B[90m#x1B[39;49;00m
> #x1B[96mself#x1B[39;49;00m.check_requests(expected, patches)#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/Users/runner/work/xarray/xarray/xarray/tests/test_backends.py#x1B[0m:3638:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <xarray.tests.test_backends.TestInstrumentedZarrStore object at 0x14c378410>
expected = {'get': 4, 'list_dir': 2, 'list_prefix': 1, 'set': 5}
patches = {'get': <MagicMock spec='str' id='5213013056'>, 'list_dir': <MagicMock spec='str' id='5839275744'>, 'list_prefix': <MagicMock spec='str' id='5839276080'>, 'set': <MagicMock spec='str' id='5839274400'>}
#x1B[0m#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mcheck_requests#x1B[39;49;00m(#x1B[96mself#x1B[39;49;00m, expected, patches):#x1B[90m#x1B[39;49;00m
summary = #x1B[96mself#x1B[39;49;00m.summarize(patches)#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m k #x1B[95min#x1B[39;49;00m summary:#x1B[90m#x1B[39;49;00m
> #x1B[94massert#x1B[39;49;00m summary[k] <= expected[k], (k, summary)#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31mE AssertionError: ('get', {'get': 8, 'list_dir': 2, 'list_prefix': 1, 'set': 16})#x1B[0m
#x1B[1m#x1B[31mE assert 8 <= 4#x1B[0m
#x1B[1m#x1B[31m/Users/runner/work/xarray/xarray/xarray/tests/test_backends.py#x1B[0m:3610: AssertionError
Check warning on line 0 in xarray.tests.test_backends.TestInstrumentedZarrStore
github-actions / Test Results
1 out of 11 runs failed: test_region_write (xarray.tests.test_backends.TestInstrumentedZarrStore)
artifacts/Test results for macOS-3.13/pytest.xml [took 0s]
Raw output
AssertionError: ('get', {'get': 8, 'list_dir': 2, 'list_prefix': 4, 'set': 16})
assert 8 <= 2
self = <xarray.tests.test_backends.TestInstrumentedZarrStore object at 0x14c379310>
#x1B[0m#x1B[37m@requires_dask#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mtest_region_write#x1B[39;49;00m(#x1B[96mself#x1B[39;49;00m) -> #x1B[94mNone#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
ds = Dataset({#x1B[33m"#x1B[39;49;00m#x1B[33mfoo#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: (#x1B[33m"#x1B[39;49;00m#x1B[33mx#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, [#x1B[94m1#x1B[39;49;00m, #x1B[94m2#x1B[39;49;00m, #x1B[94m3#x1B[39;49;00m])}, coords={#x1B[33m"#x1B[39;49;00m#x1B[33mx#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: [#x1B[94m1#x1B[39;49;00m, #x1B[94m2#x1B[39;49;00m, #x1B[94m3#x1B[39;49;00m]}).chunk()#x1B[90m#x1B[39;49;00m
#x1B[94mwith#x1B[39;49;00m #x1B[96mself#x1B[39;49;00m.create_zarr_target() #x1B[94mas#x1B[39;49;00m store:#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m has_zarr_v3:#x1B[90m#x1B[39;49;00m
expected = {#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mset#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: #x1B[94m5#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mget#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: #x1B[94m2#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mlist_dir#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: #x1B[94m2#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mlist_prefix#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: #x1B[94m4#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
}#x1B[90m#x1B[39;49;00m
#x1B[94melse#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
expected = {#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33miter#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: #x1B[94m1#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mcontains#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: #x1B[94m16#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33msetitem#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: #x1B[94m9#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mgetitem#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: #x1B[94m13#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mlistdir#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: #x1B[94m0#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mlist_prefix#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: #x1B[94m5#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
}#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
patches = #x1B[96mself#x1B[39;49;00m.make_patches(store)#x1B[90m#x1B[39;49;00m
#x1B[94mwith#x1B[39;49;00m patch.multiple(KVStore, **patches):#x1B[90m#x1B[39;49;00m
ds.to_zarr(store, mode=#x1B[33m"#x1B[39;49;00m#x1B[33mw#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, compute=#x1B[94mFalse#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
> #x1B[96mself#x1B[39;49;00m.check_requests(expected, patches)#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/Users/runner/work/xarray/xarray/xarray/tests/test_backends.py#x1B[0m:3716:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <xarray.tests.test_backends.TestInstrumentedZarrStore object at 0x14c379310>
expected = {'get': 2, 'list_dir': 2, 'list_prefix': 4, 'set': 5}
patches = {'get': <MagicMock spec='str' id='5797684496'>, 'list_dir': <MagicMock spec='str' id='5797690544'>, 'list_prefix': <MagicMock spec='str' id='5797682816'>, 'set': <MagicMock spec='str' id='5797687520'>}
#x1B[0m#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mcheck_requests#x1B[39;49;00m(#x1B[96mself#x1B[39;49;00m, expected, patches):#x1B[90m#x1B[39;49;00m
summary = #x1B[96mself#x1B[39;49;00m.summarize(patches)#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m k #x1B[95min#x1B[39;49;00m summary:#x1B[90m#x1B[39;49;00m
> #x1B[94massert#x1B[39;49;00m summary[k] <= expected[k], (k, summary)#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31mE AssertionError: ('get', {'get': 8, 'list_dir': 2, 'list_prefix': 4, 'set': 16})#x1B[0m
#x1B[1m#x1B[31mE assert 8 <= 2#x1B[0m
#x1B[1m#x1B[31m/Users/runner/work/xarray/xarray/xarray/tests/test_backends.py#x1B[0m:3610: AssertionError
Check warning on line 0 in xarray.tests.test_dataarray_typing.yml
github-actions / Test Results
1 out of 13 runs failed: test_mypy_pipe_tuple_extra_arg (xarray.tests.test_dataarray_typing.yml)
artifacts/Test results for Linux-3.11 mypy/pytest.xml [took 31s]
Raw output
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/tests/test_dataarray_typing.yml#x1B[0m:185:
#x1B[1m#x1B[31mE pytest_mypy_plugins.utils.TypecheckAssertionError: Invalid output: #x1B[0m
#x1B[1m#x1B[31mE Actual:#x1B[0m
#x1B[1m#x1B[31mE ...#x1B[0m
#x1B[1m#x1B[31mE main:17: note: def [P`50486, T] pipe(self, func: Callable[[DataArray, **P], T], *args: P.args, **kwargs: P.kwargs) -> T (diff)#x1B[0m
#x1B[1m#x1B[31mE ...#x1B[0m
#x1B[1m#x1B[31mE Expected:#x1B[0m
#x1B[1m#x1B[31mE ...#x1B[0m
#x1B[1m#x1B[31mE main:17: note: def [P`9, T] pipe(self, func: Callable[[DataArray, **P], T], *args: P.args, **kwargs: P.kwargs) -> T (diff)#x1B[0m
#x1B[1m#x1B[31mE ...#x1B[0m
#x1B[1m#x1B[31mE Alignment of first line difference:#x1B[0m
#x1B[1m#x1B[31mE E: main:17: note: def [P`9, T] pipe(self, func: Callable[[DataArray, **...#x1B[0m
#x1B[1m#x1B[31mE A: main:17: note: def [P`50486, T] pipe(self, func: Callable[[DataArray...#x1B[0m
#x1B[1m#x1B[31mE ^#x1B[0m
Check warning on line 0 in xarray.tests.test_weighted
github-actions / Test Results
5 out of 11 runs failed: test_weighted_operations_keep_attr[None-True-std] (xarray.tests.test_weighted)
artifacts/Test results for Linux-3.11 bare-min-and-scipy/pytest.xml [took 0s]
artifacts/Test results for Linux-3.11 bare-minimum/pytest.xml [took 0s]
artifacts/Test results for Linux-3.11/pytest.xml [took 0s]
artifacts/Test results for Linux-3.12 all-but-dask/pytest.xml [took 0s]
artifacts/Test results for Windows-3.11/pytest.xml [took 0s]
Raw output
RuntimeWarning: invalid value encountered in sqrt
operation = 'std', as_dataset = True, keep_attrs = None
#x1B[0m#x1B[37m@pytest#x1B[39;49;00m.mark.parametrize(#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33moperation#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
(#x1B[33m"#x1B[39;49;00m#x1B[33msum_of_weights#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33msum#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33mmean#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33msum_of_squares#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33mvar#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33mstd#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33mquantile#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m),#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[37m@pytest#x1B[39;49;00m.mark.parametrize(#x1B[33m"#x1B[39;49;00m#x1B[33mas_dataset#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, (#x1B[94mTrue#x1B[39;49;00m, #x1B[94mFalse#x1B[39;49;00m))#x1B[90m#x1B[39;49;00m
#x1B[37m@pytest#x1B[39;49;00m.mark.parametrize(#x1B[33m"#x1B[39;49;00m#x1B[33mkeep_attrs#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, (#x1B[94mTrue#x1B[39;49;00m, #x1B[94mFalse#x1B[39;49;00m, #x1B[94mNone#x1B[39;49;00m))#x1B[90m#x1B[39;49;00m
#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mtest_weighted_operations_keep_attr#x1B[39;49;00m(operation, as_dataset, keep_attrs):#x1B[90m#x1B[39;49;00m
weights = DataArray(np.random.randn(#x1B[94m2#x1B[39;49;00m, #x1B[94m2#x1B[39;49;00m), attrs=#x1B[96mdict#x1B[39;49;00m(attr=#x1B[33m"#x1B[39;49;00m#x1B[33mweights#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m))#x1B[90m#x1B[39;49;00m
data = DataArray(np.random.randn(#x1B[94m2#x1B[39;49;00m, #x1B[94m2#x1B[39;49;00m))#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m as_dataset:#x1B[90m#x1B[39;49;00m
data = data.to_dataset(name=#x1B[33m"#x1B[39;49;00m#x1B[33mdata#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
data.attrs = #x1B[96mdict#x1B[39;49;00m(attr=#x1B[33m"#x1B[39;49;00m#x1B[33mweights#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
kwargs = {#x1B[33m"#x1B[39;49;00m#x1B[33mkeep_attrs#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: keep_attrs}#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m operation == #x1B[33m"#x1B[39;49;00m#x1B[33mquantile#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
kwargs[#x1B[33m"#x1B[39;49;00m#x1B[33mq#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m] = #x1B[94m0.5#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
> result = #x1B[96mgetattr#x1B[39;49;00m(data.weighted(weights), operation)(**kwargs)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/tests/test_weighted.py#x1B[0m:743:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/weighted.py#x1B[0m:518: in std
#x1B[0m#x1B[94mreturn#x1B[39;49;00m #x1B[96mself#x1B[39;49;00m._implementation(#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/weighted.py#x1B[0m:555: in _implementation
#x1B[0m#x1B[94mreturn#x1B[39;49;00m #x1B[96mself#x1B[39;49;00m.obj.map(func, dim=dim, **kwargs)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/core/dataset.py#x1B[0m:6879: in map
#x1B[0mvariables = {#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/core/dataset.py#x1B[0m:6880: in <dictcomp>
#x1B[0mk: maybe_wrap_array(v, func(v, *args, **kwargs))#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/weighted.py#x1B[0m:317: in _weighted_std
#x1B[0m#x1B[94mreturn#x1B[39;49;00m cast(#x1B[33m"#x1B[39;49;00m#x1B[33mT_DataArray#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, np.sqrt(#x1B[96mself#x1B[39;49;00m._weighted_var(da, dim, skipna)))#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/arithmetic.py#x1B[0m:84: in __array_ufunc__
#x1B[0m#x1B[94mreturn#x1B[39;49;00m apply_ufunc(#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/apply_ufunc.py#x1B[0m:1267: in apply_ufunc
#x1B[0m#x1B[94mreturn#x1B[39;49;00m apply_dataarray_vfunc(#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/apply_ufunc.py#x1B[0m:310: in apply_dataarray_vfunc
#x1B[0mresult_var = func(*data_vars)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
func = <ufunc 'sqrt'>, signature = _UFuncSignature([()], [()])
exclude_dims = frozenset(), dask = 'allowed', output_dtypes = None
#x1B[0m#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mapply_variable_ufunc#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
func,#x1B[90m#x1B[39;49;00m
*args,#x1B[90m#x1B[39;49;00m
signature: _UFuncSignature,#x1B[90m#x1B[39;49;00m
exclude_dims=#x1B[96mfrozenset#x1B[39;49;00m(),#x1B[90m#x1B[39;49;00m
dask=#x1B[33m"#x1B[39;49;00m#x1B[33mforbidden#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
output_dtypes=#x1B[94mNone#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
vectorize=#x1B[94mFalse#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
keep_attrs=#x1B[33m"#x1B[39;49;00m#x1B[33moverride#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs=#x1B[94mNone#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
) -> Variable | #x1B[96mtuple#x1B[39;49;00m[Variable, ...]:#x1B[90m#x1B[39;49;00m
#x1B[90m #x1B[39;49;00m#x1B[33m"""Apply a ndarray level function over Variable and/or ndarray objects."""#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[94mfrom#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[04m#x1B[96mxarray#x1B[39;49;00m#x1B[04m#x1B[96m.#x1B[39;49;00m#x1B[04m#x1B[96mcore#x1B[39;49;00m#x1B[04m#x1B[96m.#x1B[39;49;00m#x1B[04m#x1B[96mformatting#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[94mimport#x1B[39;49;00m short_array_repr#x1B[90m#x1B[39;49;00m
#x1B[94mfrom#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[04m#x1B[96mxarray#x1B[39;49;00m#x1B[04m#x1B[96m.#x1B[39;49;00m#x1B[04m#x1B[96mcore#x1B[39;49;00m#x1B[04m#x1B[96m.#x1B[39;49;00m#x1B[04m#x1B[96mvariable#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[94mimport#x1B[39;49;00m Variable, as_compatible_data#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
dim_sizes = unified_dim_sizes(#x1B[90m#x1B[39;49;00m
(a #x1B[94mfor#x1B[39;49;00m a #x1B[95min#x1B[39;49;00m args #x1B[94mif#x1B[39;49;00m #x1B[96mhasattr#x1B[39;49;00m(a, #x1B[33m"#x1B[39;49;00m#x1B[33mdims#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m)), exclude_dims=exclude_dims#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
broadcast_dims = #x1B[96mtuple#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
dim #x1B[94mfor#x1B[39;49;00m dim #x1B[95min#x1B[39;49;00m dim_sizes #x1B[94mif#x1B[39;49;00m dim #x1B[95mnot#x1B[39;49;00m #x1B[95min#x1B[39;49;00m signature.all_core_dims#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
output_dims = [broadcast_dims + out #x1B[94mfor#x1B[39;49;00m out #x1B[95min#x1B[39;49;00m signature.output_core_dims]#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
input_data = [#x1B[90m#x1B[39;49;00m
(#x1B[90m#x1B[39;49;00m
broadcast_compat_data(arg, broadcast_dims, core_dims)#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m #x1B[96misinstance#x1B[39;49;00m(arg, Variable)#x1B[90m#x1B[39;49;00m
#x1B[94melse#x1B[39;49;00m arg#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m arg, core_dims #x1B[95min#x1B[39;49;00m #x1B[96mzip#x1B[39;49;00m(args, signature.input_core_dims, strict=#x1B[94mTrue#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
]#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m #x1B[96many#x1B[39;49;00m(is_chunked_array(array) #x1B[94mfor#x1B[39;49;00m array #x1B[95min#x1B[39;49;00m input_data):#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m dask == #x1B[33m"#x1B[39;49;00m#x1B[33mforbidden#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mapply_ufunc encountered a chunked array on an #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33margument, but handling for chunked arrays has not #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mbeen enabled. Either set the ``dask`` argument #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mor load your data into memory first with #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33m``.load()`` or ``.compute()``#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[94melif#x1B[39;49;00m dask == #x1B[33m"#x1B[39;49;00m#x1B[33mparallelized#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
chunkmanager = get_chunked_array_type(*input_data)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
numpy_func = func#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m dask_gufunc_kwargs #x1B[95mis#x1B[39;49;00m #x1B[94mNone#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs = {}#x1B[90m#x1B[39;49;00m
#x1B[94melse#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs = dask_gufunc_kwargs.copy()#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
allow_rechunk = dask_gufunc_kwargs.get(#x1B[33m"#x1B[39;49;00m#x1B[33mallow_rechunk#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[94mNone#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m allow_rechunk #x1B[95mis#x1B[39;49;00m #x1B[94mNone#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m n, (data, core_dims) #x1B[95min#x1B[39;49;00m #x1B[96menumerate#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[96mzip#x1B[39;49;00m(input_data, signature.input_core_dims, strict=#x1B[94mTrue#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
):#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m is_chunked_array(data):#x1B[90m#x1B[39;49;00m
#x1B[90m# core dimensions cannot span multiple chunks#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m axis, dim #x1B[95min#x1B[39;49;00m #x1B[96menumerate#x1B[39;49;00m(core_dims, start=-#x1B[96mlen#x1B[39;49;00m(core_dims)):#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m #x1B[96mlen#x1B[39;49;00m(data.chunks[axis]) != #x1B[94m1#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33mdimension #x1B[39;49;00m#x1B[33m{#x1B[39;49;00mdim#x1B[33m}#x1B[39;49;00m#x1B[33m on #x1B[39;49;00m#x1B[33m{#x1B[39;49;00mn#x1B[33m}#x1B[39;49;00m#x1B[33mth function argument to #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mapply_ufunc with dask=#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33mparallelized#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m consists of #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mmultiple chunks, but is also a core dimension. To #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mfix, either rechunk into a single array chunk along #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33mthis dimension, i.e., ``.chunk(dict(#x1B[39;49;00m#x1B[33m{#x1B[39;49;00mdim#x1B[33m}#x1B[39;49;00m#x1B[33m=-1))``, or #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mpass ``allow_rechunk=True`` in ``dask_gufunc_kwargs`` #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mbut beware that this may significantly increase memory usage.#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs[#x1B[33m"#x1B[39;49;00m#x1B[33mallow_rechunk#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m] = #x1B[94mTrue#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
output_sizes = dask_gufunc_kwargs.pop(#x1B[33m"#x1B[39;49;00m#x1B[33moutput_sizes#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, {})#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m output_sizes:#x1B[90m#x1B[39;49;00m
output_sizes_renamed = {}#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m key, value #x1B[95min#x1B[39;49;00m output_sizes.items():#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m key #x1B[95mnot#x1B[39;49;00m #x1B[95min#x1B[39;49;00m signature.all_output_core_dims:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33mdimension #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m{#x1B[39;49;00mkey#x1B[33m}#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m in #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33moutput_sizes#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m must correspond to output_core_dims#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
output_sizes_renamed[signature.dims_map[key]] = value#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs[#x1B[33m"#x1B[39;49;00m#x1B[33moutput_sizes#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m] = output_sizes_renamed#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m key #x1B[95min#x1B[39;49;00m signature.all_output_core_dims:#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m (#x1B[90m#x1B[39;49;00m
key #x1B[95mnot#x1B[39;49;00m #x1B[95min#x1B[39;49;00m signature.all_input_core_dims #x1B[95mor#x1B[39;49;00m key #x1B[95min#x1B[39;49;00m exclude_dims#x1B[90m#x1B[39;49;00m
) #x1B[95mand#x1B[39;49;00m key #x1B[95mnot#x1B[39;49;00m #x1B[95min#x1B[39;49;00m output_sizes:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33mdimension #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m{#x1B[39;49;00mkey#x1B[33m}#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m in #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33moutput_core_dims#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m needs corresponding (dim, size) in #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33moutput_sizes#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mfunc#x1B[39;49;00m(*arrays):#x1B[90m#x1B[39;49;00m
res = chunkmanager.apply_gufunc(#x1B[90m#x1B[39;49;00m
numpy_func,#x1B[90m#x1B[39;49;00m
signature.to_gufunc_string(exclude_dims),#x1B[90m#x1B[39;49;00m
*arrays,#x1B[90m#x1B[39;49;00m
vectorize=vectorize,#x1B[90m#x1B[39;49;00m
output_dtypes=output_dtypes,#x1B[90m#x1B[39;49;00m
**dask_gufunc_kwargs,#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mreturn#x1B[39;49;00m res#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94melif#x1B[39;49;00m dask == #x1B[33m"#x1B[39;49;00m#x1B[33mallowed#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mpass#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[94melse#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33munknown setting for chunked array handling in apply_ufunc: #x1B[39;49;00m#x1B[33m{#x1B[39;49;00mdask#x1B[33m}#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[94melif#x1B[39;49;00m vectorize:#x1B[90m#x1B[39;49;00m
func = _vectorize(#x1B[90m#x1B[39;49;00m
func, signature, output_dtypes=output_dtypes, exclude_dims=exclude_dims#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
> result_data = func(*input_data)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31mE RuntimeWarning: invalid value encountered in sqrt#x1B[0m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/apply_ufunc.py#x1B[0m:818: RuntimeWarning
Check warning on line 0 in xarray.tests.test_weighted
github-actions / Test Results
5 out of 11 runs failed: test_weighted_operations_keep_attr[False-True-std] (xarray.tests.test_weighted)
artifacts/Test results for Linux-3.11 bare-min-and-scipy/pytest.xml [took 0s]
artifacts/Test results for Linux-3.11 bare-minimum/pytest.xml [took 0s]
artifacts/Test results for Linux-3.11/pytest.xml [took 0s]
artifacts/Test results for Linux-3.12 all-but-dask/pytest.xml [took 0s]
artifacts/Test results for Windows-3.11/pytest.xml [took 0s]
Raw output
RuntimeWarning: invalid value encountered in sqrt
operation = 'std', as_dataset = True, keep_attrs = False
#x1B[0m#x1B[37m@pytest#x1B[39;49;00m.mark.parametrize(#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33moperation#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
(#x1B[33m"#x1B[39;49;00m#x1B[33msum_of_weights#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33msum#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33mmean#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33msum_of_squares#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33mvar#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33mstd#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33mquantile#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m),#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[37m@pytest#x1B[39;49;00m.mark.parametrize(#x1B[33m"#x1B[39;49;00m#x1B[33mas_dataset#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, (#x1B[94mTrue#x1B[39;49;00m, #x1B[94mFalse#x1B[39;49;00m))#x1B[90m#x1B[39;49;00m
#x1B[37m@pytest#x1B[39;49;00m.mark.parametrize(#x1B[33m"#x1B[39;49;00m#x1B[33mkeep_attrs#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, (#x1B[94mTrue#x1B[39;49;00m, #x1B[94mFalse#x1B[39;49;00m, #x1B[94mNone#x1B[39;49;00m))#x1B[90m#x1B[39;49;00m
#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mtest_weighted_operations_keep_attr#x1B[39;49;00m(operation, as_dataset, keep_attrs):#x1B[90m#x1B[39;49;00m
weights = DataArray(np.random.randn(#x1B[94m2#x1B[39;49;00m, #x1B[94m2#x1B[39;49;00m), attrs=#x1B[96mdict#x1B[39;49;00m(attr=#x1B[33m"#x1B[39;49;00m#x1B[33mweights#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m))#x1B[90m#x1B[39;49;00m
data = DataArray(np.random.randn(#x1B[94m2#x1B[39;49;00m, #x1B[94m2#x1B[39;49;00m))#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m as_dataset:#x1B[90m#x1B[39;49;00m
data = data.to_dataset(name=#x1B[33m"#x1B[39;49;00m#x1B[33mdata#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
data.attrs = #x1B[96mdict#x1B[39;49;00m(attr=#x1B[33m"#x1B[39;49;00m#x1B[33mweights#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
kwargs = {#x1B[33m"#x1B[39;49;00m#x1B[33mkeep_attrs#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: keep_attrs}#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m operation == #x1B[33m"#x1B[39;49;00m#x1B[33mquantile#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
kwargs[#x1B[33m"#x1B[39;49;00m#x1B[33mq#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m] = #x1B[94m0.5#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
> result = #x1B[96mgetattr#x1B[39;49;00m(data.weighted(weights), operation)(**kwargs)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/tests/test_weighted.py#x1B[0m:743:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/weighted.py#x1B[0m:518: in std
#x1B[0m#x1B[94mreturn#x1B[39;49;00m #x1B[96mself#x1B[39;49;00m._implementation(#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/weighted.py#x1B[0m:555: in _implementation
#x1B[0m#x1B[94mreturn#x1B[39;49;00m #x1B[96mself#x1B[39;49;00m.obj.map(func, dim=dim, **kwargs)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/core/dataset.py#x1B[0m:6879: in map
#x1B[0mvariables = {#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/core/dataset.py#x1B[0m:6880: in <dictcomp>
#x1B[0mk: maybe_wrap_array(v, func(v, *args, **kwargs))#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/weighted.py#x1B[0m:317: in _weighted_std
#x1B[0m#x1B[94mreturn#x1B[39;49;00m cast(#x1B[33m"#x1B[39;49;00m#x1B[33mT_DataArray#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, np.sqrt(#x1B[96mself#x1B[39;49;00m._weighted_var(da, dim, skipna)))#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/arithmetic.py#x1B[0m:84: in __array_ufunc__
#x1B[0m#x1B[94mreturn#x1B[39;49;00m apply_ufunc(#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/apply_ufunc.py#x1B[0m:1267: in apply_ufunc
#x1B[0m#x1B[94mreturn#x1B[39;49;00m apply_dataarray_vfunc(#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/apply_ufunc.py#x1B[0m:310: in apply_dataarray_vfunc
#x1B[0mresult_var = func(*data_vars)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
func = <ufunc 'sqrt'>, signature = _UFuncSignature([()], [()])
exclude_dims = frozenset(), dask = 'allowed', output_dtypes = None
#x1B[0m#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mapply_variable_ufunc#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
func,#x1B[90m#x1B[39;49;00m
*args,#x1B[90m#x1B[39;49;00m
signature: _UFuncSignature,#x1B[90m#x1B[39;49;00m
exclude_dims=#x1B[96mfrozenset#x1B[39;49;00m(),#x1B[90m#x1B[39;49;00m
dask=#x1B[33m"#x1B[39;49;00m#x1B[33mforbidden#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
output_dtypes=#x1B[94mNone#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
vectorize=#x1B[94mFalse#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
keep_attrs=#x1B[33m"#x1B[39;49;00m#x1B[33moverride#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs=#x1B[94mNone#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
) -> Variable | #x1B[96mtuple#x1B[39;49;00m[Variable, ...]:#x1B[90m#x1B[39;49;00m
#x1B[90m #x1B[39;49;00m#x1B[33m"""Apply a ndarray level function over Variable and/or ndarray objects."""#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[94mfrom#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[04m#x1B[96mxarray#x1B[39;49;00m#x1B[04m#x1B[96m.#x1B[39;49;00m#x1B[04m#x1B[96mcore#x1B[39;49;00m#x1B[04m#x1B[96m.#x1B[39;49;00m#x1B[04m#x1B[96mformatting#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[94mimport#x1B[39;49;00m short_array_repr#x1B[90m#x1B[39;49;00m
#x1B[94mfrom#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[04m#x1B[96mxarray#x1B[39;49;00m#x1B[04m#x1B[96m.#x1B[39;49;00m#x1B[04m#x1B[96mcore#x1B[39;49;00m#x1B[04m#x1B[96m.#x1B[39;49;00m#x1B[04m#x1B[96mvariable#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[94mimport#x1B[39;49;00m Variable, as_compatible_data#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
dim_sizes = unified_dim_sizes(#x1B[90m#x1B[39;49;00m
(a #x1B[94mfor#x1B[39;49;00m a #x1B[95min#x1B[39;49;00m args #x1B[94mif#x1B[39;49;00m #x1B[96mhasattr#x1B[39;49;00m(a, #x1B[33m"#x1B[39;49;00m#x1B[33mdims#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m)), exclude_dims=exclude_dims#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
broadcast_dims = #x1B[96mtuple#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
dim #x1B[94mfor#x1B[39;49;00m dim #x1B[95min#x1B[39;49;00m dim_sizes #x1B[94mif#x1B[39;49;00m dim #x1B[95mnot#x1B[39;49;00m #x1B[95min#x1B[39;49;00m signature.all_core_dims#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
output_dims = [broadcast_dims + out #x1B[94mfor#x1B[39;49;00m out #x1B[95min#x1B[39;49;00m signature.output_core_dims]#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
input_data = [#x1B[90m#x1B[39;49;00m
(#x1B[90m#x1B[39;49;00m
broadcast_compat_data(arg, broadcast_dims, core_dims)#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m #x1B[96misinstance#x1B[39;49;00m(arg, Variable)#x1B[90m#x1B[39;49;00m
#x1B[94melse#x1B[39;49;00m arg#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m arg, core_dims #x1B[95min#x1B[39;49;00m #x1B[96mzip#x1B[39;49;00m(args, signature.input_core_dims, strict=#x1B[94mTrue#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
]#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m #x1B[96many#x1B[39;49;00m(is_chunked_array(array) #x1B[94mfor#x1B[39;49;00m array #x1B[95min#x1B[39;49;00m input_data):#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m dask == #x1B[33m"#x1B[39;49;00m#x1B[33mforbidden#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mapply_ufunc encountered a chunked array on an #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33margument, but handling for chunked arrays has not #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mbeen enabled. Either set the ``dask`` argument #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mor load your data into memory first with #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33m``.load()`` or ``.compute()``#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[94melif#x1B[39;49;00m dask == #x1B[33m"#x1B[39;49;00m#x1B[33mparallelized#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
chunkmanager = get_chunked_array_type(*input_data)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
numpy_func = func#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m dask_gufunc_kwargs #x1B[95mis#x1B[39;49;00m #x1B[94mNone#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs = {}#x1B[90m#x1B[39;49;00m
#x1B[94melse#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs = dask_gufunc_kwargs.copy()#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
allow_rechunk = dask_gufunc_kwargs.get(#x1B[33m"#x1B[39;49;00m#x1B[33mallow_rechunk#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[94mNone#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m allow_rechunk #x1B[95mis#x1B[39;49;00m #x1B[94mNone#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m n, (data, core_dims) #x1B[95min#x1B[39;49;00m #x1B[96menumerate#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[96mzip#x1B[39;49;00m(input_data, signature.input_core_dims, strict=#x1B[94mTrue#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
):#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m is_chunked_array(data):#x1B[90m#x1B[39;49;00m
#x1B[90m# core dimensions cannot span multiple chunks#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m axis, dim #x1B[95min#x1B[39;49;00m #x1B[96menumerate#x1B[39;49;00m(core_dims, start=-#x1B[96mlen#x1B[39;49;00m(core_dims)):#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m #x1B[96mlen#x1B[39;49;00m(data.chunks[axis]) != #x1B[94m1#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33mdimension #x1B[39;49;00m#x1B[33m{#x1B[39;49;00mdim#x1B[33m}#x1B[39;49;00m#x1B[33m on #x1B[39;49;00m#x1B[33m{#x1B[39;49;00mn#x1B[33m}#x1B[39;49;00m#x1B[33mth function argument to #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mapply_ufunc with dask=#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33mparallelized#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m consists of #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mmultiple chunks, but is also a core dimension. To #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mfix, either rechunk into a single array chunk along #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33mthis dimension, i.e., ``.chunk(dict(#x1B[39;49;00m#x1B[33m{#x1B[39;49;00mdim#x1B[33m}#x1B[39;49;00m#x1B[33m=-1))``, or #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mpass ``allow_rechunk=True`` in ``dask_gufunc_kwargs`` #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mbut beware that this may significantly increase memory usage.#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs[#x1B[33m"#x1B[39;49;00m#x1B[33mallow_rechunk#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m] = #x1B[94mTrue#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
output_sizes = dask_gufunc_kwargs.pop(#x1B[33m"#x1B[39;49;00m#x1B[33moutput_sizes#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, {})#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m output_sizes:#x1B[90m#x1B[39;49;00m
output_sizes_renamed = {}#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m key, value #x1B[95min#x1B[39;49;00m output_sizes.items():#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m key #x1B[95mnot#x1B[39;49;00m #x1B[95min#x1B[39;49;00m signature.all_output_core_dims:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33mdimension #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m{#x1B[39;49;00mkey#x1B[33m}#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m in #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33moutput_sizes#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m must correspond to output_core_dims#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
output_sizes_renamed[signature.dims_map[key]] = value#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs[#x1B[33m"#x1B[39;49;00m#x1B[33moutput_sizes#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m] = output_sizes_renamed#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m key #x1B[95min#x1B[39;49;00m signature.all_output_core_dims:#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m (#x1B[90m#x1B[39;49;00m
key #x1B[95mnot#x1B[39;49;00m #x1B[95min#x1B[39;49;00m signature.all_input_core_dims #x1B[95mor#x1B[39;49;00m key #x1B[95min#x1B[39;49;00m exclude_dims#x1B[90m#x1B[39;49;00m
) #x1B[95mand#x1B[39;49;00m key #x1B[95mnot#x1B[39;49;00m #x1B[95min#x1B[39;49;00m output_sizes:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33mdimension #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m{#x1B[39;49;00mkey#x1B[33m}#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m in #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33moutput_core_dims#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m needs corresponding (dim, size) in #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33moutput_sizes#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mfunc#x1B[39;49;00m(*arrays):#x1B[90m#x1B[39;49;00m
res = chunkmanager.apply_gufunc(#x1B[90m#x1B[39;49;00m
numpy_func,#x1B[90m#x1B[39;49;00m
signature.to_gufunc_string(exclude_dims),#x1B[90m#x1B[39;49;00m
*arrays,#x1B[90m#x1B[39;49;00m
vectorize=vectorize,#x1B[90m#x1B[39;49;00m
output_dtypes=output_dtypes,#x1B[90m#x1B[39;49;00m
**dask_gufunc_kwargs,#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mreturn#x1B[39;49;00m res#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94melif#x1B[39;49;00m dask == #x1B[33m"#x1B[39;49;00m#x1B[33mallowed#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mpass#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[94melse#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33munknown setting for chunked array handling in apply_ufunc: #x1B[39;49;00m#x1B[33m{#x1B[39;49;00mdask#x1B[33m}#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[94melif#x1B[39;49;00m vectorize:#x1B[90m#x1B[39;49;00m
func = _vectorize(#x1B[90m#x1B[39;49;00m
func, signature, output_dtypes=output_dtypes, exclude_dims=exclude_dims#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
> result_data = func(*input_data)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31mE RuntimeWarning: invalid value encountered in sqrt#x1B[0m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/apply_ufunc.py#x1B[0m:818: RuntimeWarning
Check warning on line 0 in xarray.tests.test_weighted
github-actions / Test Results
5 out of 11 runs failed: test_weighted_operations_keep_attr[False-False-std] (xarray.tests.test_weighted)
artifacts/Test results for Linux-3.11 bare-min-and-scipy/pytest.xml [took 0s]
artifacts/Test results for Linux-3.11 bare-minimum/pytest.xml [took 0s]
artifacts/Test results for Linux-3.11/pytest.xml [took 0s]
artifacts/Test results for Linux-3.12 all-but-dask/pytest.xml [took 0s]
artifacts/Test results for Windows-3.11/pytest.xml [took 0s]
Raw output
RuntimeWarning: invalid value encountered in sqrt
operation = 'std', as_dataset = False, keep_attrs = False
#x1B[0m#x1B[37m@pytest#x1B[39;49;00m.mark.parametrize(#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33moperation#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
(#x1B[33m"#x1B[39;49;00m#x1B[33msum_of_weights#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33msum#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33mmean#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33msum_of_squares#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33mvar#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33mstd#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33mquantile#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m),#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[37m@pytest#x1B[39;49;00m.mark.parametrize(#x1B[33m"#x1B[39;49;00m#x1B[33mas_dataset#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, (#x1B[94mTrue#x1B[39;49;00m, #x1B[94mFalse#x1B[39;49;00m))#x1B[90m#x1B[39;49;00m
#x1B[37m@pytest#x1B[39;49;00m.mark.parametrize(#x1B[33m"#x1B[39;49;00m#x1B[33mkeep_attrs#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, (#x1B[94mTrue#x1B[39;49;00m, #x1B[94mFalse#x1B[39;49;00m, #x1B[94mNone#x1B[39;49;00m))#x1B[90m#x1B[39;49;00m
#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mtest_weighted_operations_keep_attr#x1B[39;49;00m(operation, as_dataset, keep_attrs):#x1B[90m#x1B[39;49;00m
weights = DataArray(np.random.randn(#x1B[94m2#x1B[39;49;00m, #x1B[94m2#x1B[39;49;00m), attrs=#x1B[96mdict#x1B[39;49;00m(attr=#x1B[33m"#x1B[39;49;00m#x1B[33mweights#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m))#x1B[90m#x1B[39;49;00m
data = DataArray(np.random.randn(#x1B[94m2#x1B[39;49;00m, #x1B[94m2#x1B[39;49;00m))#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m as_dataset:#x1B[90m#x1B[39;49;00m
data = data.to_dataset(name=#x1B[33m"#x1B[39;49;00m#x1B[33mdata#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
data.attrs = #x1B[96mdict#x1B[39;49;00m(attr=#x1B[33m"#x1B[39;49;00m#x1B[33mweights#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
kwargs = {#x1B[33m"#x1B[39;49;00m#x1B[33mkeep_attrs#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: keep_attrs}#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m operation == #x1B[33m"#x1B[39;49;00m#x1B[33mquantile#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
kwargs[#x1B[33m"#x1B[39;49;00m#x1B[33mq#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m] = #x1B[94m0.5#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
> result = #x1B[96mgetattr#x1B[39;49;00m(data.weighted(weights), operation)(**kwargs)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/tests/test_weighted.py#x1B[0m:743:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/weighted.py#x1B[0m:518: in std
#x1B[0m#x1B[94mreturn#x1B[39;49;00m #x1B[96mself#x1B[39;49;00m._implementation(#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/weighted.py#x1B[0m:547: in _implementation
#x1B[0mdataset = dataset.map(func, dim=dim, **kwargs)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/core/dataset.py#x1B[0m:6879: in map
#x1B[0mvariables = {#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/core/dataset.py#x1B[0m:6880: in <dictcomp>
#x1B[0mk: maybe_wrap_array(v, func(v, *args, **kwargs))#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/weighted.py#x1B[0m:317: in _weighted_std
#x1B[0m#x1B[94mreturn#x1B[39;49;00m cast(#x1B[33m"#x1B[39;49;00m#x1B[33mT_DataArray#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, np.sqrt(#x1B[96mself#x1B[39;49;00m._weighted_var(da, dim, skipna)))#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/arithmetic.py#x1B[0m:84: in __array_ufunc__
#x1B[0m#x1B[94mreturn#x1B[39;49;00m apply_ufunc(#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/apply_ufunc.py#x1B[0m:1267: in apply_ufunc
#x1B[0m#x1B[94mreturn#x1B[39;49;00m apply_dataarray_vfunc(#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/apply_ufunc.py#x1B[0m:310: in apply_dataarray_vfunc
#x1B[0mresult_var = func(*data_vars)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
func = <ufunc 'sqrt'>, signature = _UFuncSignature([()], [()])
exclude_dims = frozenset(), dask = 'allowed', output_dtypes = None
#x1B[0m#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mapply_variable_ufunc#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
func,#x1B[90m#x1B[39;49;00m
*args,#x1B[90m#x1B[39;49;00m
signature: _UFuncSignature,#x1B[90m#x1B[39;49;00m
exclude_dims=#x1B[96mfrozenset#x1B[39;49;00m(),#x1B[90m#x1B[39;49;00m
dask=#x1B[33m"#x1B[39;49;00m#x1B[33mforbidden#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
output_dtypes=#x1B[94mNone#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
vectorize=#x1B[94mFalse#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
keep_attrs=#x1B[33m"#x1B[39;49;00m#x1B[33moverride#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs=#x1B[94mNone#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
) -> Variable | #x1B[96mtuple#x1B[39;49;00m[Variable, ...]:#x1B[90m#x1B[39;49;00m
#x1B[90m #x1B[39;49;00m#x1B[33m"""Apply a ndarray level function over Variable and/or ndarray objects."""#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[94mfrom#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[04m#x1B[96mxarray#x1B[39;49;00m#x1B[04m#x1B[96m.#x1B[39;49;00m#x1B[04m#x1B[96mcore#x1B[39;49;00m#x1B[04m#x1B[96m.#x1B[39;49;00m#x1B[04m#x1B[96mformatting#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[94mimport#x1B[39;49;00m short_array_repr#x1B[90m#x1B[39;49;00m
#x1B[94mfrom#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[04m#x1B[96mxarray#x1B[39;49;00m#x1B[04m#x1B[96m.#x1B[39;49;00m#x1B[04m#x1B[96mcore#x1B[39;49;00m#x1B[04m#x1B[96m.#x1B[39;49;00m#x1B[04m#x1B[96mvariable#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[94mimport#x1B[39;49;00m Variable, as_compatible_data#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
dim_sizes = unified_dim_sizes(#x1B[90m#x1B[39;49;00m
(a #x1B[94mfor#x1B[39;49;00m a #x1B[95min#x1B[39;49;00m args #x1B[94mif#x1B[39;49;00m #x1B[96mhasattr#x1B[39;49;00m(a, #x1B[33m"#x1B[39;49;00m#x1B[33mdims#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m)), exclude_dims=exclude_dims#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
broadcast_dims = #x1B[96mtuple#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
dim #x1B[94mfor#x1B[39;49;00m dim #x1B[95min#x1B[39;49;00m dim_sizes #x1B[94mif#x1B[39;49;00m dim #x1B[95mnot#x1B[39;49;00m #x1B[95min#x1B[39;49;00m signature.all_core_dims#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
output_dims = [broadcast_dims + out #x1B[94mfor#x1B[39;49;00m out #x1B[95min#x1B[39;49;00m signature.output_core_dims]#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
input_data = [#x1B[90m#x1B[39;49;00m
(#x1B[90m#x1B[39;49;00m
broadcast_compat_data(arg, broadcast_dims, core_dims)#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m #x1B[96misinstance#x1B[39;49;00m(arg, Variable)#x1B[90m#x1B[39;49;00m
#x1B[94melse#x1B[39;49;00m arg#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m arg, core_dims #x1B[95min#x1B[39;49;00m #x1B[96mzip#x1B[39;49;00m(args, signature.input_core_dims, strict=#x1B[94mTrue#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
]#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m #x1B[96many#x1B[39;49;00m(is_chunked_array(array) #x1B[94mfor#x1B[39;49;00m array #x1B[95min#x1B[39;49;00m input_data):#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m dask == #x1B[33m"#x1B[39;49;00m#x1B[33mforbidden#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mapply_ufunc encountered a chunked array on an #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33margument, but handling for chunked arrays has not #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mbeen enabled. Either set the ``dask`` argument #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mor load your data into memory first with #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33m``.load()`` or ``.compute()``#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[94melif#x1B[39;49;00m dask == #x1B[33m"#x1B[39;49;00m#x1B[33mparallelized#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
chunkmanager = get_chunked_array_type(*input_data)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
numpy_func = func#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m dask_gufunc_kwargs #x1B[95mis#x1B[39;49;00m #x1B[94mNone#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs = {}#x1B[90m#x1B[39;49;00m
#x1B[94melse#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs = dask_gufunc_kwargs.copy()#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
allow_rechunk = dask_gufunc_kwargs.get(#x1B[33m"#x1B[39;49;00m#x1B[33mallow_rechunk#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[94mNone#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m allow_rechunk #x1B[95mis#x1B[39;49;00m #x1B[94mNone#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m n, (data, core_dims) #x1B[95min#x1B[39;49;00m #x1B[96menumerate#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[96mzip#x1B[39;49;00m(input_data, signature.input_core_dims, strict=#x1B[94mTrue#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
):#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m is_chunked_array(data):#x1B[90m#x1B[39;49;00m
#x1B[90m# core dimensions cannot span multiple chunks#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m axis, dim #x1B[95min#x1B[39;49;00m #x1B[96menumerate#x1B[39;49;00m(core_dims, start=-#x1B[96mlen#x1B[39;49;00m(core_dims)):#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m #x1B[96mlen#x1B[39;49;00m(data.chunks[axis]) != #x1B[94m1#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33mdimension #x1B[39;49;00m#x1B[33m{#x1B[39;49;00mdim#x1B[33m}#x1B[39;49;00m#x1B[33m on #x1B[39;49;00m#x1B[33m{#x1B[39;49;00mn#x1B[33m}#x1B[39;49;00m#x1B[33mth function argument to #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mapply_ufunc with dask=#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33mparallelized#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m consists of #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mmultiple chunks, but is also a core dimension. To #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mfix, either rechunk into a single array chunk along #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33mthis dimension, i.e., ``.chunk(dict(#x1B[39;49;00m#x1B[33m{#x1B[39;49;00mdim#x1B[33m}#x1B[39;49;00m#x1B[33m=-1))``, or #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mpass ``allow_rechunk=True`` in ``dask_gufunc_kwargs`` #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mbut beware that this may significantly increase memory usage.#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs[#x1B[33m"#x1B[39;49;00m#x1B[33mallow_rechunk#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m] = #x1B[94mTrue#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
output_sizes = dask_gufunc_kwargs.pop(#x1B[33m"#x1B[39;49;00m#x1B[33moutput_sizes#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, {})#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m output_sizes:#x1B[90m#x1B[39;49;00m
output_sizes_renamed = {}#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m key, value #x1B[95min#x1B[39;49;00m output_sizes.items():#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m key #x1B[95mnot#x1B[39;49;00m #x1B[95min#x1B[39;49;00m signature.all_output_core_dims:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33mdimension #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m{#x1B[39;49;00mkey#x1B[33m}#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m in #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33moutput_sizes#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m must correspond to output_core_dims#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
output_sizes_renamed[signature.dims_map[key]] = value#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs[#x1B[33m"#x1B[39;49;00m#x1B[33moutput_sizes#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m] = output_sizes_renamed#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m key #x1B[95min#x1B[39;49;00m signature.all_output_core_dims:#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m (#x1B[90m#x1B[39;49;00m
key #x1B[95mnot#x1B[39;49;00m #x1B[95min#x1B[39;49;00m signature.all_input_core_dims #x1B[95mor#x1B[39;49;00m key #x1B[95min#x1B[39;49;00m exclude_dims#x1B[90m#x1B[39;49;00m
) #x1B[95mand#x1B[39;49;00m key #x1B[95mnot#x1B[39;49;00m #x1B[95min#x1B[39;49;00m output_sizes:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33mdimension #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m{#x1B[39;49;00mkey#x1B[33m}#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m in #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33moutput_core_dims#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m needs corresponding (dim, size) in #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33moutput_sizes#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mfunc#x1B[39;49;00m(*arrays):#x1B[90m#x1B[39;49;00m
res = chunkmanager.apply_gufunc(#x1B[90m#x1B[39;49;00m
numpy_func,#x1B[90m#x1B[39;49;00m
signature.to_gufunc_string(exclude_dims),#x1B[90m#x1B[39;49;00m
*arrays,#x1B[90m#x1B[39;49;00m
vectorize=vectorize,#x1B[90m#x1B[39;49;00m
output_dtypes=output_dtypes,#x1B[90m#x1B[39;49;00m
**dask_gufunc_kwargs,#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mreturn#x1B[39;49;00m res#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94melif#x1B[39;49;00m dask == #x1B[33m"#x1B[39;49;00m#x1B[33mallowed#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mpass#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[94melse#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33munknown setting for chunked array handling in apply_ufunc: #x1B[39;49;00m#x1B[33m{#x1B[39;49;00mdask#x1B[33m}#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[94melif#x1B[39;49;00m vectorize:#x1B[90m#x1B[39;49;00m
func = _vectorize(#x1B[90m#x1B[39;49;00m
func, signature, output_dtypes=output_dtypes, exclude_dims=exclude_dims#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
> result_data = func(*input_data)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31mE RuntimeWarning: invalid value encountered in sqrt#x1B[0m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/apply_ufunc.py#x1B[0m:818: RuntimeWarning
Check warning on line 0 in xarray.tests.test_weighted
github-actions / Test Results
5 out of 11 runs failed: test_weighted_operations_keep_attr[None-False-std] (xarray.tests.test_weighted)
artifacts/Test results for Linux-3.11 bare-min-and-scipy/pytest.xml [took 0s]
artifacts/Test results for Linux-3.11 bare-minimum/pytest.xml [took 0s]
artifacts/Test results for Linux-3.11/pytest.xml [took 0s]
artifacts/Test results for Linux-3.12 all-but-dask/pytest.xml [took 0s]
artifacts/Test results for Windows-3.11/pytest.xml [took 0s]
Raw output
RuntimeWarning: invalid value encountered in sqrt
operation = 'std', as_dataset = False, keep_attrs = None
#x1B[0m#x1B[37m@pytest#x1B[39;49;00m.mark.parametrize(#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33moperation#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
(#x1B[33m"#x1B[39;49;00m#x1B[33msum_of_weights#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33msum#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33mmean#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33msum_of_squares#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33mvar#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33mstd#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33mquantile#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m),#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[37m@pytest#x1B[39;49;00m.mark.parametrize(#x1B[33m"#x1B[39;49;00m#x1B[33mas_dataset#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, (#x1B[94mTrue#x1B[39;49;00m, #x1B[94mFalse#x1B[39;49;00m))#x1B[90m#x1B[39;49;00m
#x1B[37m@pytest#x1B[39;49;00m.mark.parametrize(#x1B[33m"#x1B[39;49;00m#x1B[33mkeep_attrs#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, (#x1B[94mTrue#x1B[39;49;00m, #x1B[94mFalse#x1B[39;49;00m, #x1B[94mNone#x1B[39;49;00m))#x1B[90m#x1B[39;49;00m
#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mtest_weighted_operations_keep_attr#x1B[39;49;00m(operation, as_dataset, keep_attrs):#x1B[90m#x1B[39;49;00m
weights = DataArray(np.random.randn(#x1B[94m2#x1B[39;49;00m, #x1B[94m2#x1B[39;49;00m), attrs=#x1B[96mdict#x1B[39;49;00m(attr=#x1B[33m"#x1B[39;49;00m#x1B[33mweights#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m))#x1B[90m#x1B[39;49;00m
data = DataArray(np.random.randn(#x1B[94m2#x1B[39;49;00m, #x1B[94m2#x1B[39;49;00m))#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m as_dataset:#x1B[90m#x1B[39;49;00m
data = data.to_dataset(name=#x1B[33m"#x1B[39;49;00m#x1B[33mdata#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
data.attrs = #x1B[96mdict#x1B[39;49;00m(attr=#x1B[33m"#x1B[39;49;00m#x1B[33mweights#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
kwargs = {#x1B[33m"#x1B[39;49;00m#x1B[33mkeep_attrs#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: keep_attrs}#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m operation == #x1B[33m"#x1B[39;49;00m#x1B[33mquantile#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
kwargs[#x1B[33m"#x1B[39;49;00m#x1B[33mq#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m] = #x1B[94m0.5#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
> result = #x1B[96mgetattr#x1B[39;49;00m(data.weighted(weights), operation)(**kwargs)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/tests/test_weighted.py#x1B[0m:743:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/weighted.py#x1B[0m:518: in std
#x1B[0m#x1B[94mreturn#x1B[39;49;00m #x1B[96mself#x1B[39;49;00m._implementation(#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/weighted.py#x1B[0m:547: in _implementation
#x1B[0mdataset = dataset.map(func, dim=dim, **kwargs)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/core/dataset.py#x1B[0m:6879: in map
#x1B[0mvariables = {#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/core/dataset.py#x1B[0m:6880: in <dictcomp>
#x1B[0mk: maybe_wrap_array(v, func(v, *args, **kwargs))#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/weighted.py#x1B[0m:317: in _weighted_std
#x1B[0m#x1B[94mreturn#x1B[39;49;00m cast(#x1B[33m"#x1B[39;49;00m#x1B[33mT_DataArray#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, np.sqrt(#x1B[96mself#x1B[39;49;00m._weighted_var(da, dim, skipna)))#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/arithmetic.py#x1B[0m:84: in __array_ufunc__
#x1B[0m#x1B[94mreturn#x1B[39;49;00m apply_ufunc(#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/apply_ufunc.py#x1B[0m:1267: in apply_ufunc
#x1B[0m#x1B[94mreturn#x1B[39;49;00m apply_dataarray_vfunc(#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/apply_ufunc.py#x1B[0m:310: in apply_dataarray_vfunc
#x1B[0mresult_var = func(*data_vars)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
func = <ufunc 'sqrt'>, signature = _UFuncSignature([()], [()])
exclude_dims = frozenset(), dask = 'allowed', output_dtypes = None
#x1B[0m#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mapply_variable_ufunc#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
func,#x1B[90m#x1B[39;49;00m
*args,#x1B[90m#x1B[39;49;00m
signature: _UFuncSignature,#x1B[90m#x1B[39;49;00m
exclude_dims=#x1B[96mfrozenset#x1B[39;49;00m(),#x1B[90m#x1B[39;49;00m
dask=#x1B[33m"#x1B[39;49;00m#x1B[33mforbidden#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
output_dtypes=#x1B[94mNone#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
vectorize=#x1B[94mFalse#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
keep_attrs=#x1B[33m"#x1B[39;49;00m#x1B[33moverride#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs=#x1B[94mNone#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
) -> Variable | #x1B[96mtuple#x1B[39;49;00m[Variable, ...]:#x1B[90m#x1B[39;49;00m
#x1B[90m #x1B[39;49;00m#x1B[33m"""Apply a ndarray level function over Variable and/or ndarray objects."""#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[94mfrom#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[04m#x1B[96mxarray#x1B[39;49;00m#x1B[04m#x1B[96m.#x1B[39;49;00m#x1B[04m#x1B[96mcore#x1B[39;49;00m#x1B[04m#x1B[96m.#x1B[39;49;00m#x1B[04m#x1B[96mformatting#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[94mimport#x1B[39;49;00m short_array_repr#x1B[90m#x1B[39;49;00m
#x1B[94mfrom#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[04m#x1B[96mxarray#x1B[39;49;00m#x1B[04m#x1B[96m.#x1B[39;49;00m#x1B[04m#x1B[96mcore#x1B[39;49;00m#x1B[04m#x1B[96m.#x1B[39;49;00m#x1B[04m#x1B[96mvariable#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[94mimport#x1B[39;49;00m Variable, as_compatible_data#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
dim_sizes = unified_dim_sizes(#x1B[90m#x1B[39;49;00m
(a #x1B[94mfor#x1B[39;49;00m a #x1B[95min#x1B[39;49;00m args #x1B[94mif#x1B[39;49;00m #x1B[96mhasattr#x1B[39;49;00m(a, #x1B[33m"#x1B[39;49;00m#x1B[33mdims#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m)), exclude_dims=exclude_dims#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
broadcast_dims = #x1B[96mtuple#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
dim #x1B[94mfor#x1B[39;49;00m dim #x1B[95min#x1B[39;49;00m dim_sizes #x1B[94mif#x1B[39;49;00m dim #x1B[95mnot#x1B[39;49;00m #x1B[95min#x1B[39;49;00m signature.all_core_dims#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
output_dims = [broadcast_dims + out #x1B[94mfor#x1B[39;49;00m out #x1B[95min#x1B[39;49;00m signature.output_core_dims]#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
input_data = [#x1B[90m#x1B[39;49;00m
(#x1B[90m#x1B[39;49;00m
broadcast_compat_data(arg, broadcast_dims, core_dims)#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m #x1B[96misinstance#x1B[39;49;00m(arg, Variable)#x1B[90m#x1B[39;49;00m
#x1B[94melse#x1B[39;49;00m arg#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m arg, core_dims #x1B[95min#x1B[39;49;00m #x1B[96mzip#x1B[39;49;00m(args, signature.input_core_dims, strict=#x1B[94mTrue#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
]#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m #x1B[96many#x1B[39;49;00m(is_chunked_array(array) #x1B[94mfor#x1B[39;49;00m array #x1B[95min#x1B[39;49;00m input_data):#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m dask == #x1B[33m"#x1B[39;49;00m#x1B[33mforbidden#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mapply_ufunc encountered a chunked array on an #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33margument, but handling for chunked arrays has not #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mbeen enabled. Either set the ``dask`` argument #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mor load your data into memory first with #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33m``.load()`` or ``.compute()``#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[94melif#x1B[39;49;00m dask == #x1B[33m"#x1B[39;49;00m#x1B[33mparallelized#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
chunkmanager = get_chunked_array_type(*input_data)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
numpy_func = func#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m dask_gufunc_kwargs #x1B[95mis#x1B[39;49;00m #x1B[94mNone#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs = {}#x1B[90m#x1B[39;49;00m
#x1B[94melse#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs = dask_gufunc_kwargs.copy()#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
allow_rechunk = dask_gufunc_kwargs.get(#x1B[33m"#x1B[39;49;00m#x1B[33mallow_rechunk#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[94mNone#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m allow_rechunk #x1B[95mis#x1B[39;49;00m #x1B[94mNone#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m n, (data, core_dims) #x1B[95min#x1B[39;49;00m #x1B[96menumerate#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[96mzip#x1B[39;49;00m(input_data, signature.input_core_dims, strict=#x1B[94mTrue#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
):#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m is_chunked_array(data):#x1B[90m#x1B[39;49;00m
#x1B[90m# core dimensions cannot span multiple chunks#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m axis, dim #x1B[95min#x1B[39;49;00m #x1B[96menumerate#x1B[39;49;00m(core_dims, start=-#x1B[96mlen#x1B[39;49;00m(core_dims)):#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m #x1B[96mlen#x1B[39;49;00m(data.chunks[axis]) != #x1B[94m1#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33mdimension #x1B[39;49;00m#x1B[33m{#x1B[39;49;00mdim#x1B[33m}#x1B[39;49;00m#x1B[33m on #x1B[39;49;00m#x1B[33m{#x1B[39;49;00mn#x1B[33m}#x1B[39;49;00m#x1B[33mth function argument to #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mapply_ufunc with dask=#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33mparallelized#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m consists of #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mmultiple chunks, but is also a core dimension. To #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mfix, either rechunk into a single array chunk along #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33mthis dimension, i.e., ``.chunk(dict(#x1B[39;49;00m#x1B[33m{#x1B[39;49;00mdim#x1B[33m}#x1B[39;49;00m#x1B[33m=-1))``, or #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mpass ``allow_rechunk=True`` in ``dask_gufunc_kwargs`` #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mbut beware that this may significantly increase memory usage.#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs[#x1B[33m"#x1B[39;49;00m#x1B[33mallow_rechunk#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m] = #x1B[94mTrue#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
output_sizes = dask_gufunc_kwargs.pop(#x1B[33m"#x1B[39;49;00m#x1B[33moutput_sizes#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, {})#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m output_sizes:#x1B[90m#x1B[39;49;00m
output_sizes_renamed = {}#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m key, value #x1B[95min#x1B[39;49;00m output_sizes.items():#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m key #x1B[95mnot#x1B[39;49;00m #x1B[95min#x1B[39;49;00m signature.all_output_core_dims:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33mdimension #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m{#x1B[39;49;00mkey#x1B[33m}#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m in #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33moutput_sizes#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m must correspond to output_core_dims#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
output_sizes_renamed[signature.dims_map[key]] = value#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs[#x1B[33m"#x1B[39;49;00m#x1B[33moutput_sizes#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m] = output_sizes_renamed#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m key #x1B[95min#x1B[39;49;00m signature.all_output_core_dims:#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m (#x1B[90m#x1B[39;49;00m
key #x1B[95mnot#x1B[39;49;00m #x1B[95min#x1B[39;49;00m signature.all_input_core_dims #x1B[95mor#x1B[39;49;00m key #x1B[95min#x1B[39;49;00m exclude_dims#x1B[90m#x1B[39;49;00m
) #x1B[95mand#x1B[39;49;00m key #x1B[95mnot#x1B[39;49;00m #x1B[95min#x1B[39;49;00m output_sizes:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33mdimension #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m{#x1B[39;49;00mkey#x1B[33m}#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m in #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33moutput_core_dims#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m needs corresponding (dim, size) in #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33moutput_sizes#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mfunc#x1B[39;49;00m(*arrays):#x1B[90m#x1B[39;49;00m
res = chunkmanager.apply_gufunc(#x1B[90m#x1B[39;49;00m
numpy_func,#x1B[90m#x1B[39;49;00m
signature.to_gufunc_string(exclude_dims),#x1B[90m#x1B[39;49;00m
*arrays,#x1B[90m#x1B[39;49;00m
vectorize=vectorize,#x1B[90m#x1B[39;49;00m
output_dtypes=output_dtypes,#x1B[90m#x1B[39;49;00m
**dask_gufunc_kwargs,#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mreturn#x1B[39;49;00m res#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94melif#x1B[39;49;00m dask == #x1B[33m"#x1B[39;49;00m#x1B[33mallowed#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mpass#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[94melse#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33munknown setting for chunked array handling in apply_ufunc: #x1B[39;49;00m#x1B[33m{#x1B[39;49;00mdask#x1B[33m}#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[94melif#x1B[39;49;00m vectorize:#x1B[90m#x1B[39;49;00m
func = _vectorize(#x1B[90m#x1B[39;49;00m
func, signature, output_dtypes=output_dtypes, exclude_dims=exclude_dims#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
> result_data = func(*input_data)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31mE RuntimeWarning: invalid value encountered in sqrt#x1B[0m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/apply_ufunc.py#x1B[0m:818: RuntimeWarning
Check warning on line 0 in xarray.tests.test_weighted
github-actions / Test Results
5 out of 11 runs failed: test_weighted_operations_keep_attr_da_in_ds[std] (xarray.tests.test_weighted)
artifacts/Test results for Linux-3.11 bare-min-and-scipy/pytest.xml [took 0s]
artifacts/Test results for Linux-3.11 bare-minimum/pytest.xml [took 0s]
artifacts/Test results for Linux-3.11/pytest.xml [took 0s]
artifacts/Test results for Linux-3.12 all-but-dask/pytest.xml [took 0s]
artifacts/Test results for Windows-3.11/pytest.xml [took 0s]
Raw output
RuntimeWarning: invalid value encountered in sqrt
operation = 'std'
#x1B[0m#x1B[37m@pytest#x1B[39;49;00m.mark.parametrize(#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33moperation#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
(#x1B[33m"#x1B[39;49;00m#x1B[33msum_of_weights#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33msum#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33mmean#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33msum_of_squares#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33mvar#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33mstd#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33mquantile#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m),#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mtest_weighted_operations_keep_attr_da_in_ds#x1B[39;49;00m(operation):#x1B[90m#x1B[39;49;00m
#x1B[90m# GH #3595#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
weights = DataArray(np.random.randn(#x1B[94m2#x1B[39;49;00m, #x1B[94m2#x1B[39;49;00m))#x1B[90m#x1B[39;49;00m
data = DataArray(np.random.randn(#x1B[94m2#x1B[39;49;00m, #x1B[94m2#x1B[39;49;00m), attrs=#x1B[96mdict#x1B[39;49;00m(attr=#x1B[33m"#x1B[39;49;00m#x1B[33mdata#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m))#x1B[90m#x1B[39;49;00m
data = data.to_dataset(name=#x1B[33m"#x1B[39;49;00m#x1B[33ma#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
kwargs = {#x1B[33m"#x1B[39;49;00m#x1B[33mkeep_attrs#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: #x1B[94mTrue#x1B[39;49;00m}#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m operation == #x1B[33m"#x1B[39;49;00m#x1B[33mquantile#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
kwargs[#x1B[33m"#x1B[39;49;00m#x1B[33mq#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m] = #x1B[94m0.5#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
> result = #x1B[96mgetattr#x1B[39;49;00m(data.weighted(weights), operation)(**kwargs)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/tests/test_weighted.py#x1B[0m:768:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/weighted.py#x1B[0m:518: in std
#x1B[0m#x1B[94mreturn#x1B[39;49;00m #x1B[96mself#x1B[39;49;00m._implementation(#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/weighted.py#x1B[0m:555: in _implementation
#x1B[0m#x1B[94mreturn#x1B[39;49;00m #x1B[96mself#x1B[39;49;00m.obj.map(func, dim=dim, **kwargs)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/core/dataset.py#x1B[0m:6879: in map
#x1B[0mvariables = {#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/core/dataset.py#x1B[0m:6880: in <dictcomp>
#x1B[0mk: maybe_wrap_array(v, func(v, *args, **kwargs))#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/weighted.py#x1B[0m:317: in _weighted_std
#x1B[0m#x1B[94mreturn#x1B[39;49;00m cast(#x1B[33m"#x1B[39;49;00m#x1B[33mT_DataArray#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, np.sqrt(#x1B[96mself#x1B[39;49;00m._weighted_var(da, dim, skipna)))#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/arithmetic.py#x1B[0m:84: in __array_ufunc__
#x1B[0m#x1B[94mreturn#x1B[39;49;00m apply_ufunc(#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/apply_ufunc.py#x1B[0m:1267: in apply_ufunc
#x1B[0m#x1B[94mreturn#x1B[39;49;00m apply_dataarray_vfunc(#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/apply_ufunc.py#x1B[0m:310: in apply_dataarray_vfunc
#x1B[0mresult_var = func(*data_vars)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
func = <ufunc 'sqrt'>, signature = _UFuncSignature([()], [()])
exclude_dims = frozenset(), dask = 'allowed', output_dtypes = None
#x1B[0m#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mapply_variable_ufunc#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
func,#x1B[90m#x1B[39;49;00m
*args,#x1B[90m#x1B[39;49;00m
signature: _UFuncSignature,#x1B[90m#x1B[39;49;00m
exclude_dims=#x1B[96mfrozenset#x1B[39;49;00m(),#x1B[90m#x1B[39;49;00m
dask=#x1B[33m"#x1B[39;49;00m#x1B[33mforbidden#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
output_dtypes=#x1B[94mNone#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
vectorize=#x1B[94mFalse#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
keep_attrs=#x1B[33m"#x1B[39;49;00m#x1B[33moverride#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs=#x1B[94mNone#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
) -> Variable | #x1B[96mtuple#x1B[39;49;00m[Variable, ...]:#x1B[90m#x1B[39;49;00m
#x1B[90m #x1B[39;49;00m#x1B[33m"""Apply a ndarray level function over Variable and/or ndarray objects."""#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[94mfrom#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[04m#x1B[96mxarray#x1B[39;49;00m#x1B[04m#x1B[96m.#x1B[39;49;00m#x1B[04m#x1B[96mcore#x1B[39;49;00m#x1B[04m#x1B[96m.#x1B[39;49;00m#x1B[04m#x1B[96mformatting#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[94mimport#x1B[39;49;00m short_array_repr#x1B[90m#x1B[39;49;00m
#x1B[94mfrom#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[04m#x1B[96mxarray#x1B[39;49;00m#x1B[04m#x1B[96m.#x1B[39;49;00m#x1B[04m#x1B[96mcore#x1B[39;49;00m#x1B[04m#x1B[96m.#x1B[39;49;00m#x1B[04m#x1B[96mvariable#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[94mimport#x1B[39;49;00m Variable, as_compatible_data#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
dim_sizes = unified_dim_sizes(#x1B[90m#x1B[39;49;00m
(a #x1B[94mfor#x1B[39;49;00m a #x1B[95min#x1B[39;49;00m args #x1B[94mif#x1B[39;49;00m #x1B[96mhasattr#x1B[39;49;00m(a, #x1B[33m"#x1B[39;49;00m#x1B[33mdims#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m)), exclude_dims=exclude_dims#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
broadcast_dims = #x1B[96mtuple#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
dim #x1B[94mfor#x1B[39;49;00m dim #x1B[95min#x1B[39;49;00m dim_sizes #x1B[94mif#x1B[39;49;00m dim #x1B[95mnot#x1B[39;49;00m #x1B[95min#x1B[39;49;00m signature.all_core_dims#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
output_dims = [broadcast_dims + out #x1B[94mfor#x1B[39;49;00m out #x1B[95min#x1B[39;49;00m signature.output_core_dims]#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
input_data = [#x1B[90m#x1B[39;49;00m
(#x1B[90m#x1B[39;49;00m
broadcast_compat_data(arg, broadcast_dims, core_dims)#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m #x1B[96misinstance#x1B[39;49;00m(arg, Variable)#x1B[90m#x1B[39;49;00m
#x1B[94melse#x1B[39;49;00m arg#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m arg, core_dims #x1B[95min#x1B[39;49;00m #x1B[96mzip#x1B[39;49;00m(args, signature.input_core_dims, strict=#x1B[94mTrue#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
]#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m #x1B[96many#x1B[39;49;00m(is_chunked_array(array) #x1B[94mfor#x1B[39;49;00m array #x1B[95min#x1B[39;49;00m input_data):#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m dask == #x1B[33m"#x1B[39;49;00m#x1B[33mforbidden#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mapply_ufunc encountered a chunked array on an #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33margument, but handling for chunked arrays has not #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mbeen enabled. Either set the ``dask`` argument #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mor load your data into memory first with #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33m``.load()`` or ``.compute()``#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[94melif#x1B[39;49;00m dask == #x1B[33m"#x1B[39;49;00m#x1B[33mparallelized#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
chunkmanager = get_chunked_array_type(*input_data)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
numpy_func = func#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m dask_gufunc_kwargs #x1B[95mis#x1B[39;49;00m #x1B[94mNone#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs = {}#x1B[90m#x1B[39;49;00m
#x1B[94melse#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs = dask_gufunc_kwargs.copy()#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
allow_rechunk = dask_gufunc_kwargs.get(#x1B[33m"#x1B[39;49;00m#x1B[33mallow_rechunk#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[94mNone#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m allow_rechunk #x1B[95mis#x1B[39;49;00m #x1B[94mNone#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m n, (data, core_dims) #x1B[95min#x1B[39;49;00m #x1B[96menumerate#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[96mzip#x1B[39;49;00m(input_data, signature.input_core_dims, strict=#x1B[94mTrue#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
):#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m is_chunked_array(data):#x1B[90m#x1B[39;49;00m
#x1B[90m# core dimensions cannot span multiple chunks#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m axis, dim #x1B[95min#x1B[39;49;00m #x1B[96menumerate#x1B[39;49;00m(core_dims, start=-#x1B[96mlen#x1B[39;49;00m(core_dims)):#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m #x1B[96mlen#x1B[39;49;00m(data.chunks[axis]) != #x1B[94m1#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33mdimension #x1B[39;49;00m#x1B[33m{#x1B[39;49;00mdim#x1B[33m}#x1B[39;49;00m#x1B[33m on #x1B[39;49;00m#x1B[33m{#x1B[39;49;00mn#x1B[33m}#x1B[39;49;00m#x1B[33mth function argument to #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mapply_ufunc with dask=#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33mparallelized#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m consists of #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mmultiple chunks, but is also a core dimension. To #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mfix, either rechunk into a single array chunk along #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33mthis dimension, i.e., ``.chunk(dict(#x1B[39;49;00m#x1B[33m{#x1B[39;49;00mdim#x1B[33m}#x1B[39;49;00m#x1B[33m=-1))``, or #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mpass ``allow_rechunk=True`` in ``dask_gufunc_kwargs`` #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mbut beware that this may significantly increase memory usage.#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs[#x1B[33m"#x1B[39;49;00m#x1B[33mallow_rechunk#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m] = #x1B[94mTrue#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
output_sizes = dask_gufunc_kwargs.pop(#x1B[33m"#x1B[39;49;00m#x1B[33moutput_sizes#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, {})#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m output_sizes:#x1B[90m#x1B[39;49;00m
output_sizes_renamed = {}#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m key, value #x1B[95min#x1B[39;49;00m output_sizes.items():#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m key #x1B[95mnot#x1B[39;49;00m #x1B[95min#x1B[39;49;00m signature.all_output_core_dims:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33mdimension #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m{#x1B[39;49;00mkey#x1B[33m}#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m in #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33moutput_sizes#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m must correspond to output_core_dims#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
output_sizes_renamed[signature.dims_map[key]] = value#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs[#x1B[33m"#x1B[39;49;00m#x1B[33moutput_sizes#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m] = output_sizes_renamed#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m key #x1B[95min#x1B[39;49;00m signature.all_output_core_dims:#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m (#x1B[90m#x1B[39;49;00m
key #x1B[95mnot#x1B[39;49;00m #x1B[95min#x1B[39;49;00m signature.all_input_core_dims #x1B[95mor#x1B[39;49;00m key #x1B[95min#x1B[39;49;00m exclude_dims#x1B[90m#x1B[39;49;00m
) #x1B[95mand#x1B[39;49;00m key #x1B[95mnot#x1B[39;49;00m #x1B[95min#x1B[39;49;00m output_sizes:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33mdimension #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m{#x1B[39;49;00mkey#x1B[33m}#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m in #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33moutput_core_dims#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m needs corresponding (dim, size) in #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33moutput_sizes#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mfunc#x1B[39;49;00m(*arrays):#x1B[90m#x1B[39;49;00m
res = chunkmanager.apply_gufunc(#x1B[90m#x1B[39;49;00m
numpy_func,#x1B[90m#x1B[39;49;00m
signature.to_gufunc_string(exclude_dims),#x1B[90m#x1B[39;49;00m
*arrays,#x1B[90m#x1B[39;49;00m
vectorize=vectorize,#x1B[90m#x1B[39;49;00m
output_dtypes=output_dtypes,#x1B[90m#x1B[39;49;00m
**dask_gufunc_kwargs,#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mreturn#x1B[39;49;00m res#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94melif#x1B[39;49;00m dask == #x1B[33m"#x1B[39;49;00m#x1B[33mallowed#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mpass#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[94melse#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33munknown setting for chunked array handling in apply_ufunc: #x1B[39;49;00m#x1B[33m{#x1B[39;49;00mdask#x1B[33m}#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[94melif#x1B[39;49;00m vectorize:#x1B[90m#x1B[39;49;00m
func = _vectorize(#x1B[90m#x1B[39;49;00m
func, signature, output_dtypes=output_dtypes, exclude_dims=exclude_dims#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
> result_data = func(*input_data)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31mE RuntimeWarning: invalid value encountered in sqrt#x1B[0m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/apply_ufunc.py#x1B[0m:818: RuntimeWarning
Check warning on line 0 in xarray.tests.test_weighted
github-actions / Test Results
5 out of 11 runs failed: test_weighted_operations_keep_attr[True-False-std] (xarray.tests.test_weighted)
artifacts/Test results for Linux-3.11 bare-min-and-scipy/pytest.xml [took 0s]
artifacts/Test results for Linux-3.11 bare-minimum/pytest.xml [took 0s]
artifacts/Test results for Linux-3.11/pytest.xml [took 0s]
artifacts/Test results for Linux-3.12 all-but-dask/pytest.xml [took 0s]
artifacts/Test results for Windows-3.11/pytest.xml [took 0s]
Raw output
RuntimeWarning: invalid value encountered in sqrt
operation = 'std', as_dataset = False, keep_attrs = True
#x1B[0m#x1B[37m@pytest#x1B[39;49;00m.mark.parametrize(#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33moperation#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
(#x1B[33m"#x1B[39;49;00m#x1B[33msum_of_weights#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33msum#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33mmean#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33msum_of_squares#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33mvar#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33mstd#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33mquantile#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m),#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[37m@pytest#x1B[39;49;00m.mark.parametrize(#x1B[33m"#x1B[39;49;00m#x1B[33mas_dataset#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, (#x1B[94mTrue#x1B[39;49;00m, #x1B[94mFalse#x1B[39;49;00m))#x1B[90m#x1B[39;49;00m
#x1B[37m@pytest#x1B[39;49;00m.mark.parametrize(#x1B[33m"#x1B[39;49;00m#x1B[33mkeep_attrs#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, (#x1B[94mTrue#x1B[39;49;00m, #x1B[94mFalse#x1B[39;49;00m, #x1B[94mNone#x1B[39;49;00m))#x1B[90m#x1B[39;49;00m
#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mtest_weighted_operations_keep_attr#x1B[39;49;00m(operation, as_dataset, keep_attrs):#x1B[90m#x1B[39;49;00m
weights = DataArray(np.random.randn(#x1B[94m2#x1B[39;49;00m, #x1B[94m2#x1B[39;49;00m), attrs=#x1B[96mdict#x1B[39;49;00m(attr=#x1B[33m"#x1B[39;49;00m#x1B[33mweights#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m))#x1B[90m#x1B[39;49;00m
data = DataArray(np.random.randn(#x1B[94m2#x1B[39;49;00m, #x1B[94m2#x1B[39;49;00m))#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m as_dataset:#x1B[90m#x1B[39;49;00m
data = data.to_dataset(name=#x1B[33m"#x1B[39;49;00m#x1B[33mdata#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
data.attrs = #x1B[96mdict#x1B[39;49;00m(attr=#x1B[33m"#x1B[39;49;00m#x1B[33mweights#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
kwargs = {#x1B[33m"#x1B[39;49;00m#x1B[33mkeep_attrs#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: keep_attrs}#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m operation == #x1B[33m"#x1B[39;49;00m#x1B[33mquantile#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
kwargs[#x1B[33m"#x1B[39;49;00m#x1B[33mq#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m] = #x1B[94m0.5#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
> result = #x1B[96mgetattr#x1B[39;49;00m(data.weighted(weights), operation)(**kwargs)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/tests/test_weighted.py#x1B[0m:743:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/weighted.py#x1B[0m:518: in std
#x1B[0m#x1B[94mreturn#x1B[39;49;00m #x1B[96mself#x1B[39;49;00m._implementation(#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/weighted.py#x1B[0m:547: in _implementation
#x1B[0mdataset = dataset.map(func, dim=dim, **kwargs)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/core/dataset.py#x1B[0m:6879: in map
#x1B[0mvariables = {#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/core/dataset.py#x1B[0m:6880: in <dictcomp>
#x1B[0mk: maybe_wrap_array(v, func(v, *args, **kwargs))#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/weighted.py#x1B[0m:317: in _weighted_std
#x1B[0m#x1B[94mreturn#x1B[39;49;00m cast(#x1B[33m"#x1B[39;49;00m#x1B[33mT_DataArray#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, np.sqrt(#x1B[96mself#x1B[39;49;00m._weighted_var(da, dim, skipna)))#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/arithmetic.py#x1B[0m:84: in __array_ufunc__
#x1B[0m#x1B[94mreturn#x1B[39;49;00m apply_ufunc(#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/apply_ufunc.py#x1B[0m:1267: in apply_ufunc
#x1B[0m#x1B[94mreturn#x1B[39;49;00m apply_dataarray_vfunc(#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/apply_ufunc.py#x1B[0m:310: in apply_dataarray_vfunc
#x1B[0mresult_var = func(*data_vars)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
func = <ufunc 'sqrt'>, signature = _UFuncSignature([()], [()])
exclude_dims = frozenset(), dask = 'allowed', output_dtypes = None
#x1B[0m#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mapply_variable_ufunc#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
func,#x1B[90m#x1B[39;49;00m
*args,#x1B[90m#x1B[39;49;00m
signature: _UFuncSignature,#x1B[90m#x1B[39;49;00m
exclude_dims=#x1B[96mfrozenset#x1B[39;49;00m(),#x1B[90m#x1B[39;49;00m
dask=#x1B[33m"#x1B[39;49;00m#x1B[33mforbidden#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
output_dtypes=#x1B[94mNone#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
vectorize=#x1B[94mFalse#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
keep_attrs=#x1B[33m"#x1B[39;49;00m#x1B[33moverride#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs=#x1B[94mNone#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
) -> Variable | #x1B[96mtuple#x1B[39;49;00m[Variable, ...]:#x1B[90m#x1B[39;49;00m
#x1B[90m #x1B[39;49;00m#x1B[33m"""Apply a ndarray level function over Variable and/or ndarray objects."""#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[94mfrom#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[04m#x1B[96mxarray#x1B[39;49;00m#x1B[04m#x1B[96m.#x1B[39;49;00m#x1B[04m#x1B[96mcore#x1B[39;49;00m#x1B[04m#x1B[96m.#x1B[39;49;00m#x1B[04m#x1B[96mformatting#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[94mimport#x1B[39;49;00m short_array_repr#x1B[90m#x1B[39;49;00m
#x1B[94mfrom#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[04m#x1B[96mxarray#x1B[39;49;00m#x1B[04m#x1B[96m.#x1B[39;49;00m#x1B[04m#x1B[96mcore#x1B[39;49;00m#x1B[04m#x1B[96m.#x1B[39;49;00m#x1B[04m#x1B[96mvariable#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[94mimport#x1B[39;49;00m Variable, as_compatible_data#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
dim_sizes = unified_dim_sizes(#x1B[90m#x1B[39;49;00m
(a #x1B[94mfor#x1B[39;49;00m a #x1B[95min#x1B[39;49;00m args #x1B[94mif#x1B[39;49;00m #x1B[96mhasattr#x1B[39;49;00m(a, #x1B[33m"#x1B[39;49;00m#x1B[33mdims#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m)), exclude_dims=exclude_dims#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
broadcast_dims = #x1B[96mtuple#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
dim #x1B[94mfor#x1B[39;49;00m dim #x1B[95min#x1B[39;49;00m dim_sizes #x1B[94mif#x1B[39;49;00m dim #x1B[95mnot#x1B[39;49;00m #x1B[95min#x1B[39;49;00m signature.all_core_dims#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
output_dims = [broadcast_dims + out #x1B[94mfor#x1B[39;49;00m out #x1B[95min#x1B[39;49;00m signature.output_core_dims]#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
input_data = [#x1B[90m#x1B[39;49;00m
(#x1B[90m#x1B[39;49;00m
broadcast_compat_data(arg, broadcast_dims, core_dims)#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m #x1B[96misinstance#x1B[39;49;00m(arg, Variable)#x1B[90m#x1B[39;49;00m
#x1B[94melse#x1B[39;49;00m arg#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m arg, core_dims #x1B[95min#x1B[39;49;00m #x1B[96mzip#x1B[39;49;00m(args, signature.input_core_dims, strict=#x1B[94mTrue#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
]#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m #x1B[96many#x1B[39;49;00m(is_chunked_array(array) #x1B[94mfor#x1B[39;49;00m array #x1B[95min#x1B[39;49;00m input_data):#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m dask == #x1B[33m"#x1B[39;49;00m#x1B[33mforbidden#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mapply_ufunc encountered a chunked array on an #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33margument, but handling for chunked arrays has not #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mbeen enabled. Either set the ``dask`` argument #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mor load your data into memory first with #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33m``.load()`` or ``.compute()``#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[94melif#x1B[39;49;00m dask == #x1B[33m"#x1B[39;49;00m#x1B[33mparallelized#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
chunkmanager = get_chunked_array_type(*input_data)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
numpy_func = func#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m dask_gufunc_kwargs #x1B[95mis#x1B[39;49;00m #x1B[94mNone#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs = {}#x1B[90m#x1B[39;49;00m
#x1B[94melse#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs = dask_gufunc_kwargs.copy()#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
allow_rechunk = dask_gufunc_kwargs.get(#x1B[33m"#x1B[39;49;00m#x1B[33mallow_rechunk#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[94mNone#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m allow_rechunk #x1B[95mis#x1B[39;49;00m #x1B[94mNone#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m n, (data, core_dims) #x1B[95min#x1B[39;49;00m #x1B[96menumerate#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[96mzip#x1B[39;49;00m(input_data, signature.input_core_dims, strict=#x1B[94mTrue#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
):#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m is_chunked_array(data):#x1B[90m#x1B[39;49;00m
#x1B[90m# core dimensions cannot span multiple chunks#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m axis, dim #x1B[95min#x1B[39;49;00m #x1B[96menumerate#x1B[39;49;00m(core_dims, start=-#x1B[96mlen#x1B[39;49;00m(core_dims)):#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m #x1B[96mlen#x1B[39;49;00m(data.chunks[axis]) != #x1B[94m1#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33mdimension #x1B[39;49;00m#x1B[33m{#x1B[39;49;00mdim#x1B[33m}#x1B[39;49;00m#x1B[33m on #x1B[39;49;00m#x1B[33m{#x1B[39;49;00mn#x1B[33m}#x1B[39;49;00m#x1B[33mth function argument to #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mapply_ufunc with dask=#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33mparallelized#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m consists of #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mmultiple chunks, but is also a core dimension. To #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mfix, either rechunk into a single array chunk along #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33mthis dimension, i.e., ``.chunk(dict(#x1B[39;49;00m#x1B[33m{#x1B[39;49;00mdim#x1B[33m}#x1B[39;49;00m#x1B[33m=-1))``, or #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mpass ``allow_rechunk=True`` in ``dask_gufunc_kwargs`` #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mbut beware that this may significantly increase memory usage.#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs[#x1B[33m"#x1B[39;49;00m#x1B[33mallow_rechunk#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m] = #x1B[94mTrue#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
output_sizes = dask_gufunc_kwargs.pop(#x1B[33m"#x1B[39;49;00m#x1B[33moutput_sizes#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, {})#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m output_sizes:#x1B[90m#x1B[39;49;00m
output_sizes_renamed = {}#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m key, value #x1B[95min#x1B[39;49;00m output_sizes.items():#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m key #x1B[95mnot#x1B[39;49;00m #x1B[95min#x1B[39;49;00m signature.all_output_core_dims:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33mdimension #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m{#x1B[39;49;00mkey#x1B[33m}#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m in #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33moutput_sizes#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m must correspond to output_core_dims#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
output_sizes_renamed[signature.dims_map[key]] = value#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs[#x1B[33m"#x1B[39;49;00m#x1B[33moutput_sizes#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m] = output_sizes_renamed#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m key #x1B[95min#x1B[39;49;00m signature.all_output_core_dims:#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m (#x1B[90m#x1B[39;49;00m
key #x1B[95mnot#x1B[39;49;00m #x1B[95min#x1B[39;49;00m signature.all_input_core_dims #x1B[95mor#x1B[39;49;00m key #x1B[95min#x1B[39;49;00m exclude_dims#x1B[90m#x1B[39;49;00m
) #x1B[95mand#x1B[39;49;00m key #x1B[95mnot#x1B[39;49;00m #x1B[95min#x1B[39;49;00m output_sizes:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33mdimension #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m{#x1B[39;49;00mkey#x1B[33m}#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m in #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33moutput_core_dims#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m needs corresponding (dim, size) in #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33moutput_sizes#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mfunc#x1B[39;49;00m(*arrays):#x1B[90m#x1B[39;49;00m
res = chunkmanager.apply_gufunc(#x1B[90m#x1B[39;49;00m
numpy_func,#x1B[90m#x1B[39;49;00m
signature.to_gufunc_string(exclude_dims),#x1B[90m#x1B[39;49;00m
*arrays,#x1B[90m#x1B[39;49;00m
vectorize=vectorize,#x1B[90m#x1B[39;49;00m
output_dtypes=output_dtypes,#x1B[90m#x1B[39;49;00m
**dask_gufunc_kwargs,#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mreturn#x1B[39;49;00m res#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94melif#x1B[39;49;00m dask == #x1B[33m"#x1B[39;49;00m#x1B[33mallowed#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mpass#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[94melse#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33munknown setting for chunked array handling in apply_ufunc: #x1B[39;49;00m#x1B[33m{#x1B[39;49;00mdask#x1B[33m}#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[94melif#x1B[39;49;00m vectorize:#x1B[90m#x1B[39;49;00m
func = _vectorize(#x1B[90m#x1B[39;49;00m
func, signature, output_dtypes=output_dtypes, exclude_dims=exclude_dims#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
> result_data = func(*input_data)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31mE RuntimeWarning: invalid value encountered in sqrt#x1B[0m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/apply_ufunc.py#x1B[0m:818: RuntimeWarning
Check warning on line 0 in xarray.tests.test_weighted
github-actions / Test Results
5 out of 11 runs failed: test_weighted_operations_keep_attr[True-True-std] (xarray.tests.test_weighted)
artifacts/Test results for Linux-3.11 bare-min-and-scipy/pytest.xml [took 0s]
artifacts/Test results for Linux-3.11 bare-minimum/pytest.xml [took 0s]
artifacts/Test results for Linux-3.11/pytest.xml [took 0s]
artifacts/Test results for Linux-3.12 all-but-dask/pytest.xml [took 0s]
artifacts/Test results for Windows-3.11/pytest.xml [took 0s]
Raw output
RuntimeWarning: invalid value encountered in sqrt
operation = 'std', as_dataset = True, keep_attrs = True
#x1B[0m#x1B[37m@pytest#x1B[39;49;00m.mark.parametrize(#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33moperation#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
(#x1B[33m"#x1B[39;49;00m#x1B[33msum_of_weights#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33msum#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33mmean#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33msum_of_squares#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33mvar#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33mstd#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33mquantile#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m),#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[37m@pytest#x1B[39;49;00m.mark.parametrize(#x1B[33m"#x1B[39;49;00m#x1B[33mas_dataset#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, (#x1B[94mTrue#x1B[39;49;00m, #x1B[94mFalse#x1B[39;49;00m))#x1B[90m#x1B[39;49;00m
#x1B[37m@pytest#x1B[39;49;00m.mark.parametrize(#x1B[33m"#x1B[39;49;00m#x1B[33mkeep_attrs#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, (#x1B[94mTrue#x1B[39;49;00m, #x1B[94mFalse#x1B[39;49;00m, #x1B[94mNone#x1B[39;49;00m))#x1B[90m#x1B[39;49;00m
#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mtest_weighted_operations_keep_attr#x1B[39;49;00m(operation, as_dataset, keep_attrs):#x1B[90m#x1B[39;49;00m
weights = DataArray(np.random.randn(#x1B[94m2#x1B[39;49;00m, #x1B[94m2#x1B[39;49;00m), attrs=#x1B[96mdict#x1B[39;49;00m(attr=#x1B[33m"#x1B[39;49;00m#x1B[33mweights#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m))#x1B[90m#x1B[39;49;00m
data = DataArray(np.random.randn(#x1B[94m2#x1B[39;49;00m, #x1B[94m2#x1B[39;49;00m))#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m as_dataset:#x1B[90m#x1B[39;49;00m
data = data.to_dataset(name=#x1B[33m"#x1B[39;49;00m#x1B[33mdata#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
data.attrs = #x1B[96mdict#x1B[39;49;00m(attr=#x1B[33m"#x1B[39;49;00m#x1B[33mweights#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
kwargs = {#x1B[33m"#x1B[39;49;00m#x1B[33mkeep_attrs#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: keep_attrs}#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m operation == #x1B[33m"#x1B[39;49;00m#x1B[33mquantile#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
kwargs[#x1B[33m"#x1B[39;49;00m#x1B[33mq#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m] = #x1B[94m0.5#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
> result = #x1B[96mgetattr#x1B[39;49;00m(data.weighted(weights), operation)(**kwargs)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/tests/test_weighted.py#x1B[0m:743:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/weighted.py#x1B[0m:518: in std
#x1B[0m#x1B[94mreturn#x1B[39;49;00m #x1B[96mself#x1B[39;49;00m._implementation(#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/weighted.py#x1B[0m:555: in _implementation
#x1B[0m#x1B[94mreturn#x1B[39;49;00m #x1B[96mself#x1B[39;49;00m.obj.map(func, dim=dim, **kwargs)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/core/dataset.py#x1B[0m:6879: in map
#x1B[0mvariables = {#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/core/dataset.py#x1B[0m:6880: in <dictcomp>
#x1B[0mk: maybe_wrap_array(v, func(v, *args, **kwargs))#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/weighted.py#x1B[0m:317: in _weighted_std
#x1B[0m#x1B[94mreturn#x1B[39;49;00m cast(#x1B[33m"#x1B[39;49;00m#x1B[33mT_DataArray#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, np.sqrt(#x1B[96mself#x1B[39;49;00m._weighted_var(da, dim, skipna)))#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/arithmetic.py#x1B[0m:84: in __array_ufunc__
#x1B[0m#x1B[94mreturn#x1B[39;49;00m apply_ufunc(#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/apply_ufunc.py#x1B[0m:1267: in apply_ufunc
#x1B[0m#x1B[94mreturn#x1B[39;49;00m apply_dataarray_vfunc(#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/apply_ufunc.py#x1B[0m:310: in apply_dataarray_vfunc
#x1B[0mresult_var = func(*data_vars)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
func = <ufunc 'sqrt'>, signature = _UFuncSignature([()], [()])
exclude_dims = frozenset(), dask = 'allowed', output_dtypes = None
#x1B[0m#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mapply_variable_ufunc#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
func,#x1B[90m#x1B[39;49;00m
*args,#x1B[90m#x1B[39;49;00m
signature: _UFuncSignature,#x1B[90m#x1B[39;49;00m
exclude_dims=#x1B[96mfrozenset#x1B[39;49;00m(),#x1B[90m#x1B[39;49;00m
dask=#x1B[33m"#x1B[39;49;00m#x1B[33mforbidden#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
output_dtypes=#x1B[94mNone#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
vectorize=#x1B[94mFalse#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
keep_attrs=#x1B[33m"#x1B[39;49;00m#x1B[33moverride#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs=#x1B[94mNone#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
) -> Variable | #x1B[96mtuple#x1B[39;49;00m[Variable, ...]:#x1B[90m#x1B[39;49;00m
#x1B[90m #x1B[39;49;00m#x1B[33m"""Apply a ndarray level function over Variable and/or ndarray objects."""#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[94mfrom#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[04m#x1B[96mxarray#x1B[39;49;00m#x1B[04m#x1B[96m.#x1B[39;49;00m#x1B[04m#x1B[96mcore#x1B[39;49;00m#x1B[04m#x1B[96m.#x1B[39;49;00m#x1B[04m#x1B[96mformatting#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[94mimport#x1B[39;49;00m short_array_repr#x1B[90m#x1B[39;49;00m
#x1B[94mfrom#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[04m#x1B[96mxarray#x1B[39;49;00m#x1B[04m#x1B[96m.#x1B[39;49;00m#x1B[04m#x1B[96mcore#x1B[39;49;00m#x1B[04m#x1B[96m.#x1B[39;49;00m#x1B[04m#x1B[96mvariable#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[94mimport#x1B[39;49;00m Variable, as_compatible_data#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
dim_sizes = unified_dim_sizes(#x1B[90m#x1B[39;49;00m
(a #x1B[94mfor#x1B[39;49;00m a #x1B[95min#x1B[39;49;00m args #x1B[94mif#x1B[39;49;00m #x1B[96mhasattr#x1B[39;49;00m(a, #x1B[33m"#x1B[39;49;00m#x1B[33mdims#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m)), exclude_dims=exclude_dims#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
broadcast_dims = #x1B[96mtuple#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
dim #x1B[94mfor#x1B[39;49;00m dim #x1B[95min#x1B[39;49;00m dim_sizes #x1B[94mif#x1B[39;49;00m dim #x1B[95mnot#x1B[39;49;00m #x1B[95min#x1B[39;49;00m signature.all_core_dims#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
output_dims = [broadcast_dims + out #x1B[94mfor#x1B[39;49;00m out #x1B[95min#x1B[39;49;00m signature.output_core_dims]#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
input_data = [#x1B[90m#x1B[39;49;00m
(#x1B[90m#x1B[39;49;00m
broadcast_compat_data(arg, broadcast_dims, core_dims)#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m #x1B[96misinstance#x1B[39;49;00m(arg, Variable)#x1B[90m#x1B[39;49;00m
#x1B[94melse#x1B[39;49;00m arg#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m arg, core_dims #x1B[95min#x1B[39;49;00m #x1B[96mzip#x1B[39;49;00m(args, signature.input_core_dims, strict=#x1B[94mTrue#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
]#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m #x1B[96many#x1B[39;49;00m(is_chunked_array(array) #x1B[94mfor#x1B[39;49;00m array #x1B[95min#x1B[39;49;00m input_data):#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m dask == #x1B[33m"#x1B[39;49;00m#x1B[33mforbidden#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mapply_ufunc encountered a chunked array on an #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33margument, but handling for chunked arrays has not #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mbeen enabled. Either set the ``dask`` argument #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mor load your data into memory first with #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33m``.load()`` or ``.compute()``#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[94melif#x1B[39;49;00m dask == #x1B[33m"#x1B[39;49;00m#x1B[33mparallelized#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
chunkmanager = get_chunked_array_type(*input_data)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
numpy_func = func#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m dask_gufunc_kwargs #x1B[95mis#x1B[39;49;00m #x1B[94mNone#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs = {}#x1B[90m#x1B[39;49;00m
#x1B[94melse#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs = dask_gufunc_kwargs.copy()#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
allow_rechunk = dask_gufunc_kwargs.get(#x1B[33m"#x1B[39;49;00m#x1B[33mallow_rechunk#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[94mNone#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m allow_rechunk #x1B[95mis#x1B[39;49;00m #x1B[94mNone#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m n, (data, core_dims) #x1B[95min#x1B[39;49;00m #x1B[96menumerate#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[96mzip#x1B[39;49;00m(input_data, signature.input_core_dims, strict=#x1B[94mTrue#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
):#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m is_chunked_array(data):#x1B[90m#x1B[39;49;00m
#x1B[90m# core dimensions cannot span multiple chunks#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m axis, dim #x1B[95min#x1B[39;49;00m #x1B[96menumerate#x1B[39;49;00m(core_dims, start=-#x1B[96mlen#x1B[39;49;00m(core_dims)):#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m #x1B[96mlen#x1B[39;49;00m(data.chunks[axis]) != #x1B[94m1#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33mdimension #x1B[39;49;00m#x1B[33m{#x1B[39;49;00mdim#x1B[33m}#x1B[39;49;00m#x1B[33m on #x1B[39;49;00m#x1B[33m{#x1B[39;49;00mn#x1B[33m}#x1B[39;49;00m#x1B[33mth function argument to #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mapply_ufunc with dask=#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33mparallelized#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m consists of #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mmultiple chunks, but is also a core dimension. To #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mfix, either rechunk into a single array chunk along #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33mthis dimension, i.e., ``.chunk(dict(#x1B[39;49;00m#x1B[33m{#x1B[39;49;00mdim#x1B[33m}#x1B[39;49;00m#x1B[33m=-1))``, or #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mpass ``allow_rechunk=True`` in ``dask_gufunc_kwargs`` #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[33m"#x1B[39;49;00m#x1B[33mbut beware that this may significantly increase memory usage.#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs[#x1B[33m"#x1B[39;49;00m#x1B[33mallow_rechunk#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m] = #x1B[94mTrue#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
output_sizes = dask_gufunc_kwargs.pop(#x1B[33m"#x1B[39;49;00m#x1B[33moutput_sizes#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, {})#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m output_sizes:#x1B[90m#x1B[39;49;00m
output_sizes_renamed = {}#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m key, value #x1B[95min#x1B[39;49;00m output_sizes.items():#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m key #x1B[95mnot#x1B[39;49;00m #x1B[95min#x1B[39;49;00m signature.all_output_core_dims:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33mdimension #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m{#x1B[39;49;00mkey#x1B[33m}#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m in #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33moutput_sizes#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m must correspond to output_core_dims#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
output_sizes_renamed[signature.dims_map[key]] = value#x1B[90m#x1B[39;49;00m
dask_gufunc_kwargs[#x1B[33m"#x1B[39;49;00m#x1B[33moutput_sizes#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m] = output_sizes_renamed#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mfor#x1B[39;49;00m key #x1B[95min#x1B[39;49;00m signature.all_output_core_dims:#x1B[90m#x1B[39;49;00m
#x1B[94mif#x1B[39;49;00m (#x1B[90m#x1B[39;49;00m
key #x1B[95mnot#x1B[39;49;00m #x1B[95min#x1B[39;49;00m signature.all_input_core_dims #x1B[95mor#x1B[39;49;00m key #x1B[95min#x1B[39;49;00m exclude_dims#x1B[90m#x1B[39;49;00m
) #x1B[95mand#x1B[39;49;00m key #x1B[95mnot#x1B[39;49;00m #x1B[95min#x1B[39;49;00m output_sizes:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33mdimension #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m{#x1B[39;49;00mkey#x1B[33m}#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m in #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33moutput_core_dims#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m needs corresponding (dim, size) in #x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33moutput_sizes#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mfunc#x1B[39;49;00m(*arrays):#x1B[90m#x1B[39;49;00m
res = chunkmanager.apply_gufunc(#x1B[90m#x1B[39;49;00m
numpy_func,#x1B[90m#x1B[39;49;00m
signature.to_gufunc_string(exclude_dims),#x1B[90m#x1B[39;49;00m
*arrays,#x1B[90m#x1B[39;49;00m
vectorize=vectorize,#x1B[90m#x1B[39;49;00m
output_dtypes=output_dtypes,#x1B[90m#x1B[39;49;00m
**dask_gufunc_kwargs,#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94mreturn#x1B[39;49;00m res#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
#x1B[94melif#x1B[39;49;00m dask == #x1B[33m"#x1B[39;49;00m#x1B[33mallowed#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mpass#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
#x1B[94melse#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
#x1B[94mraise#x1B[39;49;00m #x1B[96mValueError#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33munknown setting for chunked array handling in apply_ufunc: #x1B[39;49;00m#x1B[33m{#x1B[39;49;00mdask#x1B[33m}#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[94melif#x1B[39;49;00m vectorize:#x1B[90m#x1B[39;49;00m
func = _vectorize(#x1B[90m#x1B[39;49;00m
func, signature, output_dtypes=output_dtypes, exclude_dims=exclude_dims#x1B[90m#x1B[39;49;00m
)#x1B[90m#x1B[39;49;00m
#x1B[90m#x1B[39;49;00m
> result_data = func(*input_data)#x1B[90m#x1B[39;49;00m
^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31mE RuntimeWarning: invalid value encountered in sqrt#x1B[0m
#x1B[1m#x1B[31m/home/runner/work/xarray/xarray/xarray/computation/apply_ufunc.py#x1B[0m:818: RuntimeWarning
Check warning on line 0 in xarray.tests.test_datatree.TestTreeFromDict
github-actions / Test Results
3 out of 11 runs failed: test_roundtrip_to_dict (xarray.tests.test_datatree.TestTreeFromDict)
artifacts/Test results for Linux-3.11/pytest.xml [took 0s]
artifacts/Test results for Windows-3.11/pytest.xml [took 0s]
artifacts/Test results for macOS-3.11/pytest.xml [took 0s]
Raw output
AssertionError: Left and right DataTree objects are not identical
Differing names:
'root' != None
self = <xarray.tests.test_datatree.TestTreeFromDict object at 0x00000234AA8AE550>
simple_datatree = <xarray.DataTree 'root'>
Group: /
│ Dimensions: (y: 3, x: 2)
│ Dimensions without coordinates: y, x
│ Data vari... a (x) int64 16B 2 3
│ │ b (x) float64 16B 0.1 0.2
│ └── Group: /set2/set1
└── Group: /set3
#x1B[0m#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mtest_roundtrip_to_dict#x1B[39;49;00m(#x1B[96mself#x1B[39;49;00m, simple_datatree) -> #x1B[94mNone#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
tree = simple_datatree#x1B[90m#x1B[39;49;00m
roundtrip = DataTree.from_dict(tree.to_dict())#x1B[90m#x1B[39;49;00m
> assert_identical(tree, roundtrip)#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31mE AssertionError: Left and right DataTree objects are not identical#x1B[0m
#x1B[1m#x1B[31mE #x1B[0m
#x1B[1m#x1B[31mE Differing names:#x1B[0m
#x1B[1m#x1B[31mE 'root' != None#x1B[0m
#x1B[1m#x1B[31mD:\a\xarray\xarray\xarray\tests\test_datatree.py#x1B[0m:863: AssertionError
Check notice on line 0 in .github
github-actions / Test Results
2689 skipped tests found (test 1 to 615)
There are 2689 skipped tests, see "Raw output" for the list of skipped tests 1 to 615.
Raw output
properties.test_encode_decode
properties.test_encode_decode ‑ test_CFMask_coder_decode
properties.test_index_manipulation
properties.test_index_manipulation ‑ test_unstack_object
properties.test_index_manipulation ‑ test_unstack_timedelta_index
properties.test_index_manipulation.DatasetTest ‑ runTest
properties.test_pandas_roundtrip
properties.test_pandas_roundtrip ‑ test_roundtrip_pandas_dataframe
properties.test_properties
xarray.tests.test_array_api
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[h5netcdf-1-False-5-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[h5netcdf-1-False-5-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[h5netcdf-1-False-None-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[h5netcdf-1-False-None-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[h5netcdf-1-True-5-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[h5netcdf-1-True-5-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[h5netcdf-1-True-None-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[h5netcdf-1-True-None-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[h5netcdf-20-False-5-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[h5netcdf-20-False-5-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[h5netcdf-20-False-None-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[h5netcdf-20-False-None-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[h5netcdf-20-True-5-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[h5netcdf-20-True-5-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[h5netcdf-20-True-None-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[h5netcdf-20-True-None-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[netcdf4-1-False-5-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[netcdf4-1-False-5-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[netcdf4-1-False-None-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[netcdf4-1-False-None-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[netcdf4-1-True-5-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[netcdf4-1-True-5-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[netcdf4-1-True-None-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[netcdf4-1-True-None-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[netcdf4-20-False-5-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[netcdf4-20-False-5-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[netcdf4-20-False-None-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[netcdf4-20-False-None-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[netcdf4-20-True-5-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[netcdf4-20-True-5-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[netcdf4-20-True-None-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[netcdf4-20-True-None-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[scipy-1-False-5-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[scipy-1-False-5-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[scipy-1-False-None-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[scipy-1-False-None-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[scipy-1-True-5-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[scipy-1-True-5-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[scipy-1-True-None-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[scipy-1-True-None-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[scipy-20-False-5-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[scipy-20-False-5-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[scipy-20-False-None-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[scipy-20-False-None-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[scipy-20-True-5-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[scipy-20-True-5-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[scipy-20-True-None-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[scipy-20-True-None-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[zarr-1-False-5-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[zarr-1-False-5-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[zarr-1-False-None-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[zarr-1-False-None-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[zarr-1-True-5-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[zarr-1-True-5-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[zarr-1-True-None-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[zarr-1-True-None-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[zarr-20-False-5-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[zarr-20-False-5-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[zarr-20-False-None-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[zarr-20-False-None-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[zarr-20-True-5-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[zarr-20-True-5-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[zarr-20-True-None-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[zarr-20-True-None-None]
xarray.tests.test_backends ‑ test_pickle_open_mfdataset_dataset[NOTSET]
xarray.tests.test_backends ‑ test_raises_key_error_on_invalid_zarr_store[NOTSET]
xarray.tests.test_backends ‑ test_zarr_closing_internal_zip_store[NOTSET]
xarray.tests.test_backends ‑ test_zarr_storage_options
xarray.tests.test_backends.TestDask ‑ test_roundtrip_example_1_netcdf
xarray.tests.test_backends.TestEncodingInvalid ‑ test_extract_h5nc_encoding
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_coordinate_variables_after_iris_roundtrip
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_example_1_netcdf
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_mask_and_scale[dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_mask_and_scale[dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_mask_and_scale[dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_mask_and_scale[dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_via_file_object
xarray.tests.test_backends.TestH5NetCDFData ‑ test_coordinate_variables_after_iris_roundtrip
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_example_1_netcdf
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_mask_and_scale[dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_mask_and_scale[dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_mask_and_scale[dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_mask_and_scale[dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_coordinate_variables_after_iris_roundtrip
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_example_1_netcdf
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_mask_and_scale[dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_mask_and_scale[dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_mask_and_scale[dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_mask_and_scale[dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_coordinate_variables_after_iris_roundtrip
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_dataset_caching
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_example_1_netcdf
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_mask_and_scale[dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_mask_and_scale[dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_mask_and_scale[dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_mask_and_scale[dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestNCZarr ‑ test_raise_writing_to_nczarr[a]
xarray.tests.test_backends.TestNCZarr ‑ test_raise_writing_to_nczarr[r+]
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_coordinate_variables_after_iris_roundtrip
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_example_1_netcdf
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_coordinate_variables_after_iris_roundtrip
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_example_1_netcdf
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_coordinate_variables_after_iris_roundtrip
xarray.tests.test_backends.TestNetCDF4Data ‑ test_refresh_from_disk
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_example_1_netcdf
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_coordinate_variables_after_iris_roundtrip
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_dataset_caching
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_refresh_from_disk
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_example_1_netcdf
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_mask_and_scale[dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_mask_and_scale[dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestScipyFileObject ‑ test_coordinate_variables_after_iris_roundtrip
xarray.tests.test_backends.TestScipyFileObject ‑ test_file_remains_open
xarray.tests.test_backends.TestScipyFileObject ‑ test_pickle
xarray.tests.test_backends.TestScipyFileObject ‑ test_pickle_dataarray
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_example_1_netcdf
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_mask_and_scale[dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_mask_and_scale[dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_mask_and_scale[dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_mask_and_scale[dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestScipyFilePath ‑ test_coordinate_variables_after_iris_roundtrip
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_example_1_netcdf
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_mask_and_scale[dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_mask_and_scale[dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_mask_and_scale[dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_mask_and_scale[dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_coordinate_variables_after_iris_roundtrip
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_example_1_netcdf
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_mask_and_scale[dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_mask_and_scale[dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_mask_and_scale[dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_mask_and_scale[dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_overwrite_values[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_string_length_mismatch_raises[NOTSET-S]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_string_length_mismatch_raises[NOTSET-U]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_string_length_mismatch_works[2-S]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_string_length_mismatch_works[2-U]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_string_length_mismatch_works[3-S]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_string_length_mismatch_works[3-U]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_string_length_mismatch_works[NOTSET-S]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_string_length_mismatch_works[NOTSET-U]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_append_dim_no_overwrite[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_append_dim_not_set_raises[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_existing_encoding_raises[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_invalid_dim_raises[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_mode_not_a_raises[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_mode_rplus_fails[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_mode_rplus_success[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_new_variable[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_no_dims_raises[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_write[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_array_type_after_indexing[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_attributes[NOTSET-obj0]
xarray.tests.test_backends.TestZarrDictStore ‑ test_attributes[NOTSET-obj1]
xarray.tests.test_backends.TestZarrDictStore ‑ test_auto_chunk[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_cache_members[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_check_encoding_is_consistent_after_append[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_chunk_encoding[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_chunk_encoding_with_dask[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_chunk_encoding_with_larger_dask_chunks[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_chunk_encoding_with_partial_dask_chunks[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_chunk_key_encoding_v2[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_chunked_cftime_datetime[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_chunked_datetime64_or_timedelta64[NOTSET-datetime64[ns]]
xarray.tests.test_backends.TestZarrDictStore ‑ test_chunked_datetime64_or_timedelta64[NOTSET-timedelta64[ns]]
xarray.tests.test_backends.TestZarrDictStore ‑ test_compressor_encoding[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_coordinate_variables_after_dataset_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_coordinate_variables_after_iris_roundtrip[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_coordinate_variables_after_iris_roundtrip[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_coordinate_variables_after_iris_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_coordinates_encoding[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_dataset_caching[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_dataset_compute[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_default_fill_value[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_deprecate_auto_chunk[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_dimension_names[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_dimension_names[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_drop_encoding[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_drop_encoding[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_drop_encoding[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_dropna[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_encoding_chunksizes[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_encoding_kwarg[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_encoding_kwarg_dates[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_encoding_kwarg_fixed_width_string[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_encoding_same_dtype[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_encoding_unlimited_dims[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_encoding_unlimited_dims[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_encoding_unlimited_dims[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_explicitly_omit_fill_value[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_explicitly_omit_fill_value_in_coord[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_explicitly_omit_fill_value_in_coord_via_encoding_kwarg[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_explicitly_omit_fill_value_via_encoding_kwarg[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_grid_mapping_and_bounds_are_coordinates_after_dataarray_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_grid_mapping_and_bounds_are_not_coordinates_in_file[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_group[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_hidden_zarr_keys[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_hidden_zarr_keys[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_indexing_roundtrip[NOTSET-indexer0]
xarray.tests.test_backends.TestZarrDictStore ‑ test_indexing_roundtrip[NOTSET-indexer1]
xarray.tests.test_backends.TestZarrDictStore ‑ test_indexing_roundtrip[NOTSET-indexer2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_indexing_roundtrip[NOTSET-indexer3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_indexing_roundtrip[NOTSET-indexer4]
xarray.tests.test_backends.TestZarrDictStore ‑ test_invalid_dataarray_names_raise[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_isel_dataarray[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_load[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_manual_chunk[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_multiindex_not_implemented[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_no_warning_from_open_emptydim_with_chunks[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_non_existent_store[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_ondisk_after_print[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_open_zarr_use_cftime[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_orthogonal_indexing[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_outer_indexing_reversed[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_pickle[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_pickle_dataarray[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_read_non_consolidated_warning[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_None_variable[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_boolean_dtype[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_bytes_with_fill_value[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_bytes_with_fill_value[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_bytes_with_fill_value[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_cftime_datetime_data[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_consolidated[NOTSET-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_consolidated[NOTSET-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_consolidated[NOTSET-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_coordinates[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_coordinates_with_space[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_empty_vlen_string_array[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_endian[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_endian[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_example_1_netcdf[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_example_1_netcdf[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_example_1_netcdf[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_float64_data[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_global_coordinates[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[2-dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[2-dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[2-dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[2-dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[2-dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[2-dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[2-dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[3-dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[3-dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[3-dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[3-dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[3-dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[3-dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[3-dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_numpy_datetime_data[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_object_dtype[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_string_data[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_string_encoded_characters[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_string_with_fill_value_nchar[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_test_data[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_timedelta_data[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_timedelta_data_via_dtype[NOTSET-ms]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_timedelta_data_via_dtype[NOTSET-ns]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_timedelta_data_via_dtype[NOTSET-s]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_timedelta_data_via_dtype[NOTSET-us]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_unsigned[NOTSET--1-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_unsigned[NOTSET-255-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_unsigned[NOTSET-fill_value0-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_unsigned[NOTSET-fill_value1-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_save_emptydim[NOTSET-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_save_emptydim[NOTSET-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_shard_encoding[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_string_object_warning[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_to_zarr_append_compute_false_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_to_zarr_compute_false_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_vectorized_indexing[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_vectorized_indexing_negative_step[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_warning_on_bad_chunks[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_with_chunkstore[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_with_chunkstore[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_persistence_modes[NOTSET-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_persistence_modes[NOTSET-group1]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_preexisting_override_metadata[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_read_select_write[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-False-False-False-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-False-False-False-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-False-False-False-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-False-False-True-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-False-False-True-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-False-False-True-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-False-True-False-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-False-True-False-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-False-True-False-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-False-True-True-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-False-True-True-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-False-True-True-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-None-False-False-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-None-False-False-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-None-False-False-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-None-False-True-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-None-False-True-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-None-False-True-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-None-True-False-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-None-True-False-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-None-True-False-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-None-True-True-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-None-True-True-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-None-True-True-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-True-False-False-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-True-False-False-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-True-False-False-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-True-False-True-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-True-False-True-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-True-False-True-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-True-True-False-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-True-True-False-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-True-True-False-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-True-True-True-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-True-True-True-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-True-True-True-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region_errors[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region_mode[NOTSET-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region_mode[NOTSET-a]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region_mode[NOTSET-r+]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_store[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_uneven_dask_chunks[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_zarr_fill_value_setting[NOTSET-float]
xarray.tests.test_backends.TestZarrDictStore ‑ test_zarr_fill_value_setting[NOTSET-int]
xarray.tests.test_backends.TestZarrDictStore ‑ test_zarr_mode_w_overwrites_encoding[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_zero_dimensional_variable[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_overwrite_values[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_string_length_mismatch_raises[NOTSET-S]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_string_length_mismatch_raises[NOTSET-U]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_string_length_mismatch_works[2-S]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_string_length_mismatch_works[2-U]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_string_length_mismatch_works[3-S]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_string_length_mismatch_works[3-U]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_string_length_mismatch_works[NOTSET-S]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_string_length_mismatch_works[NOTSET-U]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_append_dim_no_overwrite[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_append_dim_not_set_raises[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_existing_encoding_raises[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_invalid_dim_raises[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_mode_not_a_raises[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_mode_rplus_fails[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_mode_rplus_success[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_new_variable[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_no_dims_raises[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_write[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_array_type_after_indexing[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_attributes[NOTSET-obj0]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_attributes[NOTSET-obj1]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_auto_chunk[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_cache_members[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_check_encoding_is_consistent_after_append[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_chunk_encoding[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_chunk_encoding_with_dask[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_chunk_encoding_with_larger_dask_chunks[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_chunk_encoding_with_partial_dask_chunks[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_chunked_cftime_datetime[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_chunked_datetime64_or_timedelta64[NOTSET-datetime64[ns]]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_chunked_datetime64_or_timedelta64[NOTSET-timedelta64[ns]]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_compressor_encoding[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_coordinate_variables_after_dataset_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_coordinate_variables_after_iris_roundtrip[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_coordinate_variables_after_iris_roundtrip[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_coordinate_variables_after_iris_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_coordinates_encoding[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_dataset_caching[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_dataset_compute[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_default_fill_value[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_deprecate_auto_chunk[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_dimension_names[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_dimension_names[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_drop_encoding[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_drop_encoding[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_drop_encoding[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_dropna[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_encoding_chunksizes[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_encoding_kwarg[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_encoding_kwarg_dates[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_encoding_kwarg_fixed_width_string[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_encoding_same_dtype[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_encoding_unlimited_dims[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_encoding_unlimited_dims[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_encoding_unlimited_dims[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_explicitly_omit_fill_value[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_explicitly_omit_fill_value_in_coord[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_explicitly_omit_fill_value_in_coord_via_encoding_kwarg[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_explicitly_omit_fill_value_via_encoding_kwarg[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_grid_mapping_and_bounds_are_coordinates_after_dataarray_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_grid_mapping_and_bounds_are_not_coordinates_in_file[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_group[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_hidden_zarr_keys[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_hidden_zarr_keys[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_indexing_roundtrip[NOTSET-indexer0]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_indexing_roundtrip[NOTSET-indexer1]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_indexing_roundtrip[NOTSET-indexer2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_indexing_roundtrip[NOTSET-indexer3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_indexing_roundtrip[NOTSET-indexer4]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_invalid_dataarray_names_raise[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_isel_dataarray[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_load[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_manual_chunk[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_multiindex_not_implemented[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_no_warning_from_open_emptydim_with_chunks[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_non_existent_store[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_ondisk_after_print[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_open_zarr_use_cftime[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_orthogonal_indexing[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_outer_indexing_reversed[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_pickle[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_pickle_dataarray[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_read_non_consolidated_warning[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_None_variable[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_boolean_dtype[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_bytes_with_fill_value[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_bytes_with_fill_value[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_bytes_with_fill_value[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_cftime_datetime_data[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_consolidated[NOTSET-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_consolidated[NOTSET-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_consolidated[NOTSET-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_coordinates[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_coordinates_with_space[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_empty_vlen_string_array[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_endian[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_endian[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_example_1_netcdf[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_example_1_netcdf[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_example_1_netcdf[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_float64_data[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_global_coordinates[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[2-dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[2-dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[2-dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[2-dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[2-dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[2-dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[2-dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[3-dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[3-dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[3-dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[3-dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[3-dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[3-dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[3-dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_numpy_datetime_data[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_object_dtype[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_string_data[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_string_encoded_characters[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_string_with_fill_value_nchar[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_test_data[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_timedelta_data[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_timedelta_data_via_dtype[NOTSET-ms]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_timedelta_data_via_dtype[NOTSET-ns]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_timedelta_data_via_dtype[NOTSET-s]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_timedelta_data_via_dtype[NOTSET-us]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_unsigned[NOTSET--1-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_unsigned[NOTSET-255-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_unsigned[NOTSET-fill_value0-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_unsigned[NOTSET-fill_value1-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_save_emptydim[NOTSET-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_save_emptydim[NOTSET-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_shard_encoding[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_string_object_warning[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_to_zarr_append_compute_false_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_to_zarr_compute_false_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_vectorized_indexing[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_vectorized_indexing_negative_step[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_warning_on_bad_chunks[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_with_chunkstore[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_with_chunkstore[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_persistence_modes[NOTSET-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_persistence_modes[NOTSET-group1]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_preexisting_override_metadata[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_read_select_write[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-False-False-False-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-False-False-False-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-False-False-False-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-False-False-True-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-False-False-True-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-False-False-True-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-False-True-False-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-False-True-False-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-False-True-False-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-False-True-True-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-False-True-True-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-False-True-True-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-None-False-False-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-None-False-False-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-None-False-False-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-None-False-True-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-None-False-True-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-None-False-True-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-None-True-False-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-None-True-False-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-None-True-False-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-None-True-True-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-None-True-True-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-None-True-True-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-True-False-False-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-True-False-False-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-True-False-False-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-True-False-True-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-True-False-True-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-True-False-True-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-True-True-False-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-True-True-False-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-True-True-False-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-True-True-True-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-True-True-True-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-True-True-True-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region_errors[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region_mode[NOTSET-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region_mode[NOTSET-a]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region_mode[NOTSET-r+]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_store[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_uneven_dask_chunks[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_zarr_fill_value_setting[NOTSET-float]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_zarr_fill_value_setting[NOTSET-int]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_zarr_mode_w_overwrites_encoding[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_zero_dimensional_variable[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_overwrite_values[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_string_length_mismatch_raises[NOTSET-S]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_string_length_mismatch_raises[NOTSET-U]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_string_length_mismatch_works[2-S]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_string_length_mismatch_works[2-U]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_string_length_mismatch_works[3-S]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_string_length_mismatch_works[3-U]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_string_length_mismatch_works[NOTSET-S]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_string_length_mismatch_works[NOTSET-U]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_append_dim_no_overwrite[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_append_dim_not_set_raises[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_existing_encoding_raises[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_invalid_dim_raises[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_mode_not_a_raises[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_mode_rplus_fails[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_mode_rplus_success[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_new_variable[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_no_dims_raises[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_write[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_array_type_after_indexing[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_attributes[NOTSET-obj0]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_attributes[NOTSET-obj1]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_auto_chunk[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_cache_members[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_check_encoding_is_consistent_after_append[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_chunk_encoding[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_chunk_encoding_with_dask[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_chunk_encoding_with_larger_dask_chunks[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_chunk_encoding_with_partial_dask_chunks[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_chunked_cftime_datetime[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_chunked_datetime64_or_timedelta64[NOTSET-datetime64[ns]]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_chunked_datetime64_or_timedelta64[NOTSET-timedelta64[ns]]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_compressor_encoding[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_coordinate_variables_after_dataset_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_coordinate_variables_after_iris_roundtrip[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_coordinate_variables_after_iris_roundtrip[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_coordinate_variables_after_iris_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_coordinates_encoding[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_dataset_caching[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_dataset_compute[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_default_fill_value[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_deprecate_auto_chunk[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_dimension_names[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_dimension_names[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_drop_encoding[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_drop_encoding[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_drop_encoding[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_dropna[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_encoding_chunksizes[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_encoding_kwarg[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_encoding_kwarg_dates[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_encoding_kwarg_fixed_width_string[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_encoding_same_dtype[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_encoding_unlimited_dims[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_encoding_unlimited_dims[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_encoding_unlimited_dims[NOTSET]
Check notice on line 0 in .github
github-actions / Test Results
2689 skipped tests found (test 616 to 1257)
There are 2689 skipped tests, see "Raw output" for the list of skipped tests 616 to 1257.
Raw output
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_explicitly_omit_fill_value[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_explicitly_omit_fill_value_in_coord[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_explicitly_omit_fill_value_in_coord_via_encoding_kwarg[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_explicitly_omit_fill_value_via_encoding_kwarg[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_grid_mapping_and_bounds_are_coordinates_after_dataarray_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_grid_mapping_and_bounds_are_not_coordinates_in_file[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_group[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_hidden_zarr_keys[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_hidden_zarr_keys[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_indexing_roundtrip[NOTSET-indexer0]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_indexing_roundtrip[NOTSET-indexer1]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_indexing_roundtrip[NOTSET-indexer2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_indexing_roundtrip[NOTSET-indexer3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_indexing_roundtrip[NOTSET-indexer4]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_invalid_dataarray_names_raise[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_isel_dataarray[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_load[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_manual_chunk[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_multiindex_not_implemented[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_no_warning_from_open_emptydim_with_chunks[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_non_existent_store[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_ondisk_after_print[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_open_zarr_use_cftime[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_orthogonal_indexing[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_outer_indexing_reversed[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_pickle[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_pickle_dataarray[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_read_non_consolidated_warning[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_None_variable[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_boolean_dtype[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_bytes_with_fill_value[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_bytes_with_fill_value[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_bytes_with_fill_value[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_cftime_datetime_data[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_consolidated[NOTSET-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_consolidated[NOTSET-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_consolidated[NOTSET-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_coordinates[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_coordinates_with_space[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_empty_vlen_string_array[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_endian[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_endian[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_example_1_netcdf[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_example_1_netcdf[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_example_1_netcdf[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_float64_data[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_global_coordinates[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[2-dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[2-dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[2-dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[2-dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[2-dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[2-dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[2-dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[3-dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[3-dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[3-dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[3-dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[3-dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[3-dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[3-dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_numpy_datetime_data[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_object_dtype[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_string_data[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_string_encoded_characters[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_string_with_fill_value_nchar[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_test_data[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_timedelta_data[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_timedelta_data_via_dtype[NOTSET-ms]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_timedelta_data_via_dtype[NOTSET-ns]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_timedelta_data_via_dtype[NOTSET-s]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_timedelta_data_via_dtype[NOTSET-us]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_unsigned[NOTSET--1-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_unsigned[NOTSET-255-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_unsigned[NOTSET-fill_value0-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_unsigned[NOTSET-fill_value1-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_save_emptydim[NOTSET-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_save_emptydim[NOTSET-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_shard_encoding[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_string_object_warning[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_to_zarr_append_compute_false_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_to_zarr_compute_false_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_vectorized_indexing[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_vectorized_indexing_negative_step[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_warning_on_bad_chunks[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_with_chunkstore[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_with_chunkstore[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_with_chunkstore[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_persistence_modes[NOTSET-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_persistence_modes[NOTSET-group1]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_preexisting_override_metadata[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_read_select_write[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-False-False-False-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-False-False-False-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-False-False-False-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-False-False-True-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-False-False-True-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-False-False-True-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-False-True-False-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-False-True-False-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-False-True-False-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-False-True-True-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-False-True-True-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-False-True-True-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-None-False-False-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-None-False-False-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-None-False-False-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-None-False-True-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-None-False-True-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-None-False-True-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-None-True-False-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-None-True-False-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-None-True-False-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-None-True-True-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-None-True-True-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-None-True-True-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-True-False-False-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-True-False-False-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-True-False-False-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-True-False-True-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-True-False-True-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-True-False-True-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-True-True-False-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-True-True-False-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-True-True-False-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-True-True-True-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-True-True-True-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-True-True-True-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region_errors[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region_mode[NOTSET-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region_mode[NOTSET-a]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region_mode[NOTSET-r+]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_store[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_uneven_dask_chunks[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_zarr_fill_value_setting[NOTSET-float]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_zarr_fill_value_setting[NOTSET-int]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_zarr_mode_w_overwrites_encoding[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_zero_dimensional_variable[NOTSET]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_append_chunk_partial[NOTSET]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_region[NOTSET]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_region_append[NOTSET]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_region_auto[NOTSET-full-auto]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_region_auto[NOTSET-mixed-auto]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_region_auto_noncontiguous[NOTSET]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_region_chunk_partial[NOTSET]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_region_chunk_partial_offset[NOTSET]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_region_index_write[NOTSET]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_safe_chunk_append_dim[NOTSET]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_safe_chunk_region[NOTSET-a]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_safe_chunk_region[NOTSET-r+]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_overwrite_values[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_string_length_mismatch_raises[NOTSET-S]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_string_length_mismatch_raises[NOTSET-U]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_string_length_mismatch_works[2-S]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_string_length_mismatch_works[2-U]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_string_length_mismatch_works[3-S]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_string_length_mismatch_works[3-U]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_string_length_mismatch_works[NOTSET-S]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_string_length_mismatch_works[NOTSET-U]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_append_dim_no_overwrite[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_append_dim_not_set_raises[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_existing_encoding_raises[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_invalid_dim_raises[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_mode_not_a_raises[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_mode_rplus_fails[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_mode_rplus_success[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_new_variable[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_no_dims_raises[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_write[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_array_type_after_indexing[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_attributes[NOTSET-obj0]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_attributes[NOTSET-obj1]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_auto_chunk[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_avoid_excess_metadata_calls[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_cache_members[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_check_encoding_is_consistent_after_append[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_chunk_encoding[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_chunk_encoding_with_dask[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_chunk_encoding_with_larger_dask_chunks[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_chunk_encoding_with_partial_dask_chunks[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_chunked_cftime_datetime[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_chunked_datetime64_or_timedelta64[NOTSET-datetime64[ns]]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_chunked_datetime64_or_timedelta64[NOTSET-timedelta64[ns]]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_compressor_encoding[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_coordinate_variables_after_dataset_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_coordinate_variables_after_iris_roundtrip[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_coordinate_variables_after_iris_roundtrip[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_coordinate_variables_after_iris_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_coordinates_encoding[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_dataset_caching[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_dataset_compute[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_default_fill_value[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_deprecate_auto_chunk[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_dimension_names[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_dimension_names[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_drop_encoding[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_drop_encoding[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_drop_encoding[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_dropna[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_encoding_chunksizes[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_encoding_kwarg[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_encoding_kwarg_dates[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_encoding_kwarg_fixed_width_string[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_encoding_same_dtype[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_encoding_unlimited_dims[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_encoding_unlimited_dims[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_encoding_unlimited_dims[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_explicitly_omit_fill_value[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_explicitly_omit_fill_value_in_coord[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_explicitly_omit_fill_value_in_coord_via_encoding_kwarg[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_explicitly_omit_fill_value_via_encoding_kwarg[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_grid_mapping_and_bounds_are_coordinates_after_dataarray_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_grid_mapping_and_bounds_are_not_coordinates_in_file[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_group[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_hidden_zarr_keys[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_hidden_zarr_keys[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_indexing_roundtrip[NOTSET-indexer0]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_indexing_roundtrip[NOTSET-indexer1]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_indexing_roundtrip[NOTSET-indexer2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_indexing_roundtrip[NOTSET-indexer3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_indexing_roundtrip[NOTSET-indexer4]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_invalid_dataarray_names_raise[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_isel_dataarray[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_load[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_manual_chunk[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_multiindex_not_implemented[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_no_warning_from_open_emptydim_with_chunks[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_non_existent_store[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_ondisk_after_print[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_open_zarr_use_cftime[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_orthogonal_indexing[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_outer_indexing_reversed[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_pickle[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_pickle_dataarray[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_read_non_consolidated_warning[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_None_variable[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_boolean_dtype[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_bytes_with_fill_value[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_bytes_with_fill_value[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_bytes_with_fill_value[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_cftime_datetime_data[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_consolidated[NOTSET-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_consolidated[NOTSET-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_consolidated[NOTSET-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_coordinates[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_coordinates_with_space[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_empty_vlen_string_array[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_endian[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_endian[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_example_1_netcdf[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_example_1_netcdf[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_example_1_netcdf[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_float64_data[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_global_coordinates[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[2-dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[2-dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[2-dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[2-dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[2-dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[2-dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[2-dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[3-dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[3-dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[3-dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[3-dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[3-dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[3-dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[3-dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_numpy_datetime_data[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_object_dtype[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_string_data[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_string_encoded_characters[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_string_with_fill_value_nchar[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_test_data[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_timedelta_data[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_timedelta_data_via_dtype[NOTSET-ms]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_timedelta_data_via_dtype[NOTSET-ns]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_timedelta_data_via_dtype[NOTSET-s]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_timedelta_data_via_dtype[NOTSET-us]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_unsigned[NOTSET--1-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_unsigned[NOTSET-255-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_unsigned[NOTSET-fill_value0-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_unsigned[NOTSET-fill_value1-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_save_emptydim[NOTSET-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_save_emptydim[NOTSET-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_shard_encoding[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_string_object_warning[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_to_zarr_append_compute_false_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_to_zarr_compute_false_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_vectorized_indexing[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_vectorized_indexing_negative_step[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_warning_on_bad_chunks[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_with_chunkstore[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_with_chunkstore[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[NOTSET-False-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[NOTSET-False-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[NOTSET-False-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[NOTSET-None-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[NOTSET-None-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[NOTSET-None-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[NOTSET-True-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[NOTSET-True-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[NOTSET-True-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_persistence_modes[NOTSET-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_persistence_modes[NOTSET-group1]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_preexisting_override_metadata[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_read_select_write[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-False-False-False-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-False-False-False-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-False-False-False-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-False-False-True-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-False-False-True-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-False-False-True-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-False-True-False-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-False-True-False-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-False-True-False-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-False-True-True-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-False-True-True-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-False-True-True-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-None-False-False-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-None-False-False-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-None-False-False-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-None-False-True-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-None-False-True-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-None-False-True-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-None-True-False-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-None-True-False-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-None-True-False-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-None-True-True-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-None-True-True-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-None-True-True-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-True-False-False-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-True-False-False-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-True-False-False-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-True-False-True-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-True-False-True-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-True-False-True-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-True-True-False-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-True-True-False-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-True-True-False-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-True-True-True-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-True-True-True-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-True-True-True-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region_errors[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region_mode[NOTSET-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region_mode[NOTSET-a]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region_mode[NOTSET-r+]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_store[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_uneven_dask_chunks[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_zarr_fill_value_setting[NOTSET-float]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_zarr_fill_value_setting[NOTSET-int]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_zarr_mode_w_overwrites_encoding[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_zero_dimensional_variable[NOTSET]
xarray.tests.test_backends_datatree.TestZarrDatatreeIO ‑ test_to_zarr_zip_store[zarr_format=3]
xarray.tests.test_calendar_ops
xarray.tests.test_cftime_offsets
xarray.tests.test_cftime_offsets ‑ test_cftime_range_same_as_pandas[-1ME-2000-2000]
xarray.tests.test_cftime_offsets ‑ test_cftime_range_same_as_pandas[-1ME-2000-2001]
xarray.tests.test_cftime_offsets ‑ test_cftime_range_same_as_pandas[-1ME-2001-2000]
xarray.tests.test_cftime_offsets ‑ test_cftime_range_same_as_pandas[-1ME-2001-2001]
xarray.tests.test_cftime_offsets ‑ test_cftime_range_same_as_pandas[-1MS-2000-2000]
xarray.tests.test_cftime_offsets ‑ test_cftime_range_same_as_pandas[-1MS-2000-2001]
xarray.tests.test_cftime_offsets ‑ test_cftime_range_same_as_pandas[-1MS-2001-2000]
xarray.tests.test_cftime_offsets ‑ test_cftime_range_same_as_pandas[-1MS-2001-2001]
xarray.tests.test_cftime_offsets ‑ test_cftime_range_same_as_pandas[-1YE-2000-2000]
xarray.tests.test_cftime_offsets ‑ test_cftime_range_same_as_pandas[-1YE-2000-2001]
xarray.tests.test_cftime_offsets ‑ test_cftime_range_same_as_pandas[-1YE-2001-2000]
xarray.tests.test_cftime_offsets ‑ test_cftime_range_same_as_pandas[-1YE-2001-2001]
xarray.tests.test_cftime_offsets ‑ test_cftime_range_same_as_pandas[-1YS-2000-2000]
xarray.tests.test_cftime_offsets ‑ test_cftime_range_same_as_pandas[-1YS-2000-2001]
xarray.tests.test_cftime_offsets ‑ test_cftime_range_same_as_pandas[-1YS-2001-2000]
xarray.tests.test_cftime_offsets ‑ test_cftime_range_same_as_pandas[-1YS-2001-2001]
xarray.tests.test_cftime_offsets ‑ test_legacy_to_new_freq[-A-YE]
xarray.tests.test_cftime_offsets ‑ test_legacy_to_new_freq[-AS-YS]
xarray.tests.test_cftime_offsets ‑ test_legacy_to_new_freq[-M-ME]
xarray.tests.test_cftime_offsets ‑ test_legacy_to_new_freq[-ME-ME]
xarray.tests.test_cftime_offsets ‑ test_legacy_to_new_freq[-Q-QE]
xarray.tests.test_cftime_offsets ‑ test_legacy_to_new_freq[-QE-QE]
xarray.tests.test_cftime_offsets ‑ test_legacy_to_new_freq[-Y-YE]
xarray.tests.test_cftime_offsets ‑ test_legacy_to_new_freq[-YE-YE]
xarray.tests.test_cftime_offsets ‑ test_legacy_to_new_freq[-YS-YS]
xarray.tests.test_cftime_offsets ‑ test_legacy_to_new_freq[2-A-YE]
xarray.tests.test_cftime_offsets ‑ test_legacy_to_new_freq[2-AS-YS]
xarray.tests.test_cftime_offsets ‑ test_legacy_to_new_freq[2-M-ME]
xarray.tests.test_cftime_offsets ‑ test_legacy_to_new_freq[2-ME-ME]
xarray.tests.test_cftime_offsets ‑ test_legacy_to_new_freq[2-Q-QE]
xarray.tests.test_cftime_offsets ‑ test_legacy_to_new_freq[2-QE-QE]
xarray.tests.test_cftime_offsets ‑ test_legacy_to_new_freq[2-Y-YE]
xarray.tests.test_cftime_offsets ‑ test_legacy_to_new_freq[2-YE-YE]
xarray.tests.test_cftime_offsets ‑ test_legacy_to_new_freq[2-YS-YS]
xarray.tests.test_cftime_offsets ‑ test_legacy_to_new_freq_anchored[-A]
xarray.tests.test_cftime_offsets ‑ test_legacy_to_new_freq_anchored[-YE]
xarray.tests.test_cftime_offsets ‑ test_legacy_to_new_freq_anchored[-Y]
xarray.tests.test_cftime_offsets ‑ test_legacy_to_new_freq_anchored[2-A]
xarray.tests.test_cftime_offsets ‑ test_legacy_to_new_freq_anchored[2-YE]
xarray.tests.test_cftime_offsets ‑ test_legacy_to_new_freq_anchored[2-Y]
xarray.tests.test_cftime_offsets ‑ test_legacy_to_new_freq_pd_freq_passthrough[BH-BH]
xarray.tests.test_cftime_offsets ‑ test_legacy_to_new_freq_pd_freq_passthrough[CBH-CBH]
xarray.tests.test_cftime_offsets ‑ test_legacy_to_new_freq_pd_freq_passthrough[N-N]
xarray.tests.test_cftime_offsets ‑ test_new_to_legacy_freq[-A-A]
xarray.tests.test_cftime_offsets ‑ test_new_to_legacy_freq[-ME-M]
xarray.tests.test_cftime_offsets ‑ test_new_to_legacy_freq[-QE-Q]
xarray.tests.test_cftime_offsets ‑ test_new_to_legacy_freq[-Y-A]
xarray.tests.test_cftime_offsets ‑ test_new_to_legacy_freq[-YE-A]
xarray.tests.test_cftime_offsets ‑ test_new_to_legacy_freq[-YS-AS]
xarray.tests.test_cftime_offsets ‑ test_new_to_legacy_freq[2-A-A]
xarray.tests.test_cftime_offsets ‑ test_new_to_legacy_freq[2-ME-M]
xarray.tests.test_cftime_offsets ‑ test_new_to_legacy_freq[2-QE-Q]
xarray.tests.test_cftime_offsets ‑ test_new_to_legacy_freq[2-Y-A]
xarray.tests.test_cftime_offsets ‑ test_new_to_legacy_freq[2-YE-A]
xarray.tests.test_cftime_offsets ‑ test_new_to_legacy_freq[2-YS-AS]
xarray.tests.test_cftime_offsets ‑ test_new_to_legacy_freq_anchored[-A]
xarray.tests.test_cftime_offsets ‑ test_new_to_legacy_freq_anchored[-YE]
xarray.tests.test_cftime_offsets ‑ test_new_to_legacy_freq_anchored[-Y]
xarray.tests.test_cftime_offsets ‑ test_new_to_legacy_freq_anchored[2-A]
xarray.tests.test_cftime_offsets ‑ test_new_to_legacy_freq_anchored[2-YE]
xarray.tests.test_cftime_offsets ‑ test_new_to_legacy_freq_anchored[2-Y]
xarray.tests.test_cftime_offsets ‑ test_new_to_legacy_freq_pd_freq_passthrough[L-L]
xarray.tests.test_cftime_offsets ‑ test_new_to_legacy_freq_pd_freq_passthrough[S-S]
xarray.tests.test_cftime_offsets ‑ test_new_to_legacy_freq_pd_freq_passthrough[T-T]
xarray.tests.test_cftime_offsets ‑ test_new_to_legacy_freq_pd_freq_passthrough[U-U]
xarray.tests.test_cftime_offsets ‑ test_new_to_legacy_freq_pd_freq_passthrough[bh-bh]
xarray.tests.test_cftime_offsets ‑ test_new_to_legacy_freq_pd_freq_passthrough[cbh-cbh]
xarray.tests.test_cftime_offsets ‑ test_new_to_legacy_freq_pd_freq_passthrough[min-min]
xarray.tests.test_cftime_offsets ‑ test_new_to_legacy_freq_pd_freq_passthrough[ms-ms]
xarray.tests.test_cftime_offsets ‑ test_new_to_legacy_freq_pd_freq_passthrough[ns-ns]
xarray.tests.test_cftime_offsets ‑ test_new_to_legacy_freq_pd_freq_passthrough[s-s]
xarray.tests.test_cftime_offsets ‑ test_new_to_legacy_freq_pd_freq_passthrough[us-us]
xarray.tests.test_cftimeindex ‑ test_cftimeindex_calendar_property[gregorian-]
xarray.tests.test_cftimeindex ‑ test_cftimeindex_calendar_property[standard-]
xarray.tests.test_cftimeindex ‑ test_cftimeindex_calendar_repr[gregorian-]
xarray.tests.test_cftimeindex ‑ test_cftimeindex_calendar_repr[standard-]
xarray.tests.test_cftimeindex ‑ test_cftimeindex_repr_formatting[101-CFTimeIndex([2000-01-01 00:00:00, 2000-01-02 00:00:00, 2000-01-03 00:00:00,\n 2000-01-04 00:00:00, 2000-01-05 00:00:00, 2000-01-06 00:00:00,\n 2000-01-07 00:00:00, 2000-01-08 00:00:00, 2000-01-09 00:00:00,\n 2000-01-10 00:00:00,\n ...\n 2000-04-01 00:00:00, 2000-04-02 00:00:00, 2000-04-03 00:00:00,\n 2000-04-04 00:00:00, 2000-04-05 00:00:00, 2000-04-06 00:00:00,\n 2000-04-07 00:00:00, 2000-04-08 00:00:00, 2000-04-09 00:00:00,\n 2000-04-10 00:00:00],\n dtype='object', length=101, calendar='', freq='D')]
xarray.tests.test_cftimeindex ‑ test_cftimeindex_repr_formatting[2-CFTimeIndex([2000-01-01 00:00:00, 2000-01-02 00:00:00],\n dtype='object', length=2, calendar='', freq=None)]
xarray.tests.test_cftimeindex ‑ test_cftimeindex_repr_formatting[4-CFTimeIndex([2000-01-01 00:00:00, 2000-01-02 00:00:00, 2000-01-03 00:00:00,\n 2000-01-04 00:00:00],\n dtype='object', length=4, calendar='', freq='D')]
xarray.tests.test_cftimeindex_resample
xarray.tests.test_coarsen ‑ test_coarsen_da_reduce[dask-max-1-2]
xarray.tests.test_coarsen ‑ test_coarsen_da_reduce[dask-mean-1-2]
xarray.tests.test_coarsen ‑ test_coarsen_da_reduce[dask-std-1-2]
xarray.tests.test_coarsen ‑ test_coarsen_da_reduce[dask-sum-1-2]
xarray.tests.test_coarsen ‑ test_coarsen_da_reduce[numpy-max-1-2]
xarray.tests.test_coarsen ‑ test_coarsen_da_reduce[numpy-mean-1-2]
xarray.tests.test_coarsen ‑ test_coarsen_da_reduce[numpy-std-1-2]
xarray.tests.test_coarsen ‑ test_coarsen_da_reduce[numpy-sum-1-2]
xarray.tests.test_coding_times ‑ test_encode_cf_datetime_defaults_to_correct_dtype[True-D-nanoseconds]
xarray.tests.test_coding_times ‑ test_encode_cf_datetime_defaults_to_correct_dtype[True-h-nanoseconds]
xarray.tests.test_coding_times ‑ test_encode_cf_datetime_defaults_to_correct_dtype[True-min-nanoseconds]
xarray.tests.test_coding_times ‑ test_encode_cf_datetime_defaults_to_correct_dtype[True-ms-nanoseconds]
xarray.tests.test_coding_times ‑ test_encode_cf_datetime_defaults_to_correct_dtype[True-ns-days]
xarray.tests.test_coding_times ‑ test_encode_cf_datetime_defaults_to_correct_dtype[True-ns-hours]
xarray.tests.test_coding_times ‑ test_encode_cf_datetime_defaults_to_correct_dtype[True-ns-microseconds]
xarray.tests.test_coding_times ‑ test_encode_cf_datetime_defaults_to_correct_dtype[True-ns-milliseconds]
xarray.tests.test_coding_times ‑ test_encode_cf_datetime_defaults_to_correct_dtype[True-ns-minutes]
xarray.tests.test_coding_times ‑ test_encode_cf_datetime_defaults_to_correct_dtype[True-ns-nanoseconds]
xarray.tests.test_coding_times ‑ test_encode_cf_datetime_defaults_to_correct_dtype[True-ns-seconds]
xarray.tests.test_coding_times ‑ test_encode_cf_datetime_defaults_to_correct_dtype[True-s-nanoseconds]
xarray.tests.test_coding_times ‑ test_encode_cf_datetime_defaults_to_correct_dtype[True-us-nanoseconds]
xarray.tests.test_coding_times ‑ test_encode_cf_datetime_gregorian_proleptic_gregorian_mismatch_error[ns-gregorian]
xarray.tests.test_coding_times ‑ test_encode_cf_datetime_gregorian_proleptic_gregorian_mismatch_error[ns-standard]
xarray.tests.test_coding_times ‑ test_timedelta_coding_via_dtype_non_pandas_fine_resolution_warning
xarray.tests.test_combine.TestNestedCombine ‑ test_nested_concat_too_many_dims_at_once
xarray.tests.test_conventions.TestCFEncodedDataStore ‑ test_coordinate_variables_after_iris_roundtrip
xarray.tests.test_conventions.TestCFEncodedDataStore ‑ test_roundtrip_coordinates
xarray.tests.test_conventions.TestCFEncodedDataStore ‑ test_roundtrip_example_1_netcdf
xarray.tests.test_conventions.TestCFEncodedDataStore ‑ test_roundtrip_mask_and_scale[dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_conventions.TestCFEncodedDataStore ‑ test_roundtrip_mask_and_scale[dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_conventions.TestCFEncodedDataStore ‑ test_roundtrip_mask_and_scale[dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_conventions.TestCFEncodedDataStore ‑ test_roundtrip_mask_and_scale[dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_cupy
xarray.tests.test_dask
xarray.tests.test_dask.TestToDaskDataFrame ‑ test_to_dask_dataframe_2D_set_index
xarray.tests.test_dataarray.TestDataArray ‑ test_copy_coords[False-expected_orig1]
xarray.tests.test_dataarray.TestNumpyCoercion ‑ test_from_cupy
xarray.tests.test_dataarray.TestReduce1D ‑ test_idxmax[True-datetime]
xarray.tests.test_dataarray.TestReduce2D ‑ test_idxmax[dask-datetime]
xarray.tests.test_dataarray.TestReduce2D ‑ test_idxmin[dask-datetime]
xarray.tests.test_dataset.TestDataset ‑ test_copy_coords[False-expected_orig1]
xarray.tests.test_dataset.TestNumpyCoercion ‑ test_from_cupy
xarray.tests.test_datatree.TestCopy ‑ test_copy_with_data
xarray.tests.test_datatree.TestGetItem ‑ test_getitem_dict_like_selection_access_to_dataset
xarray.tests.test_datatree.TestGetItem ‑ test_getitem_multiple_data_variables
xarray.tests.test_datatree.TestSetItem ‑ test_setitem_dataset_on_this_node
xarray.tests.test_datatree.TestUFuncs ‑ test_tree
xarray.tests.test_datatree_mapping.TestMapOverSubTree ‑ test_trees_with_different_node_names
xarray.tests.test_distributed
xarray.tests.test_distributed ‑ test_open_mfdataset_multiple_files_parallel[True]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-max-False-True-bool-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-max-False-True-bool-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-max-False-True-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-max-False-True-bool_-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-max-False-True-float-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-max-False-True-float-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-max-False-True-float32-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-max-False-True-float32-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-max-False-True-int-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-max-False-True-int-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-max-False-True-str-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-max-False-True-str-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-max-True-True-bool-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-max-True-True-bool-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-max-True-True-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-max-True-True-bool_-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-max-True-True-float-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-max-True-True-float-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-max-True-True-float32-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-max-True-True-float32-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-max-True-True-int-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-max-True-True-int-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-max-True-True-str-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-max-True-True-str-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-min-False-True-bool-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-min-False-True-bool-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-min-False-True-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-min-False-True-bool_-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-min-False-True-float-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-min-False-True-float-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-min-False-True-float32-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-min-False-True-float32-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-min-False-True-int-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-min-False-True-int-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-min-False-True-str-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-min-False-True-str-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-min-True-True-bool-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-min-True-True-bool-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-min-True-True-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-min-True-True-bool_-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-min-True-True-float-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-min-True-True-float-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-min-True-True-float32-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-min-True-True-float32-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-min-True-True-int-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-min-True-True-int-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-min-True-True-str-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-False-min-True-True-str-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-True-max-False-True-float-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-True-max-False-True-float-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-True-max-False-True-float32-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-True-max-False-True-float32-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-True-max-False-True-int-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-True-max-False-True-int-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-True-max-True-True-float-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-True-max-True-True-float-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-True-max-True-True-float32-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-True-max-True-True-float32-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-True-max-True-True-int-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-True-max-True-True-int-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-True-min-False-True-float-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-True-min-False-True-float-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-True-min-False-True-float32-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-True-min-False-True-float32-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-True-min-False-True-int-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-True-min-False-True-int-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-True-min-True-True-float-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-True-min-True-True-float-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-True-min-True-True-float32-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-True-min-True-True-float32-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-True-min-True-True-int-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[x-True-min-True-True-int-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-False-False-bool-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-False-False-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-False-False-float-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-False-False-float32-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-False-False-int-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-False-False-str-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-False-True-bool-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-False-True-bool-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-False-True-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-False-True-bool_-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-False-True-float-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-False-True-float-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-False-True-float32-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-False-True-float32-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-False-True-int-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-False-True-int-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-False-True-str-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-False-True-str-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-True-False-bool-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-True-False-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-True-False-float-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-True-False-float32-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-True-False-int-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-True-False-str-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-True-True-bool-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-True-True-bool-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-True-True-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-True-True-bool_-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-True-True-float-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-True-True-float-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-True-True-float32-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-True-True-float32-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-True-True-int-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-True-True-int-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-True-True-str-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-max-True-True-str-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-False-False-bool-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-False-False-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-False-False-float-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-False-False-float32-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-False-False-int-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-False-False-str-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-False-True-bool-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-False-True-bool-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-False-True-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-False-True-bool_-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-False-True-float-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-False-True-float-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-False-True-float32-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-False-True-float32-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-False-True-int-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-False-True-int-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-False-True-str-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-False-True-str-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-True-False-bool-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-True-False-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-True-False-float-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-True-False-float32-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-True-False-int-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-True-False-str-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-True-True-bool-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-True-True-bool-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-True-True-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-True-True-bool_-2]
Check notice on line 0 in .github
github-actions / Test Results
2689 skipped tests found (test 1258 to 2008)
There are 2689 skipped tests, see "Raw output" for the list of skipped tests 1258 to 2008.
Raw output
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-True-True-float-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-True-True-float-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-True-True-float32-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-True-True-float32-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-True-True-int-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-True-True-int-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-True-True-str-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-False-min-True-True-str-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-max-False-False-bool-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-max-False-False-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-max-False-False-float-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-max-False-False-float32-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-max-False-False-int-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-max-False-False-str-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-max-False-True-bool-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-max-False-True-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-max-False-True-float-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-max-False-True-float-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-max-False-True-float32-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-max-False-True-float32-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-max-False-True-int-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-max-False-True-int-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-max-False-True-str-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-max-True-False-bool-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-max-True-False-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-max-True-False-float-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-max-True-False-float32-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-max-True-False-int-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-max-True-False-str-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-max-True-True-bool-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-max-True-True-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-max-True-True-float-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-max-True-True-float-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-max-True-True-float32-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-max-True-True-float32-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-max-True-True-int-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-max-True-True-int-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-max-True-True-str-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-min-False-False-bool-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-min-False-False-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-min-False-False-float-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-min-False-False-float32-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-min-False-False-int-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-min-False-False-str-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-min-False-True-bool-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-min-False-True-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-min-False-True-float-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-min-False-True-float-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-min-False-True-float32-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-min-False-True-float32-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-min-False-True-int-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-min-False-True-int-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-min-False-True-str-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-min-True-False-bool-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-min-True-False-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-min-True-False-float-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-min-True-False-float32-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-min-True-False-int-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-min-True-False-str-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-min-True-True-bool-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-min-True-True-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-min-True-True-float-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-min-True-True-float-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-min-True-True-float32-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-min-True-True-float32-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-min-True-True-int-1]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-min-True-True-int-2]
xarray.tests.test_duck_array_ops ‑ test_argmin_max[y-True-min-True-True-str-1]
xarray.tests.test_duck_array_ops ‑ test_datetime_to_numeric_potential_overflow[ns]
xarray.tests.test_duck_array_ops ‑ test_reduce[None-False-max-True-bool-1]
xarray.tests.test_duck_array_ops ‑ test_reduce[None-False-max-True-bool-2]
xarray.tests.test_duck_array_ops ‑ test_reduce[None-False-max-True-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_reduce[None-False-max-True-bool_-2]
xarray.tests.test_duck_array_ops ‑ test_reduce[None-False-mean-False-bool-1]
xarray.tests.test_duck_array_ops ‑ test_reduce[None-False-mean-False-bool-2]
xarray.tests.test_duck_array_ops ‑ test_reduce[None-False-mean-False-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_reduce[None-False-mean-False-bool_-2]
xarray.tests.test_duck_array_ops ‑ test_reduce[None-False-mean-True-bool-1]
xarray.tests.test_duck_array_ops ‑ test_reduce[None-False-mean-True-bool-2]
xarray.tests.test_duck_array_ops ‑ test_reduce[None-False-mean-True-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_reduce[None-False-mean-True-bool_-2]
xarray.tests.test_duck_array_ops ‑ test_reduce[None-False-min-True-bool-1]
xarray.tests.test_duck_array_ops ‑ test_reduce[None-False-min-True-bool-2]
xarray.tests.test_duck_array_ops ‑ test_reduce[None-False-min-True-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_reduce[None-False-min-True-bool_-2]
xarray.tests.test_duck_array_ops ‑ test_reduce[None-False-sum-True-bool-1]
xarray.tests.test_duck_array_ops ‑ test_reduce[None-False-sum-True-bool-2]
xarray.tests.test_duck_array_ops ‑ test_reduce[None-False-sum-True-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_reduce[None-False-sum-True-bool_-2]
xarray.tests.test_duck_array_ops ‑ test_reduce[None-False-var-True-bool-1]
xarray.tests.test_duck_array_ops ‑ test_reduce[None-False-var-True-bool-2]
xarray.tests.test_duck_array_ops ‑ test_reduce[None-False-var-True-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_reduce[None-False-var-True-bool_-2]
xarray.tests.test_duck_array_ops ‑ test_reduce[None-True-mean-False-bool-1]
xarray.tests.test_duck_array_ops ‑ test_reduce[None-True-mean-False-bool-2]
xarray.tests.test_duck_array_ops ‑ test_reduce[None-True-mean-False-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_reduce[None-True-mean-False-bool_-2]
xarray.tests.test_duck_array_ops ‑ test_reduce[None-True-mean-True-bool-1]
xarray.tests.test_duck_array_ops ‑ test_reduce[None-True-mean-True-bool-2]
xarray.tests.test_duck_array_ops ‑ test_reduce[None-True-mean-True-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_reduce[None-True-mean-True-bool_-2]
xarray.tests.test_duck_array_ops ‑ test_reduce[x-False-max-True-bool-1]
xarray.tests.test_duck_array_ops ‑ test_reduce[x-False-max-True-bool-2]
xarray.tests.test_duck_array_ops ‑ test_reduce[x-False-max-True-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_reduce[x-False-max-True-bool_-2]
xarray.tests.test_duck_array_ops ‑ test_reduce[x-False-mean-False-bool-1]
xarray.tests.test_duck_array_ops ‑ test_reduce[x-False-mean-False-bool-2]
xarray.tests.test_duck_array_ops ‑ test_reduce[x-False-mean-False-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_reduce[x-False-mean-False-bool_-2]
xarray.tests.test_duck_array_ops ‑ test_reduce[x-False-mean-True-bool-1]
xarray.tests.test_duck_array_ops ‑ test_reduce[x-False-mean-True-bool-2]
xarray.tests.test_duck_array_ops ‑ test_reduce[x-False-mean-True-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_reduce[x-False-mean-True-bool_-2]
xarray.tests.test_duck_array_ops ‑ test_reduce[x-False-min-True-bool-1]
xarray.tests.test_duck_array_ops ‑ test_reduce[x-False-min-True-bool-2]
xarray.tests.test_duck_array_ops ‑ test_reduce[x-False-min-True-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_reduce[x-False-min-True-bool_-2]
xarray.tests.test_duck_array_ops ‑ test_reduce[x-False-sum-True-bool-1]
xarray.tests.test_duck_array_ops ‑ test_reduce[x-False-sum-True-bool-2]
xarray.tests.test_duck_array_ops ‑ test_reduce[x-False-sum-True-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_reduce[x-False-sum-True-bool_-2]
xarray.tests.test_duck_array_ops ‑ test_reduce[x-False-var-True-bool-1]
xarray.tests.test_duck_array_ops ‑ test_reduce[x-False-var-True-bool-2]
xarray.tests.test_duck_array_ops ‑ test_reduce[x-False-var-True-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_reduce[x-False-var-True-bool_-2]
xarray.tests.test_duck_array_ops ‑ test_reduce[x-True-mean-False-bool-1]
xarray.tests.test_duck_array_ops ‑ test_reduce[x-True-mean-False-bool-2]
xarray.tests.test_duck_array_ops ‑ test_reduce[x-True-mean-False-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_reduce[x-True-mean-False-bool_-2]
xarray.tests.test_duck_array_ops ‑ test_reduce[x-True-mean-True-bool-1]
xarray.tests.test_duck_array_ops ‑ test_reduce[x-True-mean-True-bool-2]
xarray.tests.test_duck_array_ops ‑ test_reduce[x-True-mean-True-bool_-1]
xarray.tests.test_duck_array_ops ‑ test_reduce[x-True-mean-True-bool_-2]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_T[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_all[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_all[pint]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_any[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_any[pint]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_argmax[False-cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_argmax[False-pint]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_argmax[False-sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_argmax[True-cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_argmax[True-pint]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_argmax[True-sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_argmin[False-cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_argmin[False-pint]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_argmin[False-sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_argmin[True-cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_argmin[True-pint]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_argmin[True-sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_argsort[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_argsort[dask.array]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_argsort[pint]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_argsort[sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_astype[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_bfill[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_bfill[dask.array]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_bfill[jax.numpy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_bfill[pint]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_bfill[sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_broadcast_like[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_clip[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_coarsen_construct[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_coarsen_construct[sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_coarsen_reduce[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_coarsen_reduce[sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_conj[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_conjugate[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_conjugate[dask.array]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_conjugate[sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_count[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_count[pint]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_count[sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_cumprod[False-cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_cumprod[False-sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_cumprod[True-cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_cumprod[True-sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_cumsum[False-cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_cumsum[False-sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_cumsum[True-cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_cumsum[True-sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_cumulative_construct[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_cumulative_construct[jax.numpy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_cumulative_construct[sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_cumulative_iter[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_cumulative_reduce[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_cumulative_reduce[jax.numpy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_cumulative_reduce[pint]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_cumulative_reduce[sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_diff[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_differentiate[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_differentiate[sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_dot[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_dot[pint]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_dot[sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_dropna[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_ffill[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_ffill[dask.array]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_ffill[jax.numpy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_ffill[pint]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_ffill[sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_fillna[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_groupby[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_groupby_bins[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_idxmax[False-cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_idxmax[False-pint]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_idxmax[False-sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_idxmax[True-cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_idxmax[True-pint]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_idxmax[True-sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_idxmin[False-cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_idxmin[False-pint]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_idxmin[False-sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_idxmin[True-cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_idxmin[True-pint]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_idxmin[True-sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_imag[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_integrate[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_interp[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_interp[jax.numpy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_interp[pint]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_interp[sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_interpolate_na[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_interpolate_na[dask.array]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_interpolate_na[jax.numpy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_interpolate_na[pint]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_interpolate_na[sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_isel[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_isin[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_isin[pint]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_isin[sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_isnull[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_isnull[pint]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_loc[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_map_blocks[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_max[False-cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_max[True-cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_mean[False-cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_mean[True-cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_median[False-cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_median[False-sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_median[True-cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_median[True-sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_min[False-cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_min[True-cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_notnull[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_notnull[pint]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_pad[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_pad[sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_polyfit[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_polyfit[jax.numpy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_polyfit[pint]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_polyfit[sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_prod[False-cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_prod[True-cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_quantile[False-cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_quantile[False-sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_quantile[True-cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_quantile[True-sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_rank[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_rank[dask.array]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_rank[jax.numpy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_rank[pint]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_rank[sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_real[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_resample[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_roll[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_rolling_construct[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_rolling_construct[jax.numpy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_rolling_construct[sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_rolling_exp_reduce[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_rolling_exp_reduce[jax.numpy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_rolling_exp_reduce[pint]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_rolling_exp_reduce[sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_rolling_iter[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_rolling_reduce[False-cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_rolling_reduce[False-jax.numpy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_rolling_reduce[False-pint]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_rolling_reduce[False-sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_rolling_reduce[True-cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_rolling_reduce[True-jax.numpy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_rolling_reduce[True-pint]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_rolling_reduce[True-sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_round[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_searchsorted[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_searchsorted[dask.array]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_searchsorted[pint]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_searchsorted[sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_sel[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_shift[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_shift[sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_sortby[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_squeeze[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_stack[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_std[False-cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_std[False-sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_std[True-cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_std[True-sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_sum[False-cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_sum[True-cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_transpose[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_unstack[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_var[False-cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_var[False-sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_var[True-cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_var[True-sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_weighted[cupy]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_weighted[pint]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_weighted[sparse]
xarray.tests.test_duck_array_wrapping.TestDataArrayMethods ‑ test_where[cupy]
xarray.tests.test_duck_array_wrapping.TestTopLevelMethods ‑ test_align[cupy]
xarray.tests.test_duck_array_wrapping.TestTopLevelMethods ‑ test_apply_ufunc[cupy]
xarray.tests.test_duck_array_wrapping.TestTopLevelMethods ‑ test_broadcast[cupy]
xarray.tests.test_duck_array_wrapping.TestTopLevelMethods ‑ test_concat[cupy]
xarray.tests.test_duck_array_wrapping.TestTopLevelMethods ‑ test_corr[cupy]
xarray.tests.test_duck_array_wrapping.TestTopLevelMethods ‑ test_corr[sparse]
xarray.tests.test_duck_array_wrapping.TestTopLevelMethods ‑ test_cov[cupy]
xarray.tests.test_duck_array_wrapping.TestTopLevelMethods ‑ test_cov[sparse]
xarray.tests.test_duck_array_wrapping.TestTopLevelMethods ‑ test_cross[cupy]
xarray.tests.test_duck_array_wrapping.TestTopLevelMethods ‑ test_cross[sparse]
xarray.tests.test_duck_array_wrapping.TestTopLevelMethods ‑ test_dot[cupy]
xarray.tests.test_duck_array_wrapping.TestTopLevelMethods ‑ test_dot[pint]
xarray.tests.test_duck_array_wrapping.TestTopLevelMethods ‑ test_dot[sparse]
xarray.tests.test_duck_array_wrapping.TestTopLevelMethods ‑ test_full_like[cupy]
xarray.tests.test_duck_array_wrapping.TestTopLevelMethods ‑ test_full_like[pint]
xarray.tests.test_duck_array_wrapping.TestTopLevelMethods ‑ test_map_blocks[cupy]
xarray.tests.test_duck_array_wrapping.TestTopLevelMethods ‑ test_merge[cupy]
xarray.tests.test_duck_array_wrapping.TestTopLevelMethods ‑ test_where[cupy]
xarray.tests.test_interp ‑ test_datetime[2000-01-01T12:00-0.5]
xarray.tests.test_interp ‑ test_interpolate_chunk_1d[3-3-0-False-cubic]
xarray.tests.test_interp ‑ test_interpolate_chunk_1d[3-3-0-False-pchip]
xarray.tests.test_interp ‑ test_interpolate_chunk_1d[3-3-0-False-quintic]
xarray.tests.test_interp ‑ test_interpolate_chunk_1d[3-3-0-True-cubic]
xarray.tests.test_interp ‑ test_interpolate_chunk_1d[3-3-0-True-pchip]
xarray.tests.test_interp ‑ test_interpolate_chunk_1d[3-3-0-True-quintic]
xarray.tests.test_interp ‑ test_interpolate_chunk_1d[3-3-1-False-cubic]
xarray.tests.test_interp ‑ test_interpolate_chunk_1d[3-3-1-False-pchip]
xarray.tests.test_interp ‑ test_interpolate_chunk_1d[3-3-1-False-quintic]
xarray.tests.test_interp ‑ test_interpolate_chunk_1d[3-3-1-True-cubic]
xarray.tests.test_interp ‑ test_interpolate_chunk_1d[3-3-1-True-pchip]
xarray.tests.test_interp ‑ test_interpolate_chunk_1d[3-3-1-True-quintic]
xarray.tests.test_interp ‑ test_interpolate_chunk_1d[3-3-2-False-cubic]
xarray.tests.test_interp ‑ test_interpolate_chunk_1d[3-3-2-False-pchip]
xarray.tests.test_interp ‑ test_interpolate_chunk_1d[3-3-2-False-quintic]
xarray.tests.test_interp ‑ test_interpolate_chunk_1d[3-3-2-True-cubic]
xarray.tests.test_interp ‑ test_interpolate_chunk_1d[3-3-2-True-pchip]
xarray.tests.test_interp ‑ test_interpolate_chunk_1d[3-3-2-True-quintic]
xarray.tests.test_interp ‑ test_interpolate_chunk_1d[3-3-3-False-cubic]
xarray.tests.test_interp ‑ test_interpolate_chunk_1d[3-3-3-False-pchip]
xarray.tests.test_interp ‑ test_interpolate_chunk_1d[3-3-3-False-quintic]
xarray.tests.test_interp ‑ test_interpolate_chunk_1d[3-3-3-True-cubic]
xarray.tests.test_interp ‑ test_interpolate_chunk_1d[3-3-3-True-pchip]
xarray.tests.test_interp ‑ test_interpolate_chunk_1d[3-3-3-True-quintic]
xarray.tests.test_missing ‑ test_interpolate_na_2d[None]
xarray.tests.test_namedarray.TestNamedArray ‑ test_init[expected1]
xarray.tests.test_nd_point_index
xarray.tests.test_pandas_to_xarray.TestDataFrameToXArray ‑ test_to_xarray_index_types[empty]
xarray.tests.test_plot.TestImshow ‑ test_3d_raises_valueerror
xarray.tests.test_plot.TestNcAxisNotInstalled ‑ test_ncaxis_notinstalled_line_plot
xarray.tests.test_plot.TestSurface ‑ test_cmap_and_color_both
xarray.tests.test_plot.TestSurface ‑ test_colorbar_kwargs
xarray.tests.test_plot.TestSurface ‑ test_dates_are_concise
xarray.tests.test_plot.TestSurface ‑ test_default_cmap
xarray.tests.test_plot.TestSurface ‑ test_diverging_color_limits
xarray.tests.test_plot.TestSurface ‑ test_xyincrease_false_changes_axes
xarray.tests.test_plot.TestSurface ‑ test_xyincrease_true_changes_axes
xarray.tests.test_rolling.TestDatasetRolling ‑ test_rolling_reduce[dask-std-1-1-False-1]
xarray.tests.test_rolling.TestDatasetRolling ‑ test_rolling_reduce[dask-std-1-1-False-2]
xarray.tests.test_rolling.TestDatasetRolling ‑ test_rolling_reduce[dask-std-1-1-True-1]
xarray.tests.test_rolling.TestDatasetRolling ‑ test_rolling_reduce[dask-std-1-1-True-2]
xarray.tests.test_rolling.TestDatasetRolling ‑ test_rolling_reduce[dask-std-1-2-False-1]
xarray.tests.test_rolling.TestDatasetRolling ‑ test_rolling_reduce[dask-std-1-2-False-2]
xarray.tests.test_rolling.TestDatasetRolling ‑ test_rolling_reduce[dask-std-1-2-True-1]
xarray.tests.test_rolling.TestDatasetRolling ‑ test_rolling_reduce[dask-std-1-2-True-2]
xarray.tests.test_rolling.TestDatasetRolling ‑ test_rolling_reduce[dask-std-1-3-False-1]
xarray.tests.test_rolling.TestDatasetRolling ‑ test_rolling_reduce[dask-std-1-3-False-2]
xarray.tests.test_rolling.TestDatasetRolling ‑ test_rolling_reduce[dask-std-1-3-True-1]
xarray.tests.test_rolling.TestDatasetRolling ‑ test_rolling_reduce[dask-std-1-3-True-2]
xarray.tests.test_rolling.TestDatasetRolling ‑ test_rolling_reduce[dask-std-1-None-False-1]
xarray.tests.test_rolling.TestDatasetRolling ‑ test_rolling_reduce[dask-std-1-None-False-2]
xarray.tests.test_rolling.TestDatasetRolling ‑ test_rolling_reduce[dask-std-1-None-True-1]
xarray.tests.test_rolling.TestDatasetRolling ‑ test_rolling_reduce[dask-std-1-None-True-2]
xarray.tests.test_rolling.TestDatasetRolling ‑ test_rolling_reduce[numpy-std-1-1-False-1]
xarray.tests.test_rolling.TestDatasetRolling ‑ test_rolling_reduce[numpy-std-1-1-False-2]
xarray.tests.test_rolling.TestDatasetRolling ‑ test_rolling_reduce[numpy-std-1-1-True-1]
xarray.tests.test_rolling.TestDatasetRolling ‑ test_rolling_reduce[numpy-std-1-1-True-2]
xarray.tests.test_rolling.TestDatasetRolling ‑ test_rolling_reduce[numpy-std-1-2-False-1]
xarray.tests.test_rolling.TestDatasetRolling ‑ test_rolling_reduce[numpy-std-1-2-False-2]
xarray.tests.test_rolling.TestDatasetRolling ‑ test_rolling_reduce[numpy-std-1-2-True-1]
xarray.tests.test_rolling.TestDatasetRolling ‑ test_rolling_reduce[numpy-std-1-2-True-2]
xarray.tests.test_rolling.TestDatasetRolling ‑ test_rolling_reduce[numpy-std-1-3-False-1]
xarray.tests.test_rolling.TestDatasetRolling ‑ test_rolling_reduce[numpy-std-1-3-False-2]
xarray.tests.test_rolling.TestDatasetRolling ‑ test_rolling_reduce[numpy-std-1-3-True-1]
xarray.tests.test_rolling.TestDatasetRolling ‑ test_rolling_reduce[numpy-std-1-3-True-2]
xarray.tests.test_rolling.TestDatasetRolling ‑ test_rolling_reduce[numpy-std-1-None-False-1]
xarray.tests.test_rolling.TestDatasetRolling ‑ test_rolling_reduce[numpy-std-1-None-False-2]
xarray.tests.test_rolling.TestDatasetRolling ‑ test_rolling_reduce[numpy-std-1-None-True-1]
xarray.tests.test_rolling.TestDatasetRolling ‑ test_rolling_reduce[numpy-std-1-None-True-2]
xarray.tests.test_sparse
xarray.tests.test_sparse ‑ test_1d_variable_method[func3-True]
xarray.tests.test_sparse ‑ test_dataarray_method[obj.argmax(*(), **{})-True]
xarray.tests.test_sparse ‑ test_dataarray_method[obj.argmin(*(), **{})-True]
xarray.tests.test_sparse ‑ test_dataarray_method[obj.argsort(*(), **{})-True]
xarray.tests.test_sparse ‑ test_dataarray_method[obj.bfill(*(), **{'dim': 'x'})-False]
xarray.tests.test_sparse ‑ test_dataarray_method[obj.conjugate(*(), **{})-False]
xarray.tests.test_sparse ‑ test_dataarray_method[obj.cumprod(*(), **{})-True]
xarray.tests.test_sparse ‑ test_dataarray_method[obj.cumsum(*(), **{})-True]
xarray.tests.test_sparse ‑ test_dataarray_method[obj.differentiate(*('x',), **{})-False]
xarray.tests.test_sparse ‑ test_dataarray_method[obj.dropna(*('x',), **{})-False]
xarray.tests.test_sparse ‑ test_dataarray_method[obj.ffill(*('x',), **{})-False]
xarray.tests.test_sparse ‑ test_dataarray_method[obj.interp(*(), **{'coords': {'x': array([0.5, 1.5, 2.5, 3.5, 4.5, 5.5, 6.5, 7.5, 8.5, 9.5])}})-True]
xarray.tests.test_sparse ‑ test_dataarray_method[obj.interp_like(*(<xarray.DataArray 'test' (x: 10, y: 5)> Size: 120B\n<COO: shape=(10, 5), dtype=float64, nnz=5, fill_value=0.0>\nCoordinates:\n * x (x) float64 80B 0.5 1.5 2.5 3.5 4.5 5.5 6.5 7.5 8.5 9.5\n * y (y) float64 40B 0.5 1.5 2.5 3.5 4.5,), **{})-True]
xarray.tests.test_sparse ‑ test_dataarray_method[obj.interpolate_na(*('x',), **{})-True]
xarray.tests.test_sparse ‑ test_dataarray_method[obj.isin(*([1, 2, 3],), **{})-False]
xarray.tests.test_sparse ‑ test_dataarray_method[obj.item(*((1, 1),), **{})-False]
xarray.tests.test_sparse ‑ test_dataarray_method[obj.median(*(), **{})-False]
xarray.tests.test_sparse ‑ test_dataarray_method[obj.quantile(*(), **{'q': 0.5})-False]
xarray.tests.test_sparse ‑ test_dataarray_method[obj.rank(*('x',), **{})-False]
xarray.tests.test_sparse ‑ test_dataarray_method[obj.reduce(*(), **{'func': 'sum', 'dim': 'x'})-False]
xarray.tests.test_sparse ‑ test_dataarray_method[obj.std(*(), **{})-False]
xarray.tests.test_sparse ‑ test_dataarray_method[obj.var(*(), **{})-False]
xarray.tests.test_sparse ‑ test_dataarray_method[obj.where(*(<xarray.DataArray 'test' (x: 10, y: 5)> Size: 85B\n<COO: shape=(10, 5), dtype=bool, nnz=5, fill_value=False>\nCoordinates:\n * x (x) int64 80B 0 1 2 3 4 5 6 7 8 9\n * y (y) int64 40B 0 1 2 3 4,), **{})-False]
xarray.tests.test_sparse ‑ test_datarray_1d_method[func1-False]
xarray.tests.test_sparse ‑ test_variable_method[obj.argmax(*(), **{})-True]
xarray.tests.test_sparse ‑ test_variable_method[obj.argmin(*(), **{})-True]
xarray.tests.test_sparse ‑ test_variable_method[obj.argsort(*(), **{})-True]
xarray.tests.test_sparse ‑ test_variable_method[obj.cumprod(*(), **{})-True]
xarray.tests.test_sparse ‑ test_variable_method[obj.cumsum(*(), **{})-True]
xarray.tests.test_sparse ‑ test_variable_method[obj.item(*((1, 1),), **{})-False]
xarray.tests.test_sparse ‑ test_variable_method[obj.median(*(), **{})-False]
xarray.tests.test_sparse ‑ test_variable_method[obj.no_conflicts(*(), **{'other': <xarray.Variable (x: 10, y: 5)> Size: 120B\n<COO: shape=(10, 5), dtype=float64, nnz=5, fill_value=0.0>})-True]
xarray.tests.test_sparse ‑ test_variable_method[obj.pad(*(), **{'mode': 'constant', 'pad_widths': {'x': (1, 1)}, 'fill_value': 5})-True]
xarray.tests.test_sparse ‑ test_variable_method[obj.quantile(*(), **{'q': 0.5})-True]
xarray.tests.test_sparse ‑ test_variable_method[obj.rank(*(), **{'dim': 'x'})-False]
xarray.tests.test_sparse ‑ test_variable_method[obj.rolling_window(*(), **{'dim': 'x', 'window': 2, 'window_dim': 'x_win'})-True]
xarray.tests.test_sparse ‑ test_variable_method[obj.shift(*(), **{'x': 2})-True]
xarray.tests.test_sparse ‑ test_variable_method[obj.std(*(), **{})-False]
xarray.tests.test_sparse ‑ test_variable_method[obj.var(*(), **{})-False]
xarray.tests.test_sparse ‑ test_variable_property[values]
xarray.tests.test_sparse.TestSparseDataArrayAndDataset ‑ test_align_2d
xarray.tests.test_sparse.TestSparseDataArrayAndDataset ‑ test_dot
xarray.tests.test_sparse.TestSparseDataArrayAndDataset ‑ test_groupby
xarray.tests.test_sparse.TestSparseDataArrayAndDataset ‑ test_groupby_bins
xarray.tests.test_sparse.TestSparseDataArrayAndDataset ‑ test_groupby_first
xarray.tests.test_sparse.TestSparseDataArrayAndDataset ‑ test_merge
xarray.tests.test_sparse.TestSparseDataArrayAndDataset ‑ test_reindex
xarray.tests.test_sparse.TestSparseDataArrayAndDataset ‑ test_resample
xarray.tests.test_sparse.TestSparseDataArrayAndDataset ‑ test_rolling
xarray.tests.test_sparse.TestSparseDataArrayAndDataset ‑ test_rolling_exp
xarray.tests.test_sparse.TestSparseDataArrayAndDataset ‑ test_where
xarray.tests.test_strategies
xarray.tests.test_ufuncs.TestXarrayUfuncs ‑ test_ufunc_duck_dask_no_array_ufunc
xarray.tests.test_units
xarray.tests.test_units ‑ test_align_dataarray[float64-10-coords-compatible_unit]
xarray.tests.test_units ‑ test_align_dataarray[float64-10-coords-dimensionless]
xarray.tests.test_units ‑ test_align_dataarray[float64-10-coords-identical_unit]
xarray.tests.test_units ‑ test_align_dataarray[float64-10-coords-incompatible_unit]
xarray.tests.test_units ‑ test_align_dataarray[float64-10-coords-no_unit]
xarray.tests.test_units ‑ test_align_dataarray[float64-10-dims-compatible_unit]
xarray.tests.test_units ‑ test_align_dataarray[float64-10-dims-dimensionless]
xarray.tests.test_units ‑ test_align_dataarray[float64-10-dims-identical_unit]
xarray.tests.test_units ‑ test_align_dataarray[float64-10-dims-incompatible_unit]
xarray.tests.test_units ‑ test_align_dataarray[float64-10-dims-no_unit]
xarray.tests.test_units ‑ test_align_dataarray[float64-value1-coords-compatible_unit]
xarray.tests.test_units ‑ test_align_dataarray[float64-value1-coords-dimensionless]
xarray.tests.test_units ‑ test_align_dataarray[float64-value1-coords-identical_unit]
xarray.tests.test_units ‑ test_align_dataarray[float64-value1-coords-incompatible_unit]
xarray.tests.test_units ‑ test_align_dataarray[float64-value1-dims-compatible_unit]
xarray.tests.test_units ‑ test_align_dataarray[float64-value1-dims-dimensionless]
xarray.tests.test_units ‑ test_align_dataarray[float64-value1-dims-identical_unit]
xarray.tests.test_units ‑ test_align_dataarray[float64-value1-dims-incompatible_unit]
xarray.tests.test_units ‑ test_align_dataarray[float64-value1-dims-no_unit]
xarray.tests.test_units ‑ test_align_dataarray[int64-10-coords-compatible_unit]
xarray.tests.test_units ‑ test_align_dataarray[int64-10-coords-dimensionless]
xarray.tests.test_units ‑ test_align_dataarray[int64-10-coords-identical_unit]
xarray.tests.test_units ‑ test_align_dataarray[int64-10-coords-incompatible_unit]
xarray.tests.test_units ‑ test_align_dataarray[int64-10-coords-no_unit]
xarray.tests.test_units ‑ test_align_dataarray[int64-10-dims-compatible_unit]
xarray.tests.test_units ‑ test_align_dataarray[int64-10-dims-dimensionless]
xarray.tests.test_units ‑ test_align_dataarray[int64-10-dims-identical_unit]
xarray.tests.test_units ‑ test_align_dataarray[int64-10-dims-incompatible_unit]
xarray.tests.test_units ‑ test_align_dataarray[int64-10-dims-no_unit]
xarray.tests.test_units ‑ test_align_dataarray[int64-value1-coords-compatible_unit]
xarray.tests.test_units ‑ test_align_dataarray[int64-value1-coords-dimensionless]
xarray.tests.test_units ‑ test_align_dataarray[int64-value1-coords-identical_unit]
xarray.tests.test_units ‑ test_align_dataarray[int64-value1-coords-incompatible_unit]
xarray.tests.test_units ‑ test_align_dataarray[int64-value1-dims-compatible_unit]
xarray.tests.test_units ‑ test_align_dataarray[int64-value1-dims-dimensionless]
xarray.tests.test_units ‑ test_align_dataarray[int64-value1-dims-identical_unit]
xarray.tests.test_units ‑ test_align_dataarray[int64-value1-dims-incompatible_unit]
xarray.tests.test_units ‑ test_align_dataarray[int64-value1-dims-no_unit]
xarray.tests.test_units ‑ test_align_dataset[float64-10-coords-compatible_unit]
xarray.tests.test_units ‑ test_align_dataset[float64-10-coords-dimensionless]
xarray.tests.test_units ‑ test_align_dataset[float64-10-coords-identical_unit]
xarray.tests.test_units ‑ test_align_dataset[float64-10-coords-incompatible_unit]
xarray.tests.test_units ‑ test_align_dataset[float64-10-coords-no_unit]
xarray.tests.test_units ‑ test_align_dataset[float64-10-dims-compatible_unit]
xarray.tests.test_units ‑ test_align_dataset[float64-10-dims-dimensionless]
xarray.tests.test_units ‑ test_align_dataset[float64-10-dims-identical_unit]
xarray.tests.test_units ‑ test_align_dataset[float64-10-dims-incompatible_unit]
xarray.tests.test_units ‑ test_align_dataset[float64-10-dims-no_unit]
xarray.tests.test_units ‑ test_align_dataset[float64-value1-coords-compatible_unit]
xarray.tests.test_units ‑ test_align_dataset[float64-value1-coords-dimensionless]
xarray.tests.test_units ‑ test_align_dataset[float64-value1-coords-identical_unit]
xarray.tests.test_units ‑ test_align_dataset[float64-value1-coords-incompatible_unit]
xarray.tests.test_units ‑ test_align_dataset[float64-value1-dims-compatible_unit]
xarray.tests.test_units ‑ test_align_dataset[float64-value1-dims-dimensionless]
xarray.tests.test_units ‑ test_align_dataset[float64-value1-dims-identical_unit]
xarray.tests.test_units ‑ test_align_dataset[float64-value1-dims-incompatible_unit]
xarray.tests.test_units ‑ test_align_dataset[float64-value1-dims-no_unit]
xarray.tests.test_units ‑ test_align_dataset[int64-10-coords-compatible_unit]
xarray.tests.test_units ‑ test_align_dataset[int64-10-coords-dimensionless]
xarray.tests.test_units ‑ test_align_dataset[int64-10-coords-identical_unit]
xarray.tests.test_units ‑ test_align_dataset[int64-10-coords-incompatible_unit]
xarray.tests.test_units ‑ test_align_dataset[int64-10-coords-no_unit]
xarray.tests.test_units ‑ test_align_dataset[int64-10-dims-compatible_unit]
xarray.tests.test_units ‑ test_align_dataset[int64-10-dims-dimensionless]
xarray.tests.test_units ‑ test_align_dataset[int64-10-dims-identical_unit]
xarray.tests.test_units ‑ test_align_dataset[int64-10-dims-incompatible_unit]
xarray.tests.test_units ‑ test_align_dataset[int64-10-dims-no_unit]
xarray.tests.test_units ‑ test_align_dataset[int64-value1-coords-compatible_unit]
xarray.tests.test_units ‑ test_align_dataset[int64-value1-coords-dimensionless]
xarray.tests.test_units ‑ test_align_dataset[int64-value1-coords-identical_unit]
xarray.tests.test_units ‑ test_align_dataset[int64-value1-coords-incompatible_unit]
xarray.tests.test_units ‑ test_align_dataset[int64-value1-dims-compatible_unit]
xarray.tests.test_units ‑ test_align_dataset[int64-value1-dims-dimensionless]
xarray.tests.test_units ‑ test_align_dataset[int64-value1-dims-identical_unit]
xarray.tests.test_units ‑ test_align_dataset[int64-value1-dims-incompatible_unit]
xarray.tests.test_units ‑ test_align_dataset[int64-value1-dims-no_unit]
xarray.tests.test_units ‑ test_apply_ufunc_dataarray[float64-dims]
xarray.tests.test_units ‑ test_apply_ufunc_dataarray[int64-dims]
xarray.tests.test_units ‑ test_apply_ufunc_dataset[float64-dims]
xarray.tests.test_units ‑ test_apply_ufunc_dataset[int64-dims]
xarray.tests.test_units ‑ test_combine_by_coords[float64-dims-compatible_unit]
xarray.tests.test_units ‑ test_combine_by_coords[float64-dims-dimensionless]
xarray.tests.test_units ‑ test_combine_by_coords[float64-dims-identical_unit]
xarray.tests.test_units ‑ test_combine_by_coords[float64-dims-incompatible_unit]
xarray.tests.test_units ‑ test_combine_by_coords[float64-dims-no_unit]
xarray.tests.test_units ‑ test_combine_by_coords[int64-dims-compatible_unit]
xarray.tests.test_units ‑ test_combine_by_coords[int64-dims-dimensionless]
xarray.tests.test_units ‑ test_combine_by_coords[int64-dims-identical_unit]
xarray.tests.test_units ‑ test_combine_by_coords[int64-dims-incompatible_unit]
xarray.tests.test_units ‑ test_combine_by_coords[int64-dims-no_unit]
xarray.tests.test_units ‑ test_combine_nested[float64-dims-compatible_unit]
xarray.tests.test_units ‑ test_combine_nested[float64-dims-dimensionless]
xarray.tests.test_units ‑ test_combine_nested[float64-dims-identical_unit]
xarray.tests.test_units ‑ test_combine_nested[float64-dims-incompatible_unit]
xarray.tests.test_units ‑ test_combine_nested[float64-dims-no_unit]
xarray.tests.test_units ‑ test_combine_nested[int64-dims-compatible_unit]
xarray.tests.test_units ‑ test_combine_nested[int64-dims-dimensionless]
xarray.tests.test_units ‑ test_combine_nested[int64-dims-identical_unit]
xarray.tests.test_units ‑ test_combine_nested[int64-dims-incompatible_unit]
xarray.tests.test_units ‑ test_combine_nested[int64-dims-no_unit]
xarray.tests.test_units ‑ test_concat_dataarray[float64-dims-compatible_unit]
xarray.tests.test_units ‑ test_concat_dataarray[float64-dims-dimensionless]
xarray.tests.test_units ‑ test_concat_dataarray[float64-dims-identical_unit]
xarray.tests.test_units ‑ test_concat_dataarray[float64-dims-incompatible_unit]
xarray.tests.test_units ‑ test_concat_dataarray[float64-dims-no_unit]
xarray.tests.test_units ‑ test_concat_dataarray[int64-dims-compatible_unit]
xarray.tests.test_units ‑ test_concat_dataarray[int64-dims-dimensionless]
xarray.tests.test_units ‑ test_concat_dataarray[int64-dims-identical_unit]
xarray.tests.test_units ‑ test_concat_dataarray[int64-dims-incompatible_unit]
xarray.tests.test_units ‑ test_concat_dataarray[int64-dims-no_unit]
xarray.tests.test_units ‑ test_concat_dataset[float64-dims-compatible_unit]
xarray.tests.test_units ‑ test_concat_dataset[float64-dims-dimensionless]
xarray.tests.test_units ‑ test_concat_dataset[float64-dims-identical_unit]
xarray.tests.test_units ‑ test_concat_dataset[float64-dims-incompatible_unit]
xarray.tests.test_units ‑ test_concat_dataset[float64-dims-no_unit]
xarray.tests.test_units ‑ test_concat_dataset[int64-dims-compatible_unit]
xarray.tests.test_units ‑ test_concat_dataset[int64-dims-dimensionless]
xarray.tests.test_units ‑ test_concat_dataset[int64-dims-identical_unit]
xarray.tests.test_units ‑ test_concat_dataset[int64-dims-incompatible_unit]
xarray.tests.test_units ‑ test_concat_dataset[int64-dims-no_unit]
xarray.tests.test_units ‑ test_merge_dataarray[float64-dims-compatible_unit]
xarray.tests.test_units ‑ test_merge_dataarray[float64-dims-dimensionless]
xarray.tests.test_units ‑ test_merge_dataarray[float64-dims-identical_unit]
xarray.tests.test_units ‑ test_merge_dataarray[float64-dims-incompatible_unit]
xarray.tests.test_units ‑ test_merge_dataarray[float64-dims-no_unit]
xarray.tests.test_units ‑ test_merge_dataarray[int64-dims-compatible_unit]
xarray.tests.test_units ‑ test_merge_dataarray[int64-dims-dimensionless]
xarray.tests.test_units ‑ test_merge_dataarray[int64-dims-identical_unit]
xarray.tests.test_units ‑ test_merge_dataarray[int64-dims-incompatible_unit]
xarray.tests.test_units ‑ test_merge_dataarray[int64-dims-no_unit]
xarray.tests.test_units ‑ test_merge_dataset[float64-dims-compatible_unit]
xarray.tests.test_units ‑ test_merge_dataset[float64-dims-dimensionless]
xarray.tests.test_units ‑ test_merge_dataset[float64-dims-identical_unit]
xarray.tests.test_units ‑ test_merge_dataset[float64-dims-incompatible_unit]
xarray.tests.test_units ‑ test_merge_dataset[float64-dims-no_unit]
xarray.tests.test_units ‑ test_merge_dataset[int64-dims-compatible_unit]
xarray.tests.test_units ‑ test_merge_dataset[int64-dims-dimensionless]
xarray.tests.test_units ‑ test_merge_dataset[int64-dims-identical_unit]
xarray.tests.test_units ‑ test_merge_dataset[int64-dims-incompatible_unit]
xarray.tests.test_units ‑ test_merge_dataset[int64-dims-no_unit]
xarray.tests.test_units ‑ test_replication_dataarray[float64-ones_like-dims]
xarray.tests.test_units ‑ test_replication_dataarray[float64-zeros_like-dims]
xarray.tests.test_units ‑ test_replication_dataarray[int64-ones_like-dims]
xarray.tests.test_units ‑ test_replication_dataarray[int64-zeros_like-dims]
xarray.tests.test_units ‑ test_replication_dataset[float64-ones_like-dims]
xarray.tests.test_units ‑ test_replication_dataset[float64-zeros_like-dims]
xarray.tests.test_units ‑ test_replication_dataset[int64-ones_like-dims]
xarray.tests.test_units ‑ test_replication_dataset[int64-zeros_like-dims]
xarray.tests.test_units ‑ test_replication_full_like_dataarray[float64-coords]
xarray.tests.test_units ‑ test_replication_full_like_dataarray[float64-dims]
xarray.tests.test_units ‑ test_replication_full_like_dataarray[int64-coords]
xarray.tests.test_units ‑ test_replication_full_like_dataarray[int64-dims]
xarray.tests.test_units ‑ test_replication_full_like_dataset[float64-coords]
xarray.tests.test_units ‑ test_replication_full_like_dataset[float64-dims]
xarray.tests.test_units ‑ test_replication_full_like_dataset[int64-coords]
xarray.tests.test_units ‑ test_replication_full_like_dataset[int64-dims]
xarray.tests.test_units.TestDataArray ‑ test_aggregation[float64-function_argmax]
xarray.tests.test_units.TestDataArray ‑ test_aggregation[float64-function_argmin]
xarray.tests.test_units.TestDataArray ‑ test_aggregation[float64-function_median]
xarray.tests.test_units.TestDataArray ‑ test_aggregation[int64-function_argmax]
xarray.tests.test_units.TestDataArray ‑ test_aggregation[int64-function_argmin]
xarray.tests.test_units.TestDataArray ‑ test_aggregation[int64-function_median]
xarray.tests.test_units.TestDataArray ‑ test_bivariate_ufunc[float64-compatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_bivariate_ufunc[int64-compatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_broadcast_like[float64-dims-compatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_broadcast_like[float64-dims-dimensionless]
xarray.tests.test_units.TestDataArray ‑ test_broadcast_like[float64-dims-identical_unit]
xarray.tests.test_units.TestDataArray ‑ test_broadcast_like[float64-dims-incompatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_broadcast_like[float64-dims-no_unit]
xarray.tests.test_units.TestDataArray ‑ test_broadcast_like[int64-dims-compatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_broadcast_like[int64-dims-dimensionless]
xarray.tests.test_units.TestDataArray ‑ test_broadcast_like[int64-dims-identical_unit]
xarray.tests.test_units.TestDataArray ‑ test_broadcast_like[int64-dims-incompatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_broadcast_like[int64-dims-no_unit]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[float64-method_equals-dims-compatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[float64-method_equals-dims-dimensionless]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[float64-method_equals-dims-identical_unit]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[float64-method_equals-dims-incompatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[float64-method_equals-dims-no_unit]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[float64-method_identical-coords-compatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[float64-method_identical-coords-dimensionless]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[float64-method_identical-coords-identical_unit]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[float64-method_identical-coords-incompatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[float64-method_identical-coords-no_unit]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[float64-method_identical-data-compatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[float64-method_identical-data-dimensionless]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[float64-method_identical-data-identical_unit]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[float64-method_identical-data-incompatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[float64-method_identical-data-no_unit]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[float64-method_identical-dims-compatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[float64-method_identical-dims-dimensionless]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[float64-method_identical-dims-identical_unit]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[float64-method_identical-dims-incompatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[float64-method_identical-dims-no_unit]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[int64-method_equals-dims-compatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[int64-method_equals-dims-dimensionless]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[int64-method_equals-dims-identical_unit]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[int64-method_equals-dims-incompatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[int64-method_equals-dims-no_unit]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[int64-method_identical-coords-compatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[int64-method_identical-coords-dimensionless]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[int64-method_identical-coords-identical_unit]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[int64-method_identical-coords-incompatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[int64-method_identical-coords-no_unit]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[int64-method_identical-data-compatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[int64-method_identical-data-dimensionless]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[int64-method_identical-data-identical_unit]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[int64-method_identical-data-incompatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[int64-method_identical-data-no_unit]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[int64-method_identical-dims-compatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[int64-method_identical-dims-dimensionless]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[int64-method_identical-dims-identical_unit]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[int64-method_identical-dims-incompatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_comparisons[int64-method_identical-dims-no_unit]
xarray.tests.test_units.TestDataArray ‑ test_computation[float64-method_diff-dims-None]
xarray.tests.test_units.TestDataArray ‑ test_computation[float64-method_diff-dims-numbagg]
xarray.tests.test_units.TestDataArray ‑ test_computation[float64-method_dot-dims-None]
xarray.tests.test_units.TestDataArray ‑ test_computation[float64-method_dot-dims-numbagg]
xarray.tests.test_units.TestDataArray ‑ test_computation[float64-method_quantile-dims-None]
xarray.tests.test_units.TestDataArray ‑ test_computation[float64-method_quantile-dims-numbagg]
xarray.tests.test_units.TestDataArray ‑ test_computation[float64-method_reduce-dims-None]
xarray.tests.test_units.TestDataArray ‑ test_computation[float64-method_reduce-dims-numbagg]
xarray.tests.test_units.TestDataArray ‑ test_computation[int64-method_diff-dims-None]
xarray.tests.test_units.TestDataArray ‑ test_computation[int64-method_diff-dims-numbagg]
xarray.tests.test_units.TestDataArray ‑ test_computation[int64-method_dot-dims-None]
xarray.tests.test_units.TestDataArray ‑ test_computation[int64-method_dot-dims-numbagg]
xarray.tests.test_units.TestDataArray ‑ test_computation[int64-method_quantile-dims-None]
xarray.tests.test_units.TestDataArray ‑ test_computation[int64-method_quantile-dims-numbagg]
xarray.tests.test_units.TestDataArray ‑ test_computation[int64-method_reduce-dims-None]
xarray.tests.test_units.TestDataArray ‑ test_computation[int64-method_reduce-dims-numbagg]
xarray.tests.test_units.TestDataArray ‑ test_computation_objects[float64-method_coarsen-dims]
xarray.tests.test_units.TestDataArray ‑ test_computation_objects[float64-method_groupby-dims]
xarray.tests.test_units.TestDataArray ‑ test_computation_objects[float64-method_groupby_bins-dims]
xarray.tests.test_units.TestDataArray ‑ test_computation_objects[float64-method_rolling-data]
xarray.tests.test_units.TestDataArray ‑ test_computation_objects[float64-method_rolling-dims]
xarray.tests.test_units.TestDataArray ‑ test_computation_objects[float64-method_rolling_exp-data]
xarray.tests.test_units.TestDataArray ‑ test_computation_objects[float64-method_rolling_exp-dims]
xarray.tests.test_units.TestDataArray ‑ test_computation_objects[float64-method_weighted-dims]
xarray.tests.test_units.TestDataArray ‑ test_computation_objects[int64-method_coarsen-dims]
xarray.tests.test_units.TestDataArray ‑ test_computation_objects[int64-method_groupby-dims]
xarray.tests.test_units.TestDataArray ‑ test_computation_objects[int64-method_groupby_bins-dims]
xarray.tests.test_units.TestDataArray ‑ test_computation_objects[int64-method_rolling-data]
xarray.tests.test_units.TestDataArray ‑ test_computation_objects[int64-method_rolling-dims]
xarray.tests.test_units.TestDataArray ‑ test_computation_objects[int64-method_rolling_exp-data]
xarray.tests.test_units.TestDataArray ‑ test_computation_objects[int64-method_rolling_exp-dims]
xarray.tests.test_units.TestDataArray ‑ test_computation_objects[int64-method_weighted-dims]
xarray.tests.test_units.TestDataArray ‑ test_content_manipulation[float64-method_assign_attrs-dims]
xarray.tests.test_units.TestDataArray ‑ test_content_manipulation[float64-method_assign_coords-dims]
xarray.tests.test_units.TestDataArray ‑ test_content_manipulation[float64-method_astype-dims]
xarray.tests.test_units.TestDataArray ‑ test_content_manipulation[float64-method_copy-dims]
xarray.tests.test_units.TestDataArray ‑ test_content_manipulation[float64-method_drop_vars-dims]
xarray.tests.test_units.TestDataArray ‑ test_content_manipulation[float64-method_expand_dims-coords]
xarray.tests.test_units.TestDataArray ‑ test_content_manipulation[float64-method_expand_dims-data]
xarray.tests.test_units.TestDataArray ‑ test_content_manipulation[float64-method_expand_dims-dims]
xarray.tests.test_units.TestDataArray ‑ test_content_manipulation[float64-method_pipe-dims]
xarray.tests.test_units.TestDataArray ‑ test_content_manipulation[float64-method_rename-dims]
xarray.tests.test_units.TestDataArray ‑ test_content_manipulation[float64-method_reset_coords-dims]
xarray.tests.test_units.TestDataArray ‑ test_content_manipulation[float64-method_swap_dims-coords]
xarray.tests.test_units.TestDataArray ‑ test_content_manipulation[float64-method_swap_dims-data]
xarray.tests.test_units.TestDataArray ‑ test_content_manipulation[float64-method_swap_dims-dims]
xarray.tests.test_units.TestDataArray ‑ test_content_manipulation[int64-method_assign_attrs-dims]
xarray.tests.test_units.TestDataArray ‑ test_content_manipulation[int64-method_assign_coords-dims]
xarray.tests.test_units.TestDataArray ‑ test_content_manipulation[int64-method_astype-dims]
xarray.tests.test_units.TestDataArray ‑ test_content_manipulation[int64-method_copy-dims]
xarray.tests.test_units.TestDataArray ‑ test_content_manipulation[int64-method_drop_vars-dims]
xarray.tests.test_units.TestDataArray ‑ test_content_manipulation[int64-method_expand_dims-coords]
xarray.tests.test_units.TestDataArray ‑ test_content_manipulation[int64-method_expand_dims-data]
xarray.tests.test_units.TestDataArray ‑ test_content_manipulation[int64-method_expand_dims-dims]
xarray.tests.test_units.TestDataArray ‑ test_content_manipulation[int64-method_pipe-dims]
xarray.tests.test_units.TestDataArray ‑ test_content_manipulation[int64-method_rename-dims]
xarray.tests.test_units.TestDataArray ‑ test_content_manipulation[int64-method_reset_coords-dims]
xarray.tests.test_units.TestDataArray ‑ test_content_manipulation[int64-method_swap_dims-coords]
xarray.tests.test_units.TestDataArray ‑ test_content_manipulation[int64-method_swap_dims-data]
xarray.tests.test_units.TestDataArray ‑ test_content_manipulation[int64-method_swap_dims-dims]
xarray.tests.test_units.TestDataArray ‑ test_differentiate_integrate[float64-method_cumulative_integrate-dims]
xarray.tests.test_units.TestDataArray ‑ test_differentiate_integrate[float64-method_differentiate-dims]
xarray.tests.test_units.TestDataArray ‑ test_differentiate_integrate[float64-method_integrate-dims]
xarray.tests.test_units.TestDataArray ‑ test_differentiate_integrate[int64-method_cumulative_integrate-dims]
xarray.tests.test_units.TestDataArray ‑ test_differentiate_integrate[int64-method_differentiate-dims]
xarray.tests.test_units.TestDataArray ‑ test_differentiate_integrate[int64-method_integrate-dims]
xarray.tests.test_units.TestDataArray ‑ test_drop_sel[float64-compatible_unit-array_of_values]
xarray.tests.test_units.TestDataArray ‑ test_drop_sel[float64-compatible_unit-list_of_values]
xarray.tests.test_units.TestDataArray ‑ test_drop_sel[float64-compatible_unit-single_value]
xarray.tests.test_units.TestDataArray ‑ test_drop_sel[float64-dimensionless-array_of_values]
xarray.tests.test_units.TestDataArray ‑ test_drop_sel[float64-dimensionless-list_of_values]
xarray.tests.test_units.TestDataArray ‑ test_drop_sel[float64-dimensionless-single_value]
xarray.tests.test_units.TestDataArray ‑ test_drop_sel[float64-identical_unit-array_of_values]
xarray.tests.test_units.TestDataArray ‑ test_drop_sel[float64-identical_unit-list_of_values]
xarray.tests.test_units.TestDataArray ‑ test_drop_sel[float64-identical_unit-single_value]
xarray.tests.test_units.TestDataArray ‑ test_drop_sel[float64-incompatible_unit-array_of_values]
xarray.tests.test_units.TestDataArray ‑ test_drop_sel[float64-incompatible_unit-list_of_values]
xarray.tests.test_units.TestDataArray ‑ test_drop_sel[float64-incompatible_unit-single_value]
xarray.tests.test_units.TestDataArray ‑ test_drop_sel[float64-no_units-array_of_values]
xarray.tests.test_units.TestDataArray ‑ test_drop_sel[float64-no_units-list_of_values]
xarray.tests.test_units.TestDataArray ‑ test_drop_sel[float64-no_units-single_value]
xarray.tests.test_units.TestDataArray ‑ test_drop_sel[int64-compatible_unit-array_of_values]
xarray.tests.test_units.TestDataArray ‑ test_drop_sel[int64-compatible_unit-list_of_values]
xarray.tests.test_units.TestDataArray ‑ test_drop_sel[int64-compatible_unit-single_value]
Check notice on line 0 in .github
github-actions / Test Results
2689 skipped tests found (test 2009 to 2684)
There are 2689 skipped tests, see "Raw output" for the list of skipped tests 2009 to 2684.
Raw output
xarray.tests.test_units.TestDataArray ‑ test_drop_sel[int64-dimensionless-array_of_values]
xarray.tests.test_units.TestDataArray ‑ test_drop_sel[int64-dimensionless-list_of_values]
xarray.tests.test_units.TestDataArray ‑ test_drop_sel[int64-dimensionless-single_value]
xarray.tests.test_units.TestDataArray ‑ test_drop_sel[int64-identical_unit-array_of_values]
xarray.tests.test_units.TestDataArray ‑ test_drop_sel[int64-identical_unit-list_of_values]
xarray.tests.test_units.TestDataArray ‑ test_drop_sel[int64-identical_unit-single_value]
xarray.tests.test_units.TestDataArray ‑ test_drop_sel[int64-incompatible_unit-array_of_values]
xarray.tests.test_units.TestDataArray ‑ test_drop_sel[int64-incompatible_unit-list_of_values]
xarray.tests.test_units.TestDataArray ‑ test_drop_sel[int64-incompatible_unit-single_value]
xarray.tests.test_units.TestDataArray ‑ test_drop_sel[int64-no_units-array_of_values]
xarray.tests.test_units.TestDataArray ‑ test_drop_sel[int64-no_units-list_of_values]
xarray.tests.test_units.TestDataArray ‑ test_drop_sel[int64-no_units-single_value]
xarray.tests.test_units.TestDataArray ‑ test_grouped_operations[float64-method_assign_coords-dims-None]
xarray.tests.test_units.TestDataArray ‑ test_grouped_operations[float64-method_assign_coords-dims-numbagg]
xarray.tests.test_units.TestDataArray ‑ test_grouped_operations[float64-method_first-dims-None]
xarray.tests.test_units.TestDataArray ‑ test_grouped_operations[float64-method_first-dims-numbagg]
xarray.tests.test_units.TestDataArray ‑ test_grouped_operations[float64-method_last-dims-None]
xarray.tests.test_units.TestDataArray ‑ test_grouped_operations[float64-method_last-dims-numbagg]
xarray.tests.test_units.TestDataArray ‑ test_grouped_operations[float64-method_quantile-dims-None]
xarray.tests.test_units.TestDataArray ‑ test_grouped_operations[float64-method_quantile-dims-numbagg]
xarray.tests.test_units.TestDataArray ‑ test_grouped_operations[int64-method_assign_coords-dims-None]
xarray.tests.test_units.TestDataArray ‑ test_grouped_operations[int64-method_assign_coords-dims-numbagg]
xarray.tests.test_units.TestDataArray ‑ test_grouped_operations[int64-method_first-dims-None]
xarray.tests.test_units.TestDataArray ‑ test_grouped_operations[int64-method_first-dims-numbagg]
xarray.tests.test_units.TestDataArray ‑ test_grouped_operations[int64-method_last-dims-None]
xarray.tests.test_units.TestDataArray ‑ test_grouped_operations[int64-method_last-dims-numbagg]
xarray.tests.test_units.TestDataArray ‑ test_grouped_operations[int64-method_quantile-dims-None]
xarray.tests.test_units.TestDataArray ‑ test_grouped_operations[int64-method_quantile-dims-numbagg]
xarray.tests.test_units.TestDataArray ‑ test_init[float64-with_dims]
xarray.tests.test_units.TestDataArray ‑ test_init[int64-with_dims]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex[float64-method_interp-coords]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex[float64-method_interp-data]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex[int64-method_interp-coords]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex[int64-method_interp-data]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_indexing[float64-method_interp-compatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_indexing[float64-method_interp-dimensionless]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_indexing[float64-method_interp-identical_unit]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_indexing[float64-method_interp-incompatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_indexing[float64-method_interp-no_unit]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_indexing[float64-method_reindex-compatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_indexing[float64-method_reindex-dimensionless]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_indexing[float64-method_reindex-identical_unit]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_indexing[float64-method_reindex-incompatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_indexing[float64-method_reindex-no_unit]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_indexing[int64-method_interp-compatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_indexing[int64-method_interp-dimensionless]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_indexing[int64-method_interp-identical_unit]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_indexing[int64-method_interp-incompatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_indexing[int64-method_interp-no_unit]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_indexing[int64-method_reindex-compatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_indexing[int64-method_reindex-dimensionless]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_indexing[int64-method_reindex-identical_unit]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_indexing[int64-method_reindex-incompatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_indexing[int64-method_reindex-no_unit]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_like[float64-method_interp_like-coords]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_like[float64-method_interp_like-data]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_like[int64-method_interp_like-coords]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_like[int64-method_interp_like-data]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_like_indexing[float64-method_interp_like-compatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_like_indexing[float64-method_interp_like-dimensionless]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_like_indexing[float64-method_interp_like-identical_unit]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_like_indexing[float64-method_interp_like-incompatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_like_indexing[float64-method_interp_like-no_unit]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_like_indexing[float64-method_reindex_like-compatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_like_indexing[float64-method_reindex_like-dimensionless]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_like_indexing[float64-method_reindex_like-identical_unit]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_like_indexing[float64-method_reindex_like-incompatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_like_indexing[float64-method_reindex_like-no_unit]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_like_indexing[int64-method_interp_like-compatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_like_indexing[int64-method_interp_like-dimensionless]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_like_indexing[int64-method_interp_like-identical_unit]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_like_indexing[int64-method_interp_like-incompatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_like_indexing[int64-method_interp_like-no_unit]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_like_indexing[int64-method_reindex_like-compatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_like_indexing[int64-method_reindex_like-dimensionless]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_like_indexing[int64-method_reindex_like-identical_unit]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_like_indexing[int64-method_reindex_like-incompatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_interp_reindex_like_indexing[int64-method_reindex_like-no_unit]
xarray.tests.test_units.TestDataArray ‑ test_interpolate_na
xarray.tests.test_units.TestDataArray ‑ test_loc[float64-compatible_unit-array_of_values]
xarray.tests.test_units.TestDataArray ‑ test_loc[float64-compatible_unit-list_of_values]
xarray.tests.test_units.TestDataArray ‑ test_loc[float64-compatible_unit-single_value]
xarray.tests.test_units.TestDataArray ‑ test_loc[float64-dimensionless-array_of_values]
xarray.tests.test_units.TestDataArray ‑ test_loc[float64-dimensionless-list_of_values]
xarray.tests.test_units.TestDataArray ‑ test_loc[float64-dimensionless-single_value]
xarray.tests.test_units.TestDataArray ‑ test_loc[float64-identical_unit-array_of_values]
xarray.tests.test_units.TestDataArray ‑ test_loc[float64-identical_unit-list_of_values]
xarray.tests.test_units.TestDataArray ‑ test_loc[float64-identical_unit-single_value]
xarray.tests.test_units.TestDataArray ‑ test_loc[float64-incompatible_unit-array_of_values]
xarray.tests.test_units.TestDataArray ‑ test_loc[float64-incompatible_unit-list_of_values]
xarray.tests.test_units.TestDataArray ‑ test_loc[float64-incompatible_unit-single_value]
xarray.tests.test_units.TestDataArray ‑ test_loc[float64-no_units-array_of_values]
xarray.tests.test_units.TestDataArray ‑ test_loc[float64-no_units-list_of_values]
xarray.tests.test_units.TestDataArray ‑ test_loc[float64-no_units-single_value]
xarray.tests.test_units.TestDataArray ‑ test_loc[int64-compatible_unit-array_of_values]
xarray.tests.test_units.TestDataArray ‑ test_loc[int64-compatible_unit-list_of_values]
xarray.tests.test_units.TestDataArray ‑ test_loc[int64-compatible_unit-single_value]
xarray.tests.test_units.TestDataArray ‑ test_loc[int64-dimensionless-array_of_values]
xarray.tests.test_units.TestDataArray ‑ test_loc[int64-dimensionless-list_of_values]
xarray.tests.test_units.TestDataArray ‑ test_loc[int64-dimensionless-single_value]
xarray.tests.test_units.TestDataArray ‑ test_loc[int64-identical_unit-array_of_values]
xarray.tests.test_units.TestDataArray ‑ test_loc[int64-identical_unit-list_of_values]
xarray.tests.test_units.TestDataArray ‑ test_loc[int64-identical_unit-single_value]
xarray.tests.test_units.TestDataArray ‑ test_loc[int64-incompatible_unit-array_of_values]
xarray.tests.test_units.TestDataArray ‑ test_loc[int64-incompatible_unit-list_of_values]
xarray.tests.test_units.TestDataArray ‑ test_loc[int64-incompatible_unit-single_value]
xarray.tests.test_units.TestDataArray ‑ test_loc[int64-no_units-array_of_values]
xarray.tests.test_units.TestDataArray ‑ test_loc[int64-no_units-list_of_values]
xarray.tests.test_units.TestDataArray ‑ test_loc[int64-no_units-single_value]
xarray.tests.test_units.TestDataArray ‑ test_missing_value_filling[float64-method_bfill]
xarray.tests.test_units.TestDataArray ‑ test_missing_value_filling[float64-method_ffill]
xarray.tests.test_units.TestDataArray ‑ test_missing_value_filling[int64-method_bfill]
xarray.tests.test_units.TestDataArray ‑ test_missing_value_filling[int64-method_ffill]
xarray.tests.test_units.TestDataArray ‑ test_numpy_methods_with_args[float64-compatible_unit-function_clip]
xarray.tests.test_units.TestDataArray ‑ test_numpy_methods_with_args[float64-dimensionless-function_clip]
xarray.tests.test_units.TestDataArray ‑ test_numpy_methods_with_args[float64-identical_unit-function_clip]
xarray.tests.test_units.TestDataArray ‑ test_numpy_methods_with_args[float64-incompatible_unit-function_clip]
xarray.tests.test_units.TestDataArray ‑ test_numpy_methods_with_args[float64-no_unit-function_clip]
xarray.tests.test_units.TestDataArray ‑ test_numpy_methods_with_args[int64-compatible_unit-function_clip]
xarray.tests.test_units.TestDataArray ‑ test_numpy_methods_with_args[int64-dimensionless-function_clip]
xarray.tests.test_units.TestDataArray ‑ test_numpy_methods_with_args[int64-identical_unit-function_clip]
xarray.tests.test_units.TestDataArray ‑ test_numpy_methods_with_args[int64-incompatible_unit-function_clip]
xarray.tests.test_units.TestDataArray ‑ test_numpy_methods_with_args[int64-no_unit-function_clip]
xarray.tests.test_units.TestDataArray ‑ test_repr[float64-with_dims-repr]
xarray.tests.test_units.TestDataArray ‑ test_repr[float64-with_dims-str]
xarray.tests.test_units.TestDataArray ‑ test_repr[int64-with_dims-repr]
xarray.tests.test_units.TestDataArray ‑ test_repr[int64-with_dims-str]
xarray.tests.test_units.TestDataArray ‑ test_searchsorted[float64-function_searchsorted-compatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_searchsorted[float64-function_searchsorted-dimensionless]
xarray.tests.test_units.TestDataArray ‑ test_searchsorted[float64-function_searchsorted-identical_unit]
xarray.tests.test_units.TestDataArray ‑ test_searchsorted[float64-function_searchsorted-incompatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_searchsorted[float64-function_searchsorted-no_unit]
xarray.tests.test_units.TestDataArray ‑ test_searchsorted[int64-function_searchsorted-compatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_searchsorted[int64-function_searchsorted-dimensionless]
xarray.tests.test_units.TestDataArray ‑ test_searchsorted[int64-function_searchsorted-identical_unit]
xarray.tests.test_units.TestDataArray ‑ test_searchsorted[int64-function_searchsorted-incompatible_unit]
xarray.tests.test_units.TestDataArray ‑ test_searchsorted[int64-function_searchsorted-no_unit]
xarray.tests.test_units.TestDataArray ‑ test_sel[float64-compatible_unit-array_of_values]
xarray.tests.test_units.TestDataArray ‑ test_sel[float64-compatible_unit-list_of_values]
xarray.tests.test_units.TestDataArray ‑ test_sel[float64-compatible_unit-single_value]
xarray.tests.test_units.TestDataArray ‑ test_sel[float64-dimensionless-array_of_values]
xarray.tests.test_units.TestDataArray ‑ test_sel[float64-dimensionless-list_of_values]
xarray.tests.test_units.TestDataArray ‑ test_sel[float64-dimensionless-single_value]
xarray.tests.test_units.TestDataArray ‑ test_sel[float64-identical_unit-array_of_values]
xarray.tests.test_units.TestDataArray ‑ test_sel[float64-identical_unit-list_of_values]
xarray.tests.test_units.TestDataArray ‑ test_sel[float64-identical_unit-single_value]
xarray.tests.test_units.TestDataArray ‑ test_sel[float64-incompatible_unit-array_of_values]
xarray.tests.test_units.TestDataArray ‑ test_sel[float64-incompatible_unit-list_of_values]
xarray.tests.test_units.TestDataArray ‑ test_sel[float64-incompatible_unit-single_value]
xarray.tests.test_units.TestDataArray ‑ test_sel[float64-no_units-array_of_values]
xarray.tests.test_units.TestDataArray ‑ test_sel[float64-no_units-list_of_values]
xarray.tests.test_units.TestDataArray ‑ test_sel[float64-no_units-single_value]
xarray.tests.test_units.TestDataArray ‑ test_sel[int64-compatible_unit-array_of_values]
xarray.tests.test_units.TestDataArray ‑ test_sel[int64-compatible_unit-list_of_values]
xarray.tests.test_units.TestDataArray ‑ test_sel[int64-compatible_unit-single_value]
xarray.tests.test_units.TestDataArray ‑ test_sel[int64-dimensionless-array_of_values]
xarray.tests.test_units.TestDataArray ‑ test_sel[int64-dimensionless-list_of_values]
xarray.tests.test_units.TestDataArray ‑ test_sel[int64-dimensionless-single_value]
xarray.tests.test_units.TestDataArray ‑ test_sel[int64-identical_unit-array_of_values]
xarray.tests.test_units.TestDataArray ‑ test_sel[int64-identical_unit-list_of_values]
xarray.tests.test_units.TestDataArray ‑ test_sel[int64-identical_unit-single_value]
xarray.tests.test_units.TestDataArray ‑ test_sel[int64-incompatible_unit-array_of_values]
xarray.tests.test_units.TestDataArray ‑ test_sel[int64-incompatible_unit-list_of_values]
xarray.tests.test_units.TestDataArray ‑ test_sel[int64-incompatible_unit-single_value]
xarray.tests.test_units.TestDataArray ‑ test_sel[int64-no_units-array_of_values]
xarray.tests.test_units.TestDataArray ‑ test_sel[int64-no_units-list_of_values]
xarray.tests.test_units.TestDataArray ‑ test_sel[int64-no_units-single_value]
xarray.tests.test_units.TestDataArray ‑ test_stacking_reordering[float64-method_rank]
xarray.tests.test_units.TestDataArray ‑ test_stacking_reordering[int64-method_rank]
xarray.tests.test_units.TestDataArray ‑ test_to_unstacked_dataset[float64]
xarray.tests.test_units.TestDataArray ‑ test_to_unstacked_dataset[int64]
xarray.tests.test_units.TestDataset ‑ test_broadcast_like[float64-dims-compatible_unit]
xarray.tests.test_units.TestDataset ‑ test_broadcast_like[float64-dims-dimensionless]
xarray.tests.test_units.TestDataset ‑ test_broadcast_like[float64-dims-identical_unit]
xarray.tests.test_units.TestDataset ‑ test_broadcast_like[float64-dims-incompatible_unit]
xarray.tests.test_units.TestDataset ‑ test_broadcast_like[float64-dims-no_unit]
xarray.tests.test_units.TestDataset ‑ test_broadcast_like[int64-dims-compatible_unit]
xarray.tests.test_units.TestDataset ‑ test_broadcast_like[int64-dims-dimensionless]
xarray.tests.test_units.TestDataset ‑ test_broadcast_like[int64-dims-identical_unit]
xarray.tests.test_units.TestDataset ‑ test_broadcast_like[int64-dims-incompatible_unit]
xarray.tests.test_units.TestDataset ‑ test_broadcast_like[int64-dims-no_unit]
xarray.tests.test_units.TestDataset ‑ test_combine_first[float64-dims-compatible_unit]
xarray.tests.test_units.TestDataset ‑ test_combine_first[float64-dims-dimensionless]
xarray.tests.test_units.TestDataset ‑ test_combine_first[float64-dims-incompatible_unit]
xarray.tests.test_units.TestDataset ‑ test_combine_first[float64-dims-no_unit]
xarray.tests.test_units.TestDataset ‑ test_combine_first[float64-dims-same_unit]
xarray.tests.test_units.TestDataset ‑ test_combine_first[int64-dims-compatible_unit]
xarray.tests.test_units.TestDataset ‑ test_combine_first[int64-dims-dimensionless]
xarray.tests.test_units.TestDataset ‑ test_combine_first[int64-dims-incompatible_unit]
xarray.tests.test_units.TestDataset ‑ test_combine_first[int64-dims-no_unit]
xarray.tests.test_units.TestDataset ‑ test_combine_first[int64-dims-same_unit]
xarray.tests.test_units.TestDataset ‑ test_comparisons[float64-method_equals-dims-compatible_unit]
xarray.tests.test_units.TestDataset ‑ test_comparisons[float64-method_equals-dims-dimensionless]
xarray.tests.test_units.TestDataset ‑ test_comparisons[float64-method_equals-dims-identical_unit]
xarray.tests.test_units.TestDataset ‑ test_comparisons[float64-method_equals-dims-incompatible_unit]
xarray.tests.test_units.TestDataset ‑ test_comparisons[float64-method_equals-dims-no_unit]
xarray.tests.test_units.TestDataset ‑ test_comparisons[float64-method_identical-coords-compatible_unit]
xarray.tests.test_units.TestDataset ‑ test_comparisons[float64-method_identical-coords-dimensionless]
xarray.tests.test_units.TestDataset ‑ test_comparisons[float64-method_identical-coords-identical_unit]
xarray.tests.test_units.TestDataset ‑ test_comparisons[float64-method_identical-coords-incompatible_unit]
xarray.tests.test_units.TestDataset ‑ test_comparisons[float64-method_identical-coords-no_unit]
xarray.tests.test_units.TestDataset ‑ test_comparisons[float64-method_identical-data-compatible_unit]
xarray.tests.test_units.TestDataset ‑ test_comparisons[float64-method_identical-data-dimensionless]
xarray.tests.test_units.TestDataset ‑ test_comparisons[float64-method_identical-data-identical_unit]
xarray.tests.test_units.TestDataset ‑ test_comparisons[float64-method_identical-data-incompatible_unit]
xarray.tests.test_units.TestDataset ‑ test_comparisons[float64-method_identical-data-no_unit]
xarray.tests.test_units.TestDataset ‑ test_comparisons[float64-method_identical-dims-compatible_unit]
xarray.tests.test_units.TestDataset ‑ test_comparisons[float64-method_identical-dims-dimensionless]
xarray.tests.test_units.TestDataset ‑ test_comparisons[float64-method_identical-dims-identical_unit]
xarray.tests.test_units.TestDataset ‑ test_comparisons[float64-method_identical-dims-incompatible_unit]
xarray.tests.test_units.TestDataset ‑ test_comparisons[float64-method_identical-dims-no_unit]
xarray.tests.test_units.TestDataset ‑ test_comparisons[int64-method_equals-dims-compatible_unit]
xarray.tests.test_units.TestDataset ‑ test_comparisons[int64-method_equals-dims-dimensionless]
xarray.tests.test_units.TestDataset ‑ test_comparisons[int64-method_equals-dims-identical_unit]
xarray.tests.test_units.TestDataset ‑ test_comparisons[int64-method_equals-dims-incompatible_unit]
xarray.tests.test_units.TestDataset ‑ test_comparisons[int64-method_equals-dims-no_unit]
xarray.tests.test_units.TestDataset ‑ test_comparisons[int64-method_identical-coords-compatible_unit]
xarray.tests.test_units.TestDataset ‑ test_comparisons[int64-method_identical-coords-dimensionless]
xarray.tests.test_units.TestDataset ‑ test_comparisons[int64-method_identical-coords-identical_unit]
xarray.tests.test_units.TestDataset ‑ test_comparisons[int64-method_identical-coords-incompatible_unit]
xarray.tests.test_units.TestDataset ‑ test_comparisons[int64-method_identical-coords-no_unit]
xarray.tests.test_units.TestDataset ‑ test_comparisons[int64-method_identical-data-compatible_unit]
xarray.tests.test_units.TestDataset ‑ test_comparisons[int64-method_identical-data-dimensionless]
xarray.tests.test_units.TestDataset ‑ test_comparisons[int64-method_identical-data-identical_unit]
xarray.tests.test_units.TestDataset ‑ test_comparisons[int64-method_identical-data-incompatible_unit]
xarray.tests.test_units.TestDataset ‑ test_comparisons[int64-method_identical-data-no_unit]
xarray.tests.test_units.TestDataset ‑ test_comparisons[int64-method_identical-dims-compatible_unit]
xarray.tests.test_units.TestDataset ‑ test_comparisons[int64-method_identical-dims-dimensionless]
xarray.tests.test_units.TestDataset ‑ test_comparisons[int64-method_identical-dims-identical_unit]
xarray.tests.test_units.TestDataset ‑ test_comparisons[int64-method_identical-dims-incompatible_unit]
xarray.tests.test_units.TestDataset ‑ test_comparisons[int64-method_identical-dims-no_unit]
xarray.tests.test_units.TestDataset ‑ test_computation[float64-dims-method_diff-None]
xarray.tests.test_units.TestDataset ‑ test_computation[float64-dims-method_diff-numbagg]
xarray.tests.test_units.TestDataset ‑ test_computation[float64-dims-method_differentiate-None]
xarray.tests.test_units.TestDataset ‑ test_computation[float64-dims-method_differentiate-numbagg]
xarray.tests.test_units.TestDataset ‑ test_computation[float64-dims-method_integrate-None]
xarray.tests.test_units.TestDataset ‑ test_computation[float64-dims-method_integrate-numbagg]
xarray.tests.test_units.TestDataset ‑ test_computation[float64-dims-method_map-None]
xarray.tests.test_units.TestDataset ‑ test_computation[float64-dims-method_map-numbagg]
xarray.tests.test_units.TestDataset ‑ test_computation[float64-dims-method_quantile-None]
xarray.tests.test_units.TestDataset ‑ test_computation[float64-dims-method_quantile-numbagg]
xarray.tests.test_units.TestDataset ‑ test_computation[float64-dims-method_reduce-None]
xarray.tests.test_units.TestDataset ‑ test_computation[float64-dims-method_reduce-numbagg]
xarray.tests.test_units.TestDataset ‑ test_computation[int64-dims-method_diff-None]
xarray.tests.test_units.TestDataset ‑ test_computation[int64-dims-method_diff-numbagg]
xarray.tests.test_units.TestDataset ‑ test_computation[int64-dims-method_differentiate-None]
xarray.tests.test_units.TestDataset ‑ test_computation[int64-dims-method_differentiate-numbagg]
xarray.tests.test_units.TestDataset ‑ test_computation[int64-dims-method_integrate-None]
xarray.tests.test_units.TestDataset ‑ test_computation[int64-dims-method_integrate-numbagg]
xarray.tests.test_units.TestDataset ‑ test_computation[int64-dims-method_map-None]
xarray.tests.test_units.TestDataset ‑ test_computation[int64-dims-method_map-numbagg]
xarray.tests.test_units.TestDataset ‑ test_computation[int64-dims-method_quantile-None]
xarray.tests.test_units.TestDataset ‑ test_computation[int64-dims-method_quantile-numbagg]
xarray.tests.test_units.TestDataset ‑ test_computation[int64-dims-method_reduce-None]
xarray.tests.test_units.TestDataset ‑ test_computation[int64-dims-method_reduce-numbagg]
xarray.tests.test_units.TestDataset ‑ test_computation_objects[float64-data-method_rolling]
xarray.tests.test_units.TestDataset ‑ test_computation_objects[float64-data-method_rolling_exp]
xarray.tests.test_units.TestDataset ‑ test_computation_objects[float64-dims-method_coarsen]
xarray.tests.test_units.TestDataset ‑ test_computation_objects[float64-dims-method_groupby]
xarray.tests.test_units.TestDataset ‑ test_computation_objects[float64-dims-method_groupby_bins]
xarray.tests.test_units.TestDataset ‑ test_computation_objects[float64-dims-method_rolling]
xarray.tests.test_units.TestDataset ‑ test_computation_objects[float64-dims-method_rolling_exp]
xarray.tests.test_units.TestDataset ‑ test_computation_objects[float64-dims-method_weighted]
xarray.tests.test_units.TestDataset ‑ test_computation_objects[int64-data-method_rolling]
xarray.tests.test_units.TestDataset ‑ test_computation_objects[int64-data-method_rolling_exp]
xarray.tests.test_units.TestDataset ‑ test_computation_objects[int64-dims-method_coarsen]
xarray.tests.test_units.TestDataset ‑ test_computation_objects[int64-dims-method_groupby]
xarray.tests.test_units.TestDataset ‑ test_computation_objects[int64-dims-method_groupby_bins]
xarray.tests.test_units.TestDataset ‑ test_computation_objects[int64-dims-method_rolling]
xarray.tests.test_units.TestDataset ‑ test_computation_objects[int64-dims-method_rolling_exp]
xarray.tests.test_units.TestDataset ‑ test_computation_objects[int64-dims-method_weighted]
xarray.tests.test_units.TestDataset ‑ test_content_manipulation[float64-coords-method_expand_dims]
xarray.tests.test_units.TestDataset ‑ test_content_manipulation[float64-data-method_expand_dims]
xarray.tests.test_units.TestDataset ‑ test_content_manipulation[float64-dims-method_assign]
xarray.tests.test_units.TestDataset ‑ test_content_manipulation[float64-dims-method_assign_attrs]
xarray.tests.test_units.TestDataset ‑ test_content_manipulation[float64-dims-method_assign_coords]
xarray.tests.test_units.TestDataset ‑ test_content_manipulation[float64-dims-method_copy]
xarray.tests.test_units.TestDataset ‑ test_content_manipulation[float64-dims-method_drop_dims]
xarray.tests.test_units.TestDataset ‑ test_content_manipulation[float64-dims-method_drop_vars]
xarray.tests.test_units.TestDataset ‑ test_content_manipulation[float64-dims-method_expand_dims]
xarray.tests.test_units.TestDataset ‑ test_content_manipulation[float64-dims-method_pipe]
xarray.tests.test_units.TestDataset ‑ test_content_manipulation[float64-dims-method_rename]
xarray.tests.test_units.TestDataset ‑ test_content_manipulation[float64-dims-method_rename_dims]
xarray.tests.test_units.TestDataset ‑ test_content_manipulation[float64-dims-method_rename_vars]
xarray.tests.test_units.TestDataset ‑ test_content_manipulation[float64-dims-method_reset_coords]
xarray.tests.test_units.TestDataset ‑ test_content_manipulation[float64-dims-method_set_coords]
xarray.tests.test_units.TestDataset ‑ test_content_manipulation[float64-dims-method_swap_dims]
xarray.tests.test_units.TestDataset ‑ test_content_manipulation[int64-coords-method_expand_dims]
xarray.tests.test_units.TestDataset ‑ test_content_manipulation[int64-data-method_expand_dims]
xarray.tests.test_units.TestDataset ‑ test_content_manipulation[int64-dims-method_assign]
xarray.tests.test_units.TestDataset ‑ test_content_manipulation[int64-dims-method_assign_attrs]
xarray.tests.test_units.TestDataset ‑ test_content_manipulation[int64-dims-method_assign_coords]
xarray.tests.test_units.TestDataset ‑ test_content_manipulation[int64-dims-method_copy]
xarray.tests.test_units.TestDataset ‑ test_content_manipulation[int64-dims-method_drop_dims]
xarray.tests.test_units.TestDataset ‑ test_content_manipulation[int64-dims-method_drop_vars]
xarray.tests.test_units.TestDataset ‑ test_content_manipulation[int64-dims-method_expand_dims]
xarray.tests.test_units.TestDataset ‑ test_content_manipulation[int64-dims-method_pipe]
xarray.tests.test_units.TestDataset ‑ test_content_manipulation[int64-dims-method_rename]
xarray.tests.test_units.TestDataset ‑ test_content_manipulation[int64-dims-method_rename_dims]
xarray.tests.test_units.TestDataset ‑ test_content_manipulation[int64-dims-method_rename_vars]
xarray.tests.test_units.TestDataset ‑ test_content_manipulation[int64-dims-method_reset_coords]
xarray.tests.test_units.TestDataset ‑ test_content_manipulation[int64-dims-method_set_coords]
xarray.tests.test_units.TestDataset ‑ test_content_manipulation[int64-dims-method_swap_dims]
xarray.tests.test_units.TestDataset ‑ test_drop_sel[float64-compatible_unit-array_of_values]
xarray.tests.test_units.TestDataset ‑ test_drop_sel[float64-compatible_unit-list_of_values]
xarray.tests.test_units.TestDataset ‑ test_drop_sel[float64-compatible_unit-single_value]
xarray.tests.test_units.TestDataset ‑ test_drop_sel[float64-dimensionless-array_of_values]
xarray.tests.test_units.TestDataset ‑ test_drop_sel[float64-dimensionless-list_of_values]
xarray.tests.test_units.TestDataset ‑ test_drop_sel[float64-dimensionless-single_value]
xarray.tests.test_units.TestDataset ‑ test_drop_sel[float64-identical_unit-array_of_values]
xarray.tests.test_units.TestDataset ‑ test_drop_sel[float64-identical_unit-list_of_values]
xarray.tests.test_units.TestDataset ‑ test_drop_sel[float64-identical_unit-single_value]
xarray.tests.test_units.TestDataset ‑ test_drop_sel[float64-incompatible_unit-array_of_values]
xarray.tests.test_units.TestDataset ‑ test_drop_sel[float64-incompatible_unit-list_of_values]
xarray.tests.test_units.TestDataset ‑ test_drop_sel[float64-incompatible_unit-single_value]
xarray.tests.test_units.TestDataset ‑ test_drop_sel[float64-no_units-array_of_values]
xarray.tests.test_units.TestDataset ‑ test_drop_sel[float64-no_units-list_of_values]
xarray.tests.test_units.TestDataset ‑ test_drop_sel[float64-no_units-single_value]
xarray.tests.test_units.TestDataset ‑ test_drop_sel[int64-compatible_unit-array_of_values]
xarray.tests.test_units.TestDataset ‑ test_drop_sel[int64-compatible_unit-list_of_values]
xarray.tests.test_units.TestDataset ‑ test_drop_sel[int64-compatible_unit-single_value]
xarray.tests.test_units.TestDataset ‑ test_drop_sel[int64-dimensionless-array_of_values]
xarray.tests.test_units.TestDataset ‑ test_drop_sel[int64-dimensionless-list_of_values]
xarray.tests.test_units.TestDataset ‑ test_drop_sel[int64-dimensionless-single_value]
xarray.tests.test_units.TestDataset ‑ test_drop_sel[int64-identical_unit-array_of_values]
xarray.tests.test_units.TestDataset ‑ test_drop_sel[int64-identical_unit-list_of_values]
xarray.tests.test_units.TestDataset ‑ test_drop_sel[int64-identical_unit-single_value]
xarray.tests.test_units.TestDataset ‑ test_drop_sel[int64-incompatible_unit-array_of_values]
xarray.tests.test_units.TestDataset ‑ test_drop_sel[int64-incompatible_unit-list_of_values]
xarray.tests.test_units.TestDataset ‑ test_drop_sel[int64-incompatible_unit-single_value]
xarray.tests.test_units.TestDataset ‑ test_drop_sel[int64-no_units-array_of_values]
xarray.tests.test_units.TestDataset ‑ test_drop_sel[int64-no_units-list_of_values]
xarray.tests.test_units.TestDataset ‑ test_drop_sel[int64-no_units-single_value]
xarray.tests.test_units.TestDataset ‑ test_grouped_operations[float64-dims-method_assign-None]
xarray.tests.test_units.TestDataset ‑ test_grouped_operations[float64-dims-method_assign-numbagg]
xarray.tests.test_units.TestDataset ‑ test_grouped_operations[float64-dims-method_assign_coords-None]
xarray.tests.test_units.TestDataset ‑ test_grouped_operations[float64-dims-method_assign_coords-numbagg]
xarray.tests.test_units.TestDataset ‑ test_grouped_operations[float64-dims-method_first-None]
xarray.tests.test_units.TestDataset ‑ test_grouped_operations[float64-dims-method_first-numbagg]
xarray.tests.test_units.TestDataset ‑ test_grouped_operations[float64-dims-method_last-None]
xarray.tests.test_units.TestDataset ‑ test_grouped_operations[float64-dims-method_last-numbagg]
xarray.tests.test_units.TestDataset ‑ test_grouped_operations[float64-dims-method_quantile-None]
xarray.tests.test_units.TestDataset ‑ test_grouped_operations[float64-dims-method_quantile-numbagg]
xarray.tests.test_units.TestDataset ‑ test_grouped_operations[int64-dims-method_assign-None]
xarray.tests.test_units.TestDataset ‑ test_grouped_operations[int64-dims-method_assign-numbagg]
xarray.tests.test_units.TestDataset ‑ test_grouped_operations[int64-dims-method_assign_coords-None]
xarray.tests.test_units.TestDataset ‑ test_grouped_operations[int64-dims-method_assign_coords-numbagg]
xarray.tests.test_units.TestDataset ‑ test_grouped_operations[int64-dims-method_first-None]
xarray.tests.test_units.TestDataset ‑ test_grouped_operations[int64-dims-method_first-numbagg]
xarray.tests.test_units.TestDataset ‑ test_grouped_operations[int64-dims-method_last-None]
xarray.tests.test_units.TestDataset ‑ test_grouped_operations[int64-dims-method_last-numbagg]
xarray.tests.test_units.TestDataset ‑ test_grouped_operations[int64-dims-method_quantile-None]
xarray.tests.test_units.TestDataset ‑ test_grouped_operations[int64-dims-method_quantile-numbagg]
xarray.tests.test_units.TestDataset ‑ test_head_tail_thin[float64-dims-method_head]
xarray.tests.test_units.TestDataset ‑ test_head_tail_thin[float64-dims-method_tail]
xarray.tests.test_units.TestDataset ‑ test_head_tail_thin[float64-dims-method_thin]
xarray.tests.test_units.TestDataset ‑ test_head_tail_thin[int64-dims-method_head]
xarray.tests.test_units.TestDataset ‑ test_head_tail_thin[int64-dims-method_tail]
xarray.tests.test_units.TestDataset ‑ test_head_tail_thin[int64-dims-method_thin]
xarray.tests.test_units.TestDataset ‑ test_init[float64-dims-compatible_unit]
xarray.tests.test_units.TestDataset ‑ test_init[float64-dims-dimensionless]
xarray.tests.test_units.TestDataset ‑ test_init[float64-dims-incompatible_unit]
xarray.tests.test_units.TestDataset ‑ test_init[float64-dims-no_unit]
xarray.tests.test_units.TestDataset ‑ test_init[float64-dims-same_unit]
xarray.tests.test_units.TestDataset ‑ test_init[int64-dims-compatible_unit]
xarray.tests.test_units.TestDataset ‑ test_init[int64-dims-dimensionless]
xarray.tests.test_units.TestDataset ‑ test_init[int64-dims-incompatible_unit]
xarray.tests.test_units.TestDataset ‑ test_init[int64-dims-no_unit]
xarray.tests.test_units.TestDataset ‑ test_init[int64-dims-same_unit]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex[float64-method_interp-coords]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex[float64-method_interp-data]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex[int64-method_interp-coords]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex[int64-method_interp-data]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_indexing[float64-method_interp-compatible_unit]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_indexing[float64-method_interp-dimensionless]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_indexing[float64-method_interp-identical_unit]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_indexing[float64-method_interp-incompatible_unit]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_indexing[float64-method_interp-no_unit]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_indexing[float64-method_reindex-compatible_unit]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_indexing[float64-method_reindex-dimensionless]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_indexing[float64-method_reindex-identical_unit]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_indexing[float64-method_reindex-incompatible_unit]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_indexing[float64-method_reindex-no_unit]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_indexing[int64-method_interp-compatible_unit]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_indexing[int64-method_interp-dimensionless]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_indexing[int64-method_interp-identical_unit]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_indexing[int64-method_interp-incompatible_unit]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_indexing[int64-method_interp-no_unit]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_indexing[int64-method_reindex-compatible_unit]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_indexing[int64-method_reindex-dimensionless]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_indexing[int64-method_reindex-identical_unit]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_indexing[int64-method_reindex-incompatible_unit]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_indexing[int64-method_reindex-no_unit]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_like[float64-method_interp_like-coords]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_like[float64-method_interp_like-data]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_like[int64-method_interp_like-coords]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_like[int64-method_interp_like-data]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_like_indexing[float64-method_interp_like-compatible_unit]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_like_indexing[float64-method_interp_like-dimensionless]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_like_indexing[float64-method_interp_like-identical_unit]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_like_indexing[float64-method_interp_like-incompatible_unit]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_like_indexing[float64-method_interp_like-no_unit]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_like_indexing[float64-method_reindex_like-compatible_unit]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_like_indexing[float64-method_reindex_like-dimensionless]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_like_indexing[float64-method_reindex_like-identical_unit]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_like_indexing[float64-method_reindex_like-incompatible_unit]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_like_indexing[float64-method_reindex_like-no_unit]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_like_indexing[int64-method_interp_like-compatible_unit]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_like_indexing[int64-method_interp_like-dimensionless]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_like_indexing[int64-method_interp_like-identical_unit]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_like_indexing[int64-method_interp_like-incompatible_unit]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_like_indexing[int64-method_interp_like-no_unit]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_like_indexing[int64-method_reindex_like-compatible_unit]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_like_indexing[int64-method_reindex_like-dimensionless]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_like_indexing[int64-method_reindex_like-identical_unit]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_like_indexing[int64-method_reindex_like-incompatible_unit]
xarray.tests.test_units.TestDataset ‑ test_interp_reindex_like_indexing[int64-method_reindex_like-no_unit]
xarray.tests.test_units.TestDataset ‑ test_interpolate_na[float64]
xarray.tests.test_units.TestDataset ‑ test_interpolate_na[int64]
xarray.tests.test_units.TestDataset ‑ test_loc[float64-compatible_unit-array_of_values]
xarray.tests.test_units.TestDataset ‑ test_loc[float64-compatible_unit-list_of_values]
xarray.tests.test_units.TestDataset ‑ test_loc[float64-compatible_unit-single_value]
xarray.tests.test_units.TestDataset ‑ test_loc[float64-dimensionless-array_of_values]
xarray.tests.test_units.TestDataset ‑ test_loc[float64-dimensionless-list_of_values]
xarray.tests.test_units.TestDataset ‑ test_loc[float64-dimensionless-single_value]
xarray.tests.test_units.TestDataset ‑ test_loc[float64-identical_unit-array_of_values]
xarray.tests.test_units.TestDataset ‑ test_loc[float64-identical_unit-list_of_values]
xarray.tests.test_units.TestDataset ‑ test_loc[float64-identical_unit-single_value]
xarray.tests.test_units.TestDataset ‑ test_loc[float64-incompatible_unit-array_of_values]
xarray.tests.test_units.TestDataset ‑ test_loc[float64-incompatible_unit-list_of_values]
xarray.tests.test_units.TestDataset ‑ test_loc[float64-incompatible_unit-single_value]
xarray.tests.test_units.TestDataset ‑ test_loc[float64-no_units-array_of_values]
xarray.tests.test_units.TestDataset ‑ test_loc[float64-no_units-list_of_values]
xarray.tests.test_units.TestDataset ‑ test_loc[float64-no_units-single_value]
xarray.tests.test_units.TestDataset ‑ test_loc[int64-compatible_unit-array_of_values]
xarray.tests.test_units.TestDataset ‑ test_loc[int64-compatible_unit-list_of_values]
xarray.tests.test_units.TestDataset ‑ test_loc[int64-compatible_unit-single_value]
xarray.tests.test_units.TestDataset ‑ test_loc[int64-dimensionless-array_of_values]
xarray.tests.test_units.TestDataset ‑ test_loc[int64-dimensionless-list_of_values]
xarray.tests.test_units.TestDataset ‑ test_loc[int64-dimensionless-single_value]
xarray.tests.test_units.TestDataset ‑ test_loc[int64-identical_unit-array_of_values]
xarray.tests.test_units.TestDataset ‑ test_loc[int64-identical_unit-list_of_values]
xarray.tests.test_units.TestDataset ‑ test_loc[int64-identical_unit-single_value]
xarray.tests.test_units.TestDataset ‑ test_loc[int64-incompatible_unit-array_of_values]
xarray.tests.test_units.TestDataset ‑ test_loc[int64-incompatible_unit-list_of_values]
xarray.tests.test_units.TestDataset ‑ test_loc[int64-incompatible_unit-single_value]
xarray.tests.test_units.TestDataset ‑ test_loc[int64-no_units-array_of_values]
xarray.tests.test_units.TestDataset ‑ test_loc[int64-no_units-list_of_values]
xarray.tests.test_units.TestDataset ‑ test_loc[int64-no_units-single_value]
xarray.tests.test_units.TestDataset ‑ test_merge[float64-dims-compatible_unit]
xarray.tests.test_units.TestDataset ‑ test_merge[float64-dims-dimensionless]
xarray.tests.test_units.TestDataset ‑ test_merge[float64-dims-identical_unit]
xarray.tests.test_units.TestDataset ‑ test_merge[float64-dims-incompatible_unit]
xarray.tests.test_units.TestDataset ‑ test_merge[float64-dims-no_unit]
xarray.tests.test_units.TestDataset ‑ test_merge[int64-dims-compatible_unit]
xarray.tests.test_units.TestDataset ‑ test_merge[int64-dims-dimensionless]
xarray.tests.test_units.TestDataset ‑ test_merge[int64-dims-identical_unit]
xarray.tests.test_units.TestDataset ‑ test_merge[int64-dims-incompatible_unit]
xarray.tests.test_units.TestDataset ‑ test_merge[int64-dims-no_unit]
xarray.tests.test_units.TestDataset ‑ test_missing_value_filling[float64-method_bfill]
xarray.tests.test_units.TestDataset ‑ test_missing_value_filling[float64-method_ffill]
xarray.tests.test_units.TestDataset ‑ test_missing_value_filling[int64-method_bfill]
xarray.tests.test_units.TestDataset ‑ test_missing_value_filling[int64-method_ffill]
xarray.tests.test_units.TestDataset ‑ test_repr[float64-dims-repr]
xarray.tests.test_units.TestDataset ‑ test_repr[float64-dims-str]
xarray.tests.test_units.TestDataset ‑ test_repr[int64-dims-repr]
xarray.tests.test_units.TestDataset ‑ test_repr[int64-dims-str]
xarray.tests.test_units.TestDataset ‑ test_resample[float64-dims]
xarray.tests.test_units.TestDataset ‑ test_resample[int64-dims]
xarray.tests.test_units.TestDataset ‑ test_sel[float64-compatible_unit-array_of_values]
xarray.tests.test_units.TestDataset ‑ test_sel[float64-compatible_unit-list_of_values]
xarray.tests.test_units.TestDataset ‑ test_sel[float64-compatible_unit-single_value]
xarray.tests.test_units.TestDataset ‑ test_sel[float64-dimensionless-array_of_values]
xarray.tests.test_units.TestDataset ‑ test_sel[float64-dimensionless-list_of_values]
xarray.tests.test_units.TestDataset ‑ test_sel[float64-dimensionless-single_value]
xarray.tests.test_units.TestDataset ‑ test_sel[float64-identical_unit-array_of_values]
xarray.tests.test_units.TestDataset ‑ test_sel[float64-identical_unit-list_of_values]
xarray.tests.test_units.TestDataset ‑ test_sel[float64-identical_unit-single_value]
xarray.tests.test_units.TestDataset ‑ test_sel[float64-incompatible_unit-array_of_values]
xarray.tests.test_units.TestDataset ‑ test_sel[float64-incompatible_unit-list_of_values]
xarray.tests.test_units.TestDataset ‑ test_sel[float64-incompatible_unit-single_value]
xarray.tests.test_units.TestDataset ‑ test_sel[float64-no_units-array_of_values]
xarray.tests.test_units.TestDataset ‑ test_sel[float64-no_units-list_of_values]
xarray.tests.test_units.TestDataset ‑ test_sel[float64-no_units-single_value]
xarray.tests.test_units.TestDataset ‑ test_sel[int64-compatible_unit-array_of_values]
xarray.tests.test_units.TestDataset ‑ test_sel[int64-compatible_unit-list_of_values]
xarray.tests.test_units.TestDataset ‑ test_sel[int64-compatible_unit-single_value]
xarray.tests.test_units.TestDataset ‑ test_sel[int64-dimensionless-array_of_values]
xarray.tests.test_units.TestDataset ‑ test_sel[int64-dimensionless-list_of_values]
xarray.tests.test_units.TestDataset ‑ test_sel[int64-dimensionless-single_value]
xarray.tests.test_units.TestDataset ‑ test_sel[int64-identical_unit-array_of_values]
xarray.tests.test_units.TestDataset ‑ test_sel[int64-identical_unit-list_of_values]
xarray.tests.test_units.TestDataset ‑ test_sel[int64-identical_unit-single_value]
xarray.tests.test_units.TestDataset ‑ test_sel[int64-incompatible_unit-array_of_values]
xarray.tests.test_units.TestDataset ‑ test_sel[int64-incompatible_unit-list_of_values]
xarray.tests.test_units.TestDataset ‑ test_sel[int64-incompatible_unit-single_value]
xarray.tests.test_units.TestDataset ‑ test_sel[int64-no_units-array_of_values]
xarray.tests.test_units.TestDataset ‑ test_sel[int64-no_units-list_of_values]
xarray.tests.test_units.TestDataset ‑ test_sel[int64-no_units-single_value]
xarray.tests.test_units.TestDataset ‑ test_stacking_reordering[float64-method_rank]
xarray.tests.test_units.TestDataset ‑ test_stacking_reordering[int64-method_rank]
xarray.tests.test_units.TestDataset ‑ test_stacking_stacked[float64-dims-method_reorder_levels]
xarray.tests.test_units.TestDataset ‑ test_stacking_stacked[float64-dims-method_reset_index]
xarray.tests.test_units.TestDataset ‑ test_stacking_stacked[float64-dims-method_unstack]
xarray.tests.test_units.TestDataset ‑ test_stacking_stacked[int64-dims-method_reorder_levels]
xarray.tests.test_units.TestDataset ‑ test_stacking_stacked[int64-dims-method_reset_index]
xarray.tests.test_units.TestDataset ‑ test_stacking_stacked[int64-dims-method_unstack]
xarray.tests.test_units.TestDataset ‑ test_to_stacked_array[float64]
xarray.tests.test_units.TestDataset ‑ test_to_stacked_array[int64]
xarray.tests.test_units.TestPlots ‑ test_units_in_line_plot_labels[coord_unit1-coord_attrs1]
xarray.tests.test_units.TestPlots ‑ test_units_in_slice_line_plot_labels_isel[coord_unit1-coord_attrs1]
xarray.tests.test_units.TestPlots ‑ test_units_in_slice_line_plot_labels_sel[coord_unit1-coord_attrs1]
xarray.tests.test_units.TestVariable ‑ test_comparisons[float64-method_identical-no_conversion-compatible_unit]
xarray.tests.test_units.TestVariable ‑ test_comparisons[float64-method_identical-no_conversion-dimensionless]
xarray.tests.test_units.TestVariable ‑ test_comparisons[float64-method_identical-no_conversion-identical_unit]
xarray.tests.test_units.TestVariable ‑ test_comparisons[float64-method_identical-no_conversion-incompatible_unit]
xarray.tests.test_units.TestVariable ‑ test_comparisons[float64-method_identical-no_conversion-no_unit]
xarray.tests.test_units.TestVariable ‑ test_comparisons[float64-method_identical-with_conversion-compatible_unit]
xarray.tests.test_units.TestVariable ‑ test_comparisons[float64-method_identical-with_conversion-dimensionless]
xarray.tests.test_units.TestVariable ‑ test_comparisons[float64-method_identical-with_conversion-identical_unit]
xarray.tests.test_units.TestVariable ‑ test_comparisons[float64-method_identical-with_conversion-incompatible_unit]
xarray.tests.test_units.TestVariable ‑ test_comparisons[float64-method_identical-with_conversion-no_unit]
xarray.tests.test_units.TestVariable ‑ test_comparisons[int64-method_identical-no_conversion-compatible_unit]
xarray.tests.test_units.TestVariable ‑ test_comparisons[int64-method_identical-no_conversion-dimensionless]
xarray.tests.test_units.TestVariable ‑ test_comparisons[int64-method_identical-no_conversion-identical_unit]
xarray.tests.test_units.TestVariable ‑ test_comparisons[int64-method_identical-no_conversion-incompatible_unit]
xarray.tests.test_units.TestVariable ‑ test_comparisons[int64-method_identical-no_conversion-no_unit]
xarray.tests.test_units.TestVariable ‑ test_comparisons[int64-method_identical-with_conversion-compatible_unit]
xarray.tests.test_units.TestVariable ‑ test_comparisons[int64-method_identical-with_conversion-dimensionless]
xarray.tests.test_units.TestVariable ‑ test_comparisons[int64-method_identical-with_conversion-identical_unit]
xarray.tests.test_units.TestVariable ‑ test_comparisons[int64-method_identical-with_conversion-incompatible_unit]
xarray.tests.test_units.TestVariable ‑ test_comparisons[int64-method_identical-with_conversion-no_unit]
xarray.tests.test_units.TestVariable ‑ test_computation[float64-method_rank-None]
xarray.tests.test_units.TestVariable ‑ test_computation[float64-method_rank-numbagg]
xarray.tests.test_units.TestVariable ‑ test_computation[int64-method_rank-None]
xarray.tests.test_units.TestVariable ‑ test_computation[int64-method_rank-numbagg]
xarray.tests.test_variable.TestIndexVariable ‑ test_coarsen_2d
xarray.tests.test_variable.TestIndexVariable ‑ test_getitem_advanced
xarray.tests.test_variable.TestIndexVariable ‑ test_getitem_error
xarray.tests.test_variable.TestIndexVariable ‑ test_getitem_fancy
xarray.tests.test_variable.TestIndexVariable ‑ test_getitem_uint
xarray.tests.test_variable.TestIndexVariable ‑ test_nd_rolling
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg0-np_arg0-edge]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg0-np_arg0-linear_ramp]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg0-np_arg0-maximum]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg0-np_arg0-mean]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg0-np_arg0-median]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg0-np_arg0-minimum]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg0-np_arg0-reflect]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg0-np_arg0-symmetric]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg0-np_arg0-wrap]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg1-np_arg1-edge]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg1-np_arg1-linear_ramp]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg1-np_arg1-maximum]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg1-np_arg1-mean]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg1-np_arg1-median]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg1-np_arg1-minimum]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg1-np_arg1-reflect]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg1-np_arg1-symmetric]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg1-np_arg1-wrap]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg2-np_arg2-edge]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg2-np_arg2-linear_ramp]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg2-np_arg2-maximum]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg2-np_arg2-mean]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg2-np_arg2-median]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg2-np_arg2-minimum]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg2-np_arg2-reflect]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg2-np_arg2-symmetric]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg2-np_arg2-wrap]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg3-np_arg3-edge]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg3-np_arg3-linear_ramp]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg3-np_arg3-maximum]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg3-np_arg3-mean]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg3-np_arg3-median]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg3-np_arg3-minimum]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg3-np_arg3-reflect]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg3-np_arg3-symmetric]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg3-np_arg3-wrap]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg4-np_arg4-edge]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg4-np_arg4-linear_ramp]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg4-np_arg4-maximum]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg4-np_arg4-mean]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg4-np_arg4-median]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg4-np_arg4-minimum]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg4-np_arg4-reflect]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg4-np_arg4-symmetric]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad[xr_arg4-np_arg4-wrap]
xarray.tests.test_variable.TestIndexVariable ‑ test_pad_constant_values
xarray.tests.test_variable.TestIndexVariable ‑ test_rolling_1d
xarray.tests.test_variable.TestIndexVariable ‑ test_rolling_window
xarray.tests.test_variable.TestIndexVariable ‑ test_rolling_window_errors
xarray.tests.test_variable.TestNumpyCoercion ‑ test_from_cupy[IndexVariable]
xarray.tests.test_variable.TestNumpyCoercion ‑ test_from_cupy[Variable]
xarray.tests.test_variable.TestNumpyCoercion ‑ test_from_sparse[IndexVariable]
xarray.tests.test_variable.TestVariableWithDask ‑ test_0d_object_array_with_list
xarray.tests.test_variable.TestVariableWithDask ‑ test_array_interface
xarray.tests.test_variable.TestVariableWithDask ‑ test_copy_index
xarray.tests.test_variable.TestVariableWithDask ‑ test_eq_all_dtypes
xarray.tests.test_variable.TestVariableWithDask ‑ test_pad[xr_arg0-np_arg0-median]
xarray.tests.test_variable.TestVariableWithDask ‑ test_pad[xr_arg1-np_arg1-median]
xarray.tests.test_variable.TestVariableWithDask ‑ test_pad[xr_arg2-np_arg2-median]
xarray.tests.test_variable.TestVariableWithDask ‑ test_pad[xr_arg2-np_arg2-reflect]
xarray.tests.test_variable.TestVariableWithDask ‑ test_pad[xr_arg3-np_arg3-median]
xarray.tests.test_variable.TestVariableWithDask ‑ test_pad[xr_arg3-np_arg3-reflect]
xarray.tests.test_variable.TestVariableWithDask ‑ test_pad[xr_arg4-np_arg4-median]
xarray.tests.test_variable.TestVariableWithDask ‑ test_pad[xr_arg4-np_arg4-reflect]
xarray.tests.test_variable.TestVariableWithDask ‑ test_pandas_categorical_dtype
xarray.tests.test_variable.TestVariableWithDask ‑ test_pandas_datetime64_with_tz
xarray.tests.test_variable.TestVariableWithDask ‑ test_pandas_period_index
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[hazen-False-0.5-da0]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[hazen-False-0.5-da1]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[hazen-False-0.5-da2]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[hazen-False-q1-da0]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[hazen-False-q1-da1]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[hazen-False-q1-da2]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[hazen-True-0.5-da0]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[hazen-True-0.5-da1]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[hazen-True-0.5-da2]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[hazen-True-q1-da0]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[hazen-True-q1-da1]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[hazen-True-q1-da2]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[interpolated_inverted_cdf-False-0.5-da0]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[interpolated_inverted_cdf-False-0.5-da1]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[interpolated_inverted_cdf-False-0.5-da2]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[interpolated_inverted_cdf-False-q1-da0]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[interpolated_inverted_cdf-False-q1-da1]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[interpolated_inverted_cdf-False-q1-da2]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[interpolated_inverted_cdf-True-0.5-da0]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[interpolated_inverted_cdf-True-0.5-da1]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[interpolated_inverted_cdf-True-0.5-da2]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[interpolated_inverted_cdf-True-q1-da0]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[interpolated_inverted_cdf-True-q1-da1]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[interpolated_inverted_cdf-True-q1-da2]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[linear-False-0.5-da0]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[linear-False-0.5-da1]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[linear-False-0.5-da2]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[linear-False-q1-da0]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[linear-False-q1-da1]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[linear-False-q1-da2]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[linear-True-0.5-da0]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[linear-True-0.5-da1]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[linear-True-0.5-da2]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[linear-True-q1-da0]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[linear-True-q1-da1]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[linear-True-q1-da2]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[median_unbiased-False-0.5-da0]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[median_unbiased-False-0.5-da1]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[median_unbiased-False-0.5-da2]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[median_unbiased-False-q1-da0]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[median_unbiased-False-q1-da1]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[median_unbiased-False-q1-da2]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[median_unbiased-True-0.5-da0]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[median_unbiased-True-0.5-da1]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[median_unbiased-True-0.5-da2]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[median_unbiased-True-q1-da0]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[median_unbiased-True-q1-da1]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[median_unbiased-True-q1-da2]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[normal_unbiased2-False-0.5-da0]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[normal_unbiased2-False-0.5-da1]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[normal_unbiased2-False-0.5-da2]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[normal_unbiased2-False-q1-da0]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[normal_unbiased2-False-q1-da1]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[normal_unbiased2-False-q1-da2]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[normal_unbiased2-True-0.5-da0]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[normal_unbiased2-True-0.5-da1]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[normal_unbiased2-True-0.5-da2]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[normal_unbiased2-True-q1-da0]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[normal_unbiased2-True-q1-da1]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[normal_unbiased2-True-q1-da2]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[weibull-False-0.5-da0]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[weibull-False-0.5-da1]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[weibull-False-0.5-da2]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[weibull-False-q1-da0]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[weibull-False-q1-da1]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[weibull-False-q1-da2]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[weibull-True-0.5-da0]
Check notice on line 0 in .github
github-actions / Test Results
2689 skipped tests found (test 2685 to 2689)
There are 2689 skipped tests, see "Raw output" for the list of skipped tests 2685 to 2689.
Raw output
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[weibull-True-0.5-da1]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[weibull-True-0.5-da2]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[weibull-True-q1-da0]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[weibull-True-q1-da1]
xarray.tests.test_weighted ‑ test_weighted_quantile_equal_weights_all_methods[weibull-True-q1-da2]
Check notice on line 0 in .github
github-actions / Test Results
23970 tests found (test 1 to 878)
There are 23970 tests, see "Raw output" for the list of tests 1 to 878.
Raw output
properties.test_encode_decode
properties.test_encode_decode ‑ test_CFMask_coder_decode
properties.test_encode_decode ‑ test_CFMask_coder_roundtrip
properties.test_encode_decode ‑ test_CFScaleOffset_coder_roundtrip
properties.test_encode_decode ‑ test_iso8601_decode
properties.test_index_manipulation
properties.test_index_manipulation ‑ test_unstack_object
properties.test_index_manipulation ‑ test_unstack_timedelta_index
properties.test_index_manipulation.DatasetTest ‑ runTest
properties.test_pandas_roundtrip
properties.test_pandas_roundtrip ‑ test_roundtrip_1d_pandas_extension_array[False-cat]
properties.test_pandas_roundtrip ‑ test_roundtrip_1d_pandas_extension_array[False-datetime]
properties.test_pandas_roundtrip ‑ test_roundtrip_1d_pandas_extension_array[False-interval]
properties.test_pandas_roundtrip ‑ test_roundtrip_1d_pandas_extension_array[False-numpy]
properties.test_pandas_roundtrip ‑ test_roundtrip_1d_pandas_extension_array[False-pyarrow]
properties.test_pandas_roundtrip ‑ test_roundtrip_1d_pandas_extension_array[False-string]
properties.test_pandas_roundtrip ‑ test_roundtrip_1d_pandas_extension_array[False-timedelta]
properties.test_pandas_roundtrip ‑ test_roundtrip_1d_pandas_extension_array[True-cat]
properties.test_pandas_roundtrip ‑ test_roundtrip_1d_pandas_extension_array[True-datetime]
properties.test_pandas_roundtrip ‑ test_roundtrip_1d_pandas_extension_array[True-interval]
properties.test_pandas_roundtrip ‑ test_roundtrip_1d_pandas_extension_array[True-numpy]
properties.test_pandas_roundtrip ‑ test_roundtrip_1d_pandas_extension_array[True-pyarrow]
properties.test_pandas_roundtrip ‑ test_roundtrip_1d_pandas_extension_array[True-string]
properties.test_pandas_roundtrip ‑ test_roundtrip_1d_pandas_extension_array[True-timedelta]
properties.test_pandas_roundtrip ‑ test_roundtrip_dataarray
properties.test_pandas_roundtrip ‑ test_roundtrip_dataset
properties.test_pandas_roundtrip ‑ test_roundtrip_pandas_dataframe
properties.test_pandas_roundtrip ‑ test_roundtrip_pandas_dataframe_datetime
properties.test_pandas_roundtrip ‑ test_roundtrip_pandas_series
properties.test_properties
properties.test_properties ‑ test_assert_identical
properties.test_properties ‑ test_property_find_independent_seasons
properties.test_properties ‑ test_property_season_month_tuple
xarray.tests.test_accessor_dt ‑ test_calendar_cftime[360_day]
xarray.tests.test_accessor_dt ‑ test_calendar_cftime[365_day]
xarray.tests.test_accessor_dt ‑ test_calendar_cftime[366_day]
xarray.tests.test_accessor_dt ‑ test_calendar_cftime[all_leap]
xarray.tests.test_accessor_dt ‑ test_calendar_cftime[gregorian]
xarray.tests.test_accessor_dt ‑ test_calendar_cftime[julian]
xarray.tests.test_accessor_dt ‑ test_calendar_cftime[noleap]
xarray.tests.test_accessor_dt ‑ test_calendar_cftime[proleptic_gregorian]
xarray.tests.test_accessor_dt ‑ test_calendar_cftime[standard]
xarray.tests.test_accessor_dt ‑ test_calendar_dask_cftime
xarray.tests.test_accessor_dt ‑ test_calendar_datetime64_2d
xarray.tests.test_accessor_dt ‑ test_calendar_datetime64_3d_dask
xarray.tests.test_accessor_dt ‑ test_cftime_ceil_accessor[360_day-False]
xarray.tests.test_accessor_dt ‑ test_cftime_ceil_accessor[360_day-True]
xarray.tests.test_accessor_dt ‑ test_cftime_ceil_accessor[365_day-False]
xarray.tests.test_accessor_dt ‑ test_cftime_ceil_accessor[365_day-True]
xarray.tests.test_accessor_dt ‑ test_cftime_ceil_accessor[366_day-False]
xarray.tests.test_accessor_dt ‑ test_cftime_ceil_accessor[366_day-True]
xarray.tests.test_accessor_dt ‑ test_cftime_ceil_accessor[all_leap-False]
xarray.tests.test_accessor_dt ‑ test_cftime_ceil_accessor[all_leap-True]
xarray.tests.test_accessor_dt ‑ test_cftime_ceil_accessor[gregorian-False]
xarray.tests.test_accessor_dt ‑ test_cftime_ceil_accessor[gregorian-True]
xarray.tests.test_accessor_dt ‑ test_cftime_ceil_accessor[julian-False]
xarray.tests.test_accessor_dt ‑ test_cftime_ceil_accessor[julian-True]
xarray.tests.test_accessor_dt ‑ test_cftime_ceil_accessor[noleap-False]
xarray.tests.test_accessor_dt ‑ test_cftime_ceil_accessor[noleap-True]
xarray.tests.test_accessor_dt ‑ test_cftime_ceil_accessor[proleptic_gregorian-False]
xarray.tests.test_accessor_dt ‑ test_cftime_ceil_accessor[proleptic_gregorian-True]
xarray.tests.test_accessor_dt ‑ test_cftime_ceil_accessor[standard-False]
xarray.tests.test_accessor_dt ‑ test_cftime_ceil_accessor[standard-True]
xarray.tests.test_accessor_dt ‑ test_cftime_floor_accessor[360_day-False]
xarray.tests.test_accessor_dt ‑ test_cftime_floor_accessor[360_day-True]
xarray.tests.test_accessor_dt ‑ test_cftime_floor_accessor[365_day-False]
xarray.tests.test_accessor_dt ‑ test_cftime_floor_accessor[365_day-True]
xarray.tests.test_accessor_dt ‑ test_cftime_floor_accessor[366_day-False]
xarray.tests.test_accessor_dt ‑ test_cftime_floor_accessor[366_day-True]
xarray.tests.test_accessor_dt ‑ test_cftime_floor_accessor[all_leap-False]
xarray.tests.test_accessor_dt ‑ test_cftime_floor_accessor[all_leap-True]
xarray.tests.test_accessor_dt ‑ test_cftime_floor_accessor[gregorian-False]
xarray.tests.test_accessor_dt ‑ test_cftime_floor_accessor[gregorian-True]
xarray.tests.test_accessor_dt ‑ test_cftime_floor_accessor[julian-False]
xarray.tests.test_accessor_dt ‑ test_cftime_floor_accessor[julian-True]
xarray.tests.test_accessor_dt ‑ test_cftime_floor_accessor[noleap-False]
xarray.tests.test_accessor_dt ‑ test_cftime_floor_accessor[noleap-True]
xarray.tests.test_accessor_dt ‑ test_cftime_floor_accessor[proleptic_gregorian-False]
xarray.tests.test_accessor_dt ‑ test_cftime_floor_accessor[proleptic_gregorian-True]
xarray.tests.test_accessor_dt ‑ test_cftime_floor_accessor[standard-False]
xarray.tests.test_accessor_dt ‑ test_cftime_floor_accessor[standard-True]
xarray.tests.test_accessor_dt ‑ test_cftime_round_accessor[360_day-False]
xarray.tests.test_accessor_dt ‑ test_cftime_round_accessor[360_day-True]
xarray.tests.test_accessor_dt ‑ test_cftime_round_accessor[365_day-False]
xarray.tests.test_accessor_dt ‑ test_cftime_round_accessor[365_day-True]
xarray.tests.test_accessor_dt ‑ test_cftime_round_accessor[366_day-False]
xarray.tests.test_accessor_dt ‑ test_cftime_round_accessor[366_day-True]
xarray.tests.test_accessor_dt ‑ test_cftime_round_accessor[all_leap-False]
xarray.tests.test_accessor_dt ‑ test_cftime_round_accessor[all_leap-True]
xarray.tests.test_accessor_dt ‑ test_cftime_round_accessor[gregorian-False]
xarray.tests.test_accessor_dt ‑ test_cftime_round_accessor[gregorian-True]
xarray.tests.test_accessor_dt ‑ test_cftime_round_accessor[julian-False]
xarray.tests.test_accessor_dt ‑ test_cftime_round_accessor[julian-True]
xarray.tests.test_accessor_dt ‑ test_cftime_round_accessor[noleap-False]
xarray.tests.test_accessor_dt ‑ test_cftime_round_accessor[noleap-True]
xarray.tests.test_accessor_dt ‑ test_cftime_round_accessor[proleptic_gregorian-False]
xarray.tests.test_accessor_dt ‑ test_cftime_round_accessor[proleptic_gregorian-True]
xarray.tests.test_accessor_dt ‑ test_cftime_round_accessor[standard-False]
xarray.tests.test_accessor_dt ‑ test_cftime_round_accessor[standard-True]
xarray.tests.test_accessor_dt ‑ test_cftime_strftime_access[360_day]
xarray.tests.test_accessor_dt ‑ test_cftime_strftime_access[365_day]
xarray.tests.test_accessor_dt ‑ test_cftime_strftime_access[366_day]
xarray.tests.test_accessor_dt ‑ test_cftime_strftime_access[all_leap]
xarray.tests.test_accessor_dt ‑ test_cftime_strftime_access[gregorian]
xarray.tests.test_accessor_dt ‑ test_cftime_strftime_access[julian]
xarray.tests.test_accessor_dt ‑ test_cftime_strftime_access[noleap]
xarray.tests.test_accessor_dt ‑ test_cftime_strftime_access[proleptic_gregorian]
xarray.tests.test_accessor_dt ‑ test_cftime_strftime_access[standard]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[360_day-day]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[360_day-dayofweek]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[360_day-dayofyear]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[360_day-hour]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[360_day-month]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[360_day-year]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[365_day-day]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[365_day-dayofweek]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[365_day-dayofyear]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[365_day-hour]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[365_day-month]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[365_day-year]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[366_day-day]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[366_day-dayofweek]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[366_day-dayofyear]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[366_day-hour]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[366_day-month]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[366_day-year]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[all_leap-day]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[all_leap-dayofweek]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[all_leap-dayofyear]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[all_leap-hour]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[all_leap-month]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[all_leap-year]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[gregorian-day]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[gregorian-dayofweek]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[gregorian-dayofyear]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[gregorian-hour]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[gregorian-month]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[gregorian-year]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[julian-day]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[julian-dayofweek]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[julian-dayofyear]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[julian-hour]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[julian-month]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[julian-year]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[noleap-day]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[noleap-dayofweek]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[noleap-dayofyear]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[noleap-hour]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[noleap-month]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[noleap-year]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[proleptic_gregorian-day]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[proleptic_gregorian-dayofweek]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[proleptic_gregorian-dayofyear]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[proleptic_gregorian-hour]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[proleptic_gregorian-month]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[proleptic_gregorian-year]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[standard-day]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[standard-dayofweek]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[standard-dayofyear]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[standard-hour]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[standard-month]
xarray.tests.test_accessor_dt ‑ test_dask_field_access[standard-year]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[360_day-day]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[360_day-dayofweek]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[360_day-dayofyear]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[360_day-hour]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[360_day-month]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[360_day-year]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[365_day-day]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[365_day-dayofweek]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[365_day-dayofyear]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[365_day-hour]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[365_day-month]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[365_day-year]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[366_day-day]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[366_day-dayofweek]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[366_day-dayofyear]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[366_day-hour]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[366_day-month]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[366_day-year]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[all_leap-day]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[all_leap-dayofweek]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[all_leap-dayofyear]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[all_leap-hour]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[all_leap-month]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[all_leap-year]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[gregorian-day]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[gregorian-dayofweek]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[gregorian-dayofyear]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[gregorian-hour]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[gregorian-month]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[gregorian-year]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[julian-day]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[julian-dayofweek]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[julian-dayofyear]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[julian-hour]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[julian-month]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[julian-year]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[noleap-day]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[noleap-dayofweek]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[noleap-dayofyear]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[noleap-hour]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[noleap-month]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[noleap-year]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[proleptic_gregorian-day]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[proleptic_gregorian-dayofweek]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[proleptic_gregorian-dayofyear]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[proleptic_gregorian-hour]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[proleptic_gregorian-month]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[proleptic_gregorian-year]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[standard-day]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[standard-dayofweek]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[standard-dayofyear]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[standard-hour]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[standard-month]
xarray.tests.test_accessor_dt ‑ test_dask_field_access_1d[standard-year]
xarray.tests.test_accessor_dt ‑ test_date_cftime[360_day]
xarray.tests.test_accessor_dt ‑ test_date_cftime[365_day]
xarray.tests.test_accessor_dt ‑ test_date_cftime[366_day]
xarray.tests.test_accessor_dt ‑ test_date_cftime[all_leap]
xarray.tests.test_accessor_dt ‑ test_date_cftime[gregorian]
xarray.tests.test_accessor_dt ‑ test_date_cftime[julian]
xarray.tests.test_accessor_dt ‑ test_date_cftime[noleap]
xarray.tests.test_accessor_dt ‑ test_date_cftime[proleptic_gregorian]
xarray.tests.test_accessor_dt ‑ test_date_cftime[standard]
xarray.tests.test_accessor_dt ‑ test_decimal_year[use_dask=False-use_cftime=False]
xarray.tests.test_accessor_dt ‑ test_decimal_year[use_dask=False-use_cftime=True]
xarray.tests.test_accessor_dt ‑ test_decimal_year[use_dask=True-use_cftime=False]
xarray.tests.test_accessor_dt ‑ test_decimal_year[use_dask=True-use_cftime=True]
xarray.tests.test_accessor_dt ‑ test_field_access[360_day-day]
xarray.tests.test_accessor_dt ‑ test_field_access[360_day-dayofweek]
xarray.tests.test_accessor_dt ‑ test_field_access[360_day-dayofyear]
xarray.tests.test_accessor_dt ‑ test_field_access[360_day-hour]
xarray.tests.test_accessor_dt ‑ test_field_access[360_day-month]
xarray.tests.test_accessor_dt ‑ test_field_access[360_day-year]
xarray.tests.test_accessor_dt ‑ test_field_access[365_day-day]
xarray.tests.test_accessor_dt ‑ test_field_access[365_day-dayofweek]
xarray.tests.test_accessor_dt ‑ test_field_access[365_day-dayofyear]
xarray.tests.test_accessor_dt ‑ test_field_access[365_day-hour]
xarray.tests.test_accessor_dt ‑ test_field_access[365_day-month]
xarray.tests.test_accessor_dt ‑ test_field_access[365_day-year]
xarray.tests.test_accessor_dt ‑ test_field_access[366_day-day]
xarray.tests.test_accessor_dt ‑ test_field_access[366_day-dayofweek]
xarray.tests.test_accessor_dt ‑ test_field_access[366_day-dayofyear]
xarray.tests.test_accessor_dt ‑ test_field_access[366_day-hour]
xarray.tests.test_accessor_dt ‑ test_field_access[366_day-month]
xarray.tests.test_accessor_dt ‑ test_field_access[366_day-year]
xarray.tests.test_accessor_dt ‑ test_field_access[all_leap-day]
xarray.tests.test_accessor_dt ‑ test_field_access[all_leap-dayofweek]
xarray.tests.test_accessor_dt ‑ test_field_access[all_leap-dayofyear]
xarray.tests.test_accessor_dt ‑ test_field_access[all_leap-hour]
xarray.tests.test_accessor_dt ‑ test_field_access[all_leap-month]
xarray.tests.test_accessor_dt ‑ test_field_access[all_leap-year]
xarray.tests.test_accessor_dt ‑ test_field_access[gregorian-day]
xarray.tests.test_accessor_dt ‑ test_field_access[gregorian-dayofweek]
xarray.tests.test_accessor_dt ‑ test_field_access[gregorian-dayofyear]
xarray.tests.test_accessor_dt ‑ test_field_access[gregorian-hour]
xarray.tests.test_accessor_dt ‑ test_field_access[gregorian-month]
xarray.tests.test_accessor_dt ‑ test_field_access[gregorian-year]
xarray.tests.test_accessor_dt ‑ test_field_access[julian-day]
xarray.tests.test_accessor_dt ‑ test_field_access[julian-dayofweek]
xarray.tests.test_accessor_dt ‑ test_field_access[julian-dayofyear]
xarray.tests.test_accessor_dt ‑ test_field_access[julian-hour]
xarray.tests.test_accessor_dt ‑ test_field_access[julian-month]
xarray.tests.test_accessor_dt ‑ test_field_access[julian-year]
xarray.tests.test_accessor_dt ‑ test_field_access[noleap-day]
xarray.tests.test_accessor_dt ‑ test_field_access[noleap-dayofweek]
xarray.tests.test_accessor_dt ‑ test_field_access[noleap-dayofyear]
xarray.tests.test_accessor_dt ‑ test_field_access[noleap-hour]
xarray.tests.test_accessor_dt ‑ test_field_access[noleap-month]
xarray.tests.test_accessor_dt ‑ test_field_access[noleap-year]
xarray.tests.test_accessor_dt ‑ test_field_access[proleptic_gregorian-day]
xarray.tests.test_accessor_dt ‑ test_field_access[proleptic_gregorian-dayofweek]
xarray.tests.test_accessor_dt ‑ test_field_access[proleptic_gregorian-dayofyear]
xarray.tests.test_accessor_dt ‑ test_field_access[proleptic_gregorian-hour]
xarray.tests.test_accessor_dt ‑ test_field_access[proleptic_gregorian-month]
xarray.tests.test_accessor_dt ‑ test_field_access[proleptic_gregorian-year]
xarray.tests.test_accessor_dt ‑ test_field_access[standard-day]
xarray.tests.test_accessor_dt ‑ test_field_access[standard-dayofweek]
xarray.tests.test_accessor_dt ‑ test_field_access[standard-dayofyear]
xarray.tests.test_accessor_dt ‑ test_field_access[standard-hour]
xarray.tests.test_accessor_dt ‑ test_field_access[standard-month]
xarray.tests.test_accessor_dt ‑ test_field_access[standard-year]
xarray.tests.test_accessor_dt ‑ test_isocalendar_cftime[360_day]
xarray.tests.test_accessor_dt ‑ test_isocalendar_cftime[365_day]
xarray.tests.test_accessor_dt ‑ test_isocalendar_cftime[366_day]
xarray.tests.test_accessor_dt ‑ test_isocalendar_cftime[all_leap]
xarray.tests.test_accessor_dt ‑ test_isocalendar_cftime[gregorian]
xarray.tests.test_accessor_dt ‑ test_isocalendar_cftime[julian]
xarray.tests.test_accessor_dt ‑ test_isocalendar_cftime[noleap]
xarray.tests.test_accessor_dt ‑ test_isocalendar_cftime[proleptic_gregorian]
xarray.tests.test_accessor_dt ‑ test_isocalendar_cftime[standard]
xarray.tests.test_accessor_dt ‑ test_seasons[360_day]
xarray.tests.test_accessor_dt ‑ test_seasons[365_day]
xarray.tests.test_accessor_dt ‑ test_seasons[366_day]
xarray.tests.test_accessor_dt ‑ test_seasons[all_leap]
xarray.tests.test_accessor_dt ‑ test_seasons[gregorian]
xarray.tests.test_accessor_dt ‑ test_seasons[julian]
xarray.tests.test_accessor_dt ‑ test_seasons[noleap]
xarray.tests.test_accessor_dt ‑ test_seasons[proleptic_gregorian]
xarray.tests.test_accessor_dt ‑ test_seasons[standard]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_accessor_method[ceil-D]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_accessor_method[floor-D]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_accessor_method[round-D]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_calendar
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_dask_accessor_method[ceil-D]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_dask_accessor_method[floor-D]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_dask_accessor_method[round-D]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_dask_accessor_method[strftime-%Y-%m-%d %H:%M:%S]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_dask_field_access[date]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_dask_field_access[day]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_dask_field_access[dayofweek]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_dask_field_access[dayofyear]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_dask_field_access[days_in_year]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_dask_field_access[hour]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_dask_field_access[is_leap_year]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_dask_field_access[is_month_end]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_dask_field_access[is_month_start]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_dask_field_access[is_quarter_end]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_dask_field_access[is_quarter_start]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_dask_field_access[is_year_end]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_dask_field_access[is_year_start]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_dask_field_access[microsecond]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_dask_field_access[minute]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_dask_field_access[month]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_dask_field_access[nanosecond]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_dask_field_access[quarter]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_dask_field_access[second]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_dask_field_access[time]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_dask_field_access[week]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_dask_field_access[weekday]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_dask_field_access[weekofyear]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_dask_field_access[year]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_days_in_year[360_day-360]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_days_in_year[all_leap-366]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_days_in_year[noleap-365]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_days_in_year[standard-366]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_field_access[date]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_field_access[day]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_field_access[dayofweek]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_field_access[dayofyear]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_field_access[days_in_month]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_field_access[daysinmonth]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_field_access[hour]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_field_access[is_leap_year]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_field_access[is_month_end]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_field_access[is_month_start]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_field_access[is_quarter_end]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_field_access[is_quarter_start]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_field_access[is_year_end]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_field_access[is_year_start]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_field_access[microsecond]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_field_access[minute]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_field_access[month]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_field_access[nanosecond]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_field_access[quarter]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_field_access[second]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_field_access[time]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_field_access[week]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_field_access[weekday]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_field_access[weekofyear]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_field_access[year]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_isocalendar[week-week]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_isocalendar[weekday-day]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_isocalendar[year-year]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_isocalendar_dask[week]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_isocalendar_dask[weekday]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_isocalendar_dask[year]
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_not_datetime_type
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_seasons
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_strftime
xarray.tests.test_accessor_dt.TestDatetimeAccessor ‑ test_total_seconds
xarray.tests.test_accessor_dt.TestTimedeltaAccessor ‑ test_accessor_methods[ceil-D]
xarray.tests.test_accessor_dt.TestTimedeltaAccessor ‑ test_accessor_methods[floor-D]
xarray.tests.test_accessor_dt.TestTimedeltaAccessor ‑ test_accessor_methods[round-D]
xarray.tests.test_accessor_dt.TestTimedeltaAccessor ‑ test_dask_accessor_method[ceil-D]
xarray.tests.test_accessor_dt.TestTimedeltaAccessor ‑ test_dask_accessor_method[floor-D]
xarray.tests.test_accessor_dt.TestTimedeltaAccessor ‑ test_dask_accessor_method[round-D]
xarray.tests.test_accessor_dt.TestTimedeltaAccessor ‑ test_dask_field_access[days]
xarray.tests.test_accessor_dt.TestTimedeltaAccessor ‑ test_dask_field_access[microseconds]
xarray.tests.test_accessor_dt.TestTimedeltaAccessor ‑ test_dask_field_access[nanoseconds]
xarray.tests.test_accessor_dt.TestTimedeltaAccessor ‑ test_dask_field_access[seconds]
xarray.tests.test_accessor_dt.TestTimedeltaAccessor ‑ test_field_access[days]
xarray.tests.test_accessor_dt.TestTimedeltaAccessor ‑ test_field_access[microseconds]
xarray.tests.test_accessor_dt.TestTimedeltaAccessor ‑ test_field_access[nanoseconds]
xarray.tests.test_accessor_dt.TestTimedeltaAccessor ‑ test_field_access[seconds]
xarray.tests.test_accessor_dt.TestTimedeltaAccessor ‑ test_not_datetime_type
xarray.tests.test_accessor_str ‑ test_case_bytes
xarray.tests.test_accessor_str ‑ test_case_str
xarray.tests.test_accessor_str ‑ test_cat_broadcast_both[bytes]
xarray.tests.test_accessor_str ‑ test_cat_broadcast_both[str]
xarray.tests.test_accessor_str ‑ test_cat_broadcast_left[bytes]
xarray.tests.test_accessor_str ‑ test_cat_broadcast_left[str]
xarray.tests.test_accessor_str ‑ test_cat_broadcast_right[bytes]
xarray.tests.test_accessor_str ‑ test_cat_broadcast_right[str]
xarray.tests.test_accessor_str ‑ test_cat_multi
xarray.tests.test_accessor_str ‑ test_cat_str[bytes]
xarray.tests.test_accessor_str ‑ test_cat_str[str]
xarray.tests.test_accessor_str ‑ test_cat_uniform[bytes]
xarray.tests.test_accessor_str ‑ test_cat_uniform[str]
xarray.tests.test_accessor_str ‑ test_contains[bytes]
xarray.tests.test_accessor_str ‑ test_contains[str]
xarray.tests.test_accessor_str ‑ test_contains_broadcast[bytes]
xarray.tests.test_accessor_str ‑ test_contains_broadcast[str]
xarray.tests.test_accessor_str ‑ test_count[bytes]
xarray.tests.test_accessor_str ‑ test_count[str]
xarray.tests.test_accessor_str ‑ test_count_broadcast[bytes]
xarray.tests.test_accessor_str ‑ test_count_broadcast[str]
xarray.tests.test_accessor_str ‑ test_dask
xarray.tests.test_accessor_str ‑ test_empty_str_methods
xarray.tests.test_accessor_str ‑ test_encode_decode
xarray.tests.test_accessor_str ‑ test_encode_decode_errors
xarray.tests.test_accessor_str ‑ test_extract_broadcast[bytes]
xarray.tests.test_accessor_str ‑ test_extract_broadcast[str]
xarray.tests.test_accessor_str ‑ test_extract_extractall_findall_case_re_raises[bytes]
xarray.tests.test_accessor_str ‑ test_extract_extractall_findall_case_re_raises[str]
xarray.tests.test_accessor_str ‑ test_extract_extractall_findall_empty_raises[bytes]
xarray.tests.test_accessor_str ‑ test_extract_extractall_findall_empty_raises[str]
xarray.tests.test_accessor_str ‑ test_extract_extractall_name_collision_raises[bytes]
xarray.tests.test_accessor_str ‑ test_extract_extractall_name_collision_raises[str]
xarray.tests.test_accessor_str ‑ test_extract_multi_None_raises[bytes]
xarray.tests.test_accessor_str ‑ test_extract_multi_None_raises[str]
xarray.tests.test_accessor_str ‑ test_extract_multi_case[bytes]
xarray.tests.test_accessor_str ‑ test_extract_multi_case[str]
xarray.tests.test_accessor_str ‑ test_extract_multi_nocase[bytes]
xarray.tests.test_accessor_str ‑ test_extract_multi_nocase[str]
xarray.tests.test_accessor_str ‑ test_extract_single_case[bytes]
xarray.tests.test_accessor_str ‑ test_extract_single_case[str]
xarray.tests.test_accessor_str ‑ test_extract_single_nocase[bytes]
xarray.tests.test_accessor_str ‑ test_extract_single_nocase[str]
xarray.tests.test_accessor_str ‑ test_extractall_broadcast[bytes]
xarray.tests.test_accessor_str ‑ test_extractall_broadcast[str]
xarray.tests.test_accessor_str ‑ test_extractall_multi_multi_case[bytes]
xarray.tests.test_accessor_str ‑ test_extractall_multi_multi_case[str]
xarray.tests.test_accessor_str ‑ test_extractall_multi_multi_nocase[bytes]
xarray.tests.test_accessor_str ‑ test_extractall_multi_multi_nocase[str]
xarray.tests.test_accessor_str ‑ test_extractall_multi_single_case[bytes]
xarray.tests.test_accessor_str ‑ test_extractall_multi_single_case[str]
xarray.tests.test_accessor_str ‑ test_extractall_multi_single_nocase[bytes]
xarray.tests.test_accessor_str ‑ test_extractall_multi_single_nocase[str]
xarray.tests.test_accessor_str ‑ test_extractall_single_multi_case[bytes]
xarray.tests.test_accessor_str ‑ test_extractall_single_multi_case[str]
xarray.tests.test_accessor_str ‑ test_extractall_single_multi_nocase[bytes]
xarray.tests.test_accessor_str ‑ test_extractall_single_multi_nocase[str]
xarray.tests.test_accessor_str ‑ test_extractall_single_single_case[bytes]
xarray.tests.test_accessor_str ‑ test_extractall_single_single_case[str]
xarray.tests.test_accessor_str ‑ test_extractall_single_single_nocase[bytes]
xarray.tests.test_accessor_str ‑ test_extractall_single_single_nocase[str]
xarray.tests.test_accessor_str ‑ test_find[bytes]
xarray.tests.test_accessor_str ‑ test_find[str]
xarray.tests.test_accessor_str ‑ test_find_broadcast[bytes]
xarray.tests.test_accessor_str ‑ test_find_broadcast[str]
xarray.tests.test_accessor_str ‑ test_findall_broadcast[bytes]
xarray.tests.test_accessor_str ‑ test_findall_broadcast[str]
xarray.tests.test_accessor_str ‑ test_findall_multi_multi_case[bytes]
xarray.tests.test_accessor_str ‑ test_findall_multi_multi_case[str]
xarray.tests.test_accessor_str ‑ test_findall_multi_multi_nocase[bytes]
xarray.tests.test_accessor_str ‑ test_findall_multi_multi_nocase[str]
xarray.tests.test_accessor_str ‑ test_findall_multi_single_case[bytes]
xarray.tests.test_accessor_str ‑ test_findall_multi_single_case[str]
xarray.tests.test_accessor_str ‑ test_findall_multi_single_nocase[bytes]
xarray.tests.test_accessor_str ‑ test_findall_multi_single_nocase[str]
xarray.tests.test_accessor_str ‑ test_findall_single_multi_case[bytes]
xarray.tests.test_accessor_str ‑ test_findall_single_multi_case[str]
xarray.tests.test_accessor_str ‑ test_findall_single_multi_nocase[bytes]
xarray.tests.test_accessor_str ‑ test_findall_single_multi_nocase[str]
xarray.tests.test_accessor_str ‑ test_findall_single_single_case[bytes]
xarray.tests.test_accessor_str ‑ test_findall_single_single_case[str]
xarray.tests.test_accessor_str ‑ test_findall_single_single_nocase[bytes]
xarray.tests.test_accessor_str ‑ test_findall_single_single_nocase[str]
xarray.tests.test_accessor_str ‑ test_format_broadcast
xarray.tests.test_accessor_str ‑ test_format_scalar
xarray.tests.test_accessor_str ‑ test_get[bytes]
xarray.tests.test_accessor_str ‑ test_get[str]
xarray.tests.test_accessor_str ‑ test_get_broadcast[bytes]
xarray.tests.test_accessor_str ‑ test_get_broadcast[str]
xarray.tests.test_accessor_str ‑ test_get_default[bytes]
xarray.tests.test_accessor_str ‑ test_get_default[str]
xarray.tests.test_accessor_str ‑ test_get_dummies[bytes]
xarray.tests.test_accessor_str ‑ test_get_dummies[str]
xarray.tests.test_accessor_str ‑ test_get_dummies_broadcast[bytes]
xarray.tests.test_accessor_str ‑ test_get_dummies_broadcast[str]
xarray.tests.test_accessor_str ‑ test_get_dummies_empty[bytes]
xarray.tests.test_accessor_str ‑ test_get_dummies_empty[str]
xarray.tests.test_accessor_str ‑ test_index[bytes]
xarray.tests.test_accessor_str ‑ test_index[str]
xarray.tests.test_accessor_str ‑ test_index_broadcast[bytes]
xarray.tests.test_accessor_str ‑ test_index_broadcast[str]
xarray.tests.test_accessor_str ‑ test_ismethods[bytes-isalnum]
xarray.tests.test_accessor_str ‑ test_ismethods[bytes-isalpha]
xarray.tests.test_accessor_str ‑ test_ismethods[bytes-isdigit]
xarray.tests.test_accessor_str ‑ test_ismethods[bytes-islower]
xarray.tests.test_accessor_str ‑ test_ismethods[bytes-isspace]
xarray.tests.test_accessor_str ‑ test_ismethods[bytes-istitle]
xarray.tests.test_accessor_str ‑ test_ismethods[bytes-isupper]
xarray.tests.test_accessor_str ‑ test_ismethods[str-isalnum]
xarray.tests.test_accessor_str ‑ test_ismethods[str-isalpha]
xarray.tests.test_accessor_str ‑ test_ismethods[str-isdigit]
xarray.tests.test_accessor_str ‑ test_ismethods[str-islower]
xarray.tests.test_accessor_str ‑ test_ismethods[str-isspace]
xarray.tests.test_accessor_str ‑ test_ismethods[str-istitle]
xarray.tests.test_accessor_str ‑ test_ismethods[str-isupper]
xarray.tests.test_accessor_str ‑ test_isnumeric
xarray.tests.test_accessor_str ‑ test_join_2d[bytes]
xarray.tests.test_accessor_str ‑ test_join_2d[str]
xarray.tests.test_accessor_str ‑ test_join_broadcast[bytes]
xarray.tests.test_accessor_str ‑ test_join_broadcast[str]
xarray.tests.test_accessor_str ‑ test_join_scalar[bytes]
xarray.tests.test_accessor_str ‑ test_join_scalar[str]
xarray.tests.test_accessor_str ‑ test_join_vector[bytes]
xarray.tests.test_accessor_str ‑ test_join_vector[str]
xarray.tests.test_accessor_str ‑ test_len[bytes]
xarray.tests.test_accessor_str ‑ test_len[str]
xarray.tests.test_accessor_str ‑ test_match[bytes]
xarray.tests.test_accessor_str ‑ test_match[str]
xarray.tests.test_accessor_str ‑ test_mod_broadcast_multi
xarray.tests.test_accessor_str ‑ test_mod_broadcast_single
xarray.tests.test_accessor_str ‑ test_mod_dict
xarray.tests.test_accessor_str ‑ test_mod_scalar
xarray.tests.test_accessor_str ‑ test_pad_center_ljust_rjust[bytes]
xarray.tests.test_accessor_str ‑ test_pad_center_ljust_rjust[str]
xarray.tests.test_accessor_str ‑ test_pad_center_ljust_rjust_broadcast[bytes]
xarray.tests.test_accessor_str ‑ test_pad_center_ljust_rjust_broadcast[str]
xarray.tests.test_accessor_str ‑ test_pad_center_ljust_rjust_fillchar[bytes]
xarray.tests.test_accessor_str ‑ test_pad_center_ljust_rjust_fillchar[str]
xarray.tests.test_accessor_str ‑ test_partition_comma[bytes]
xarray.tests.test_accessor_str ‑ test_partition_comma[str]
xarray.tests.test_accessor_str ‑ test_partition_empty[bytes]
xarray.tests.test_accessor_str ‑ test_partition_empty[str]
xarray.tests.test_accessor_str ‑ test_partition_whitespace[bytes]
xarray.tests.test_accessor_str ‑ test_partition_whitespace[str]
xarray.tests.test_accessor_str ‑ test_repeat[bytes]
xarray.tests.test_accessor_str ‑ test_repeat[str]
xarray.tests.test_accessor_str ‑ test_repeat_broadcast[bytes]
xarray.tests.test_accessor_str ‑ test_repeat_broadcast[str]
xarray.tests.test_accessor_str ‑ test_replace[bytes]
xarray.tests.test_accessor_str ‑ test_replace[str]
xarray.tests.test_accessor_str ‑ test_replace_callable
xarray.tests.test_accessor_str ‑ test_replace_compiled_regex[bytes]
xarray.tests.test_accessor_str ‑ test_replace_compiled_regex[str]
xarray.tests.test_accessor_str ‑ test_replace_literal[bytes]
xarray.tests.test_accessor_str ‑ test_replace_literal[str]
xarray.tests.test_accessor_str ‑ test_replace_unicode
xarray.tests.test_accessor_str ‑ test_slice[bytes]
xarray.tests.test_accessor_str ‑ test_slice[str]
xarray.tests.test_accessor_str ‑ test_slice_broadcast[bytes]
xarray.tests.test_accessor_str ‑ test_slice_broadcast[str]
xarray.tests.test_accessor_str ‑ test_slice_replace[bytes]
xarray.tests.test_accessor_str ‑ test_slice_replace[str]
xarray.tests.test_accessor_str ‑ test_slice_replace_broadcast[bytes]
xarray.tests.test_accessor_str ‑ test_slice_replace_broadcast[str]
xarray.tests.test_accessor_str ‑ test_split_comma_dim[bytes-rsplit_10]
xarray.tests.test_accessor_str ‑ test_split_comma_dim[bytes-rsplit_1]
xarray.tests.test_accessor_str ‑ test_split_comma_dim[bytes-rsplit_full]
xarray.tests.test_accessor_str ‑ test_split_comma_dim[bytes-split_10]
xarray.tests.test_accessor_str ‑ test_split_comma_dim[bytes-split_1]
xarray.tests.test_accessor_str ‑ test_split_comma_dim[bytes-split_full]
xarray.tests.test_accessor_str ‑ test_split_comma_dim[str-rsplit_10]
xarray.tests.test_accessor_str ‑ test_split_comma_dim[str-rsplit_1]
xarray.tests.test_accessor_str ‑ test_split_comma_dim[str-rsplit_full]
xarray.tests.test_accessor_str ‑ test_split_comma_dim[str-split_10]
xarray.tests.test_accessor_str ‑ test_split_comma_dim[str-split_1]
xarray.tests.test_accessor_str ‑ test_split_comma_dim[str-split_full]
xarray.tests.test_accessor_str ‑ test_split_comma_nodim[bytes-rsplit_10]
xarray.tests.test_accessor_str ‑ test_split_comma_nodim[bytes-rsplit_1]
xarray.tests.test_accessor_str ‑ test_split_comma_nodim[bytes-rsplit_full]
xarray.tests.test_accessor_str ‑ test_split_comma_nodim[bytes-split_10]
xarray.tests.test_accessor_str ‑ test_split_comma_nodim[bytes-split_1]
xarray.tests.test_accessor_str ‑ test_split_comma_nodim[bytes-split_full]
xarray.tests.test_accessor_str ‑ test_split_comma_nodim[str-rsplit_10]
xarray.tests.test_accessor_str ‑ test_split_comma_nodim[str-rsplit_1]
xarray.tests.test_accessor_str ‑ test_split_comma_nodim[str-rsplit_full]
xarray.tests.test_accessor_str ‑ test_split_comma_nodim[str-split_10]
xarray.tests.test_accessor_str ‑ test_split_comma_nodim[str-split_1]
xarray.tests.test_accessor_str ‑ test_split_comma_nodim[str-split_full]
xarray.tests.test_accessor_str ‑ test_split_empty[bytes]
xarray.tests.test_accessor_str ‑ test_split_empty[str]
xarray.tests.test_accessor_str ‑ test_split_whitespace_dim[bytes-rsplit_1]
xarray.tests.test_accessor_str ‑ test_split_whitespace_dim[bytes-rsplit_full]
xarray.tests.test_accessor_str ‑ test_split_whitespace_dim[bytes-split_1]
xarray.tests.test_accessor_str ‑ test_split_whitespace_dim[bytes-split_full]
xarray.tests.test_accessor_str ‑ test_split_whitespace_dim[str-rsplit_1]
xarray.tests.test_accessor_str ‑ test_split_whitespace_dim[str-rsplit_full]
xarray.tests.test_accessor_str ‑ test_split_whitespace_dim[str-split_1]
xarray.tests.test_accessor_str ‑ test_split_whitespace_dim[str-split_full]
xarray.tests.test_accessor_str ‑ test_split_whitespace_nodim[bytes-rsplit_1]
xarray.tests.test_accessor_str ‑ test_split_whitespace_nodim[bytes-rsplit_full]
xarray.tests.test_accessor_str ‑ test_split_whitespace_nodim[bytes-split_1]
xarray.tests.test_accessor_str ‑ test_split_whitespace_nodim[bytes-split_full]
xarray.tests.test_accessor_str ‑ test_split_whitespace_nodim[str-rsplit_1]
xarray.tests.test_accessor_str ‑ test_split_whitespace_nodim[str-rsplit_full]
xarray.tests.test_accessor_str ‑ test_split_whitespace_nodim[str-split_1]
xarray.tests.test_accessor_str ‑ test_split_whitespace_nodim[str-split_full]
xarray.tests.test_accessor_str ‑ test_splitters_broadcast[bytes]
xarray.tests.test_accessor_str ‑ test_splitters_broadcast[str]
xarray.tests.test_accessor_str ‑ test_splitters_empty_str[bytes]
xarray.tests.test_accessor_str ‑ test_splitters_empty_str[str]
xarray.tests.test_accessor_str ‑ test_starts_ends_with[bytes]
xarray.tests.test_accessor_str ‑ test_starts_ends_with[str]
xarray.tests.test_accessor_str ‑ test_starts_ends_with_broadcast[bytes]
xarray.tests.test_accessor_str ‑ test_starts_ends_with_broadcast[str]
xarray.tests.test_accessor_str ‑ test_strip_lstrip_rstrip[bytes]
xarray.tests.test_accessor_str ‑ test_strip_lstrip_rstrip[str]
xarray.tests.test_accessor_str ‑ test_strip_lstrip_rstrip_args[bytes]
xarray.tests.test_accessor_str ‑ test_strip_lstrip_rstrip_args[str]
xarray.tests.test_accessor_str ‑ test_strip_lstrip_rstrip_broadcast[bytes]
xarray.tests.test_accessor_str ‑ test_strip_lstrip_rstrip_broadcast[str]
xarray.tests.test_accessor_str ‑ test_translate
xarray.tests.test_accessor_str ‑ test_wrap
xarray.tests.test_accessor_str ‑ test_wrap_kwargs_passed
xarray.tests.test_accessor_str ‑ test_zfill[bytes]
xarray.tests.test_accessor_str ‑ test_zfill[str]
xarray.tests.test_accessor_str ‑ test_zfill_broadcast[bytes]
xarray.tests.test_accessor_str ‑ test_zfill_broadcast[str]
xarray.tests.test_array_api
xarray.tests.test_array_api ‑ test_aggregation
xarray.tests.test_array_api ‑ test_aggregation_skipna
xarray.tests.test_array_api ‑ test_arithmetic
xarray.tests.test_array_api ‑ test_astype
xarray.tests.test_array_api ‑ test_broadcast
xarray.tests.test_array_api ‑ test_broadcast_during_arithmetic
xarray.tests.test_array_api ‑ test_concat
xarray.tests.test_array_api ‑ test_indexing
xarray.tests.test_array_api ‑ test_properties
xarray.tests.test_array_api ‑ test_reorganizing_operation
xarray.tests.test_array_api ‑ test_stack
xarray.tests.test_array_api ‑ test_unstack
xarray.tests.test_array_api ‑ test_where
xarray.tests.test_assertions ‑ test_allclose_regression
xarray.tests.test_assertions ‑ test_assert_allclose[Coordinates]
xarray.tests.test_assertions ‑ test_assert_allclose[DataArray]
xarray.tests.test_assertions ‑ test_assert_allclose[DataArray_with_character_dtype]
xarray.tests.test_assertions ‑ test_assert_allclose[Dataset]
xarray.tests.test_assertions ‑ test_assert_allclose[Variable]
xarray.tests.test_assertions ‑ test_assert_allclose_equal_transpose[assert_allclose]
xarray.tests.test_assertions ‑ test_assert_allclose_equal_transpose[assert_equal]
xarray.tests.test_assertions ‑ test_assert_duckarray_equal[both arrays-dask]
xarray.tests.test_assertions ‑ test_assert_duckarray_equal[both arrays-numpy]
xarray.tests.test_assertions ‑ test_assert_duckarray_equal[both arrays-pint]
xarray.tests.test_assertions ‑ test_assert_duckarray_equal[first scalar-dask]
xarray.tests.test_assertions ‑ test_assert_duckarray_equal[first scalar-numpy]
xarray.tests.test_assertions ‑ test_assert_duckarray_equal[first scalar-pint]
xarray.tests.test_assertions ‑ test_assert_duckarray_equal[second scalar-dask]
xarray.tests.test_assertions ‑ test_assert_duckarray_equal[second scalar-numpy]
xarray.tests.test_assertions ‑ test_assert_duckarray_equal[second scalar-pint]
xarray.tests.test_assertions ‑ test_assert_duckarray_equal_failing[both arrays-dask]
xarray.tests.test_assertions ‑ test_assert_duckarray_equal_failing[both arrays-numpy]
xarray.tests.test_assertions ‑ test_assert_duckarray_equal_failing[both arrays-pint]
xarray.tests.test_assertions ‑ test_assert_duckarray_equal_failing[first scalar-dask]
xarray.tests.test_assertions ‑ test_assert_duckarray_equal_failing[first scalar-numpy]
xarray.tests.test_assertions ‑ test_assert_duckarray_equal_failing[first scalar-pint]
xarray.tests.test_assertions ‑ test_assert_duckarray_equal_failing[second scalar-dask]
xarray.tests.test_assertions ‑ test_assert_duckarray_equal_failing[second scalar-numpy]
xarray.tests.test_assertions ‑ test_assert_duckarray_equal_failing[second scalar-pint]
xarray.tests.test_assertions ‑ test_assert_equal_transpose_datatree
xarray.tests.test_assertions ‑ test_ensure_warnings_not_elevated[assert_allclose]
xarray.tests.test_assertions ‑ test_ensure_warnings_not_elevated[assert_duckarray_allclose]
xarray.tests.test_assertions ‑ test_ensure_warnings_not_elevated[assert_duckarray_equal]
xarray.tests.test_assertions ‑ test_ensure_warnings_not_elevated[assert_equal]
xarray.tests.test_assertions ‑ test_ensure_warnings_not_elevated[assert_identical]
xarray.tests.test_backends ‑ test_chunking_consintency[-1]
xarray.tests.test_backends ‑ test_chunking_consintency[auto]
xarray.tests.test_backends ‑ test_chunking_consintency[chunks2]
xarray.tests.test_backends ‑ test_chunking_consintency[chunks3]
xarray.tests.test_backends ‑ test_chunking_consintency[chunks4]
xarray.tests.test_backends ‑ test_chunking_consintency[chunks5]
xarray.tests.test_backends ‑ test_encode_zarr_attr_value
xarray.tests.test_backends ‑ test_extract_zarr_variable_encoding
xarray.tests.test_backends ‑ test_h5netcdf_entrypoint
xarray.tests.test_backends ‑ test_h5netcdf_storage_options
xarray.tests.test_backends ‑ test_invalid_netcdf_raises[netcdf4]
xarray.tests.test_backends ‑ test_invalid_netcdf_raises[scipy]
xarray.tests.test_backends ‑ test_load_single_value_h5netcdf
xarray.tests.test_backends ‑ test_netcdf4_entrypoint
xarray.tests.test_backends ‑ test_no_warning_from_dask_effective_get
xarray.tests.test_backends ‑ test_open_dataset_chunking_zarr[-1]
xarray.tests.test_backends ‑ test_open_dataset_chunking_zarr[auto]
xarray.tests.test_backends ‑ test_open_dataset_chunking_zarr[chunks2]
xarray.tests.test_backends ‑ test_open_dataset_chunking_zarr[chunks3]
xarray.tests.test_backends ‑ test_open_dataset_chunking_zarr[chunks4]
xarray.tests.test_backends ‑ test_open_dataset_chunking_zarr[chunks5]
xarray.tests.test_backends ‑ test_open_fsspec
xarray.tests.test_backends ‑ test_open_mfdataset_can_open_path_objects
xarray.tests.test_backends ‑ test_open_mfdataset_list_attr
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[h5netcdf-1-False-5-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[h5netcdf-1-False-5-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[h5netcdf-1-False-None-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[h5netcdf-1-False-None-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[h5netcdf-1-True-5-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[h5netcdf-1-True-5-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[h5netcdf-1-True-None-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[h5netcdf-1-True-None-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[h5netcdf-20-False-5-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[h5netcdf-20-False-5-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[h5netcdf-20-False-None-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[h5netcdf-20-False-None-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[h5netcdf-20-True-5-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[h5netcdf-20-True-5-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[h5netcdf-20-True-None-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[h5netcdf-20-True-None-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[netcdf4-1-False-5-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[netcdf4-1-False-5-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[netcdf4-1-False-None-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[netcdf4-1-False-None-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[netcdf4-1-True-5-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[netcdf4-1-True-5-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[netcdf4-1-True-None-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[netcdf4-1-True-None-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[netcdf4-20-False-5-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[netcdf4-20-False-5-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[netcdf4-20-False-None-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[netcdf4-20-False-None-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[netcdf4-20-True-5-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[netcdf4-20-True-5-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[netcdf4-20-True-None-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[netcdf4-20-True-None-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[scipy-1-False-5-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[scipy-1-False-5-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[scipy-1-False-None-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[scipy-1-False-None-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[scipy-1-True-5-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[scipy-1-True-5-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[scipy-1-True-None-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[scipy-1-True-None-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[scipy-20-False-5-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[scipy-20-False-5-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[scipy-20-False-None-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[scipy-20-False-None-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[scipy-20-True-5-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[scipy-20-True-5-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[scipy-20-True-None-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[scipy-20-True-None-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[zarr-1-False-5-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[zarr-1-False-5-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[zarr-1-False-None-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[zarr-1-False-None-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[zarr-1-True-5-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[zarr-1-True-5-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[zarr-1-True-None-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[zarr-1-True-None-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[zarr-20-False-5-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[zarr-20-False-5-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[zarr-20-False-None-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[zarr-20-False-None-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[zarr-20-True-5-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[zarr-20-True-5-None]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[zarr-20-True-None-5]
xarray.tests.test_backends ‑ test_open_mfdataset_manyfiles[zarr-20-True-None-None]
xarray.tests.test_backends ‑ test_pickle_open_mfdataset_dataset[2]
xarray.tests.test_backends ‑ test_pickle_open_mfdataset_dataset[3]
xarray.tests.test_backends ‑ test_pickle_open_mfdataset_dataset[NOTSET]
xarray.tests.test_backends ‑ test_raises_key_error_on_invalid_zarr_store[2]
xarray.tests.test_backends ‑ test_raises_key_error_on_invalid_zarr_store[3]
xarray.tests.test_backends ‑ test_raises_key_error_on_invalid_zarr_store[NOTSET]
xarray.tests.test_backends ‑ test_scipy_entrypoint
xarray.tests.test_backends ‑ test_source_encoding_always_present
xarray.tests.test_backends ‑ test_source_encoding_always_present_with_fsspec
xarray.tests.test_backends ‑ test_source_encoding_always_present_with_pathlib
xarray.tests.test_backends ‑ test_use_cftime_false_nonstandard_calendar[1500-360_day]
xarray.tests.test_backends ‑ test_use_cftime_false_nonstandard_calendar[1500-365_day]
xarray.tests.test_backends ‑ test_use_cftime_false_nonstandard_calendar[1500-366_day]
xarray.tests.test_backends ‑ test_use_cftime_false_nonstandard_calendar[1500-all_leap]
xarray.tests.test_backends ‑ test_use_cftime_false_nonstandard_calendar[1500-julian]
xarray.tests.test_backends ‑ test_use_cftime_false_nonstandard_calendar[1500-noleap]
xarray.tests.test_backends ‑ test_use_cftime_false_nonstandard_calendar[2000-360_day]
xarray.tests.test_backends ‑ test_use_cftime_false_nonstandard_calendar[2000-365_day]
xarray.tests.test_backends ‑ test_use_cftime_false_nonstandard_calendar[2000-366_day]
xarray.tests.test_backends ‑ test_use_cftime_false_nonstandard_calendar[2000-all_leap]
xarray.tests.test_backends ‑ test_use_cftime_false_nonstandard_calendar[2000-julian]
xarray.tests.test_backends ‑ test_use_cftime_false_nonstandard_calendar[2000-noleap]
xarray.tests.test_backends ‑ test_use_cftime_false_nonstandard_calendar[2500-360_day]
xarray.tests.test_backends ‑ test_use_cftime_false_nonstandard_calendar[2500-365_day]
xarray.tests.test_backends ‑ test_use_cftime_false_nonstandard_calendar[2500-366_day]
xarray.tests.test_backends ‑ test_use_cftime_false_nonstandard_calendar[2500-all_leap]
xarray.tests.test_backends ‑ test_use_cftime_false_nonstandard_calendar[2500-julian]
xarray.tests.test_backends ‑ test_use_cftime_false_nonstandard_calendar[2500-noleap]
xarray.tests.test_backends ‑ test_use_cftime_false_standard_calendar_in_range[gregorian]
xarray.tests.test_backends ‑ test_use_cftime_false_standard_calendar_in_range[proleptic_gregorian]
xarray.tests.test_backends ‑ test_use_cftime_false_standard_calendar_in_range[standard]
xarray.tests.test_backends ‑ test_use_cftime_false_standard_calendar_out_of_range[gregorian]
xarray.tests.test_backends ‑ test_use_cftime_false_standard_calendar_out_of_range[standard]
xarray.tests.test_backends ‑ test_use_cftime_standard_calendar_default_in_range[gregorian]
xarray.tests.test_backends ‑ test_use_cftime_standard_calendar_default_in_range[proleptic_gregorian]
xarray.tests.test_backends ‑ test_use_cftime_standard_calendar_default_in_range[standard]
xarray.tests.test_backends ‑ test_use_cftime_standard_calendar_default_out_of_range[gregorian]
xarray.tests.test_backends ‑ test_use_cftime_standard_calendar_default_out_of_range[standard]
xarray.tests.test_backends ‑ test_use_cftime_true[1500-360_day]
xarray.tests.test_backends ‑ test_use_cftime_true[1500-365_day]
xarray.tests.test_backends ‑ test_use_cftime_true[1500-366_day]
xarray.tests.test_backends ‑ test_use_cftime_true[1500-all_leap]
xarray.tests.test_backends ‑ test_use_cftime_true[1500-gregorian]
xarray.tests.test_backends ‑ test_use_cftime_true[1500-julian]
xarray.tests.test_backends ‑ test_use_cftime_true[1500-noleap]
xarray.tests.test_backends ‑ test_use_cftime_true[1500-proleptic_gregorian]
xarray.tests.test_backends ‑ test_use_cftime_true[1500-standard]
xarray.tests.test_backends ‑ test_use_cftime_true[2000-360_day]
xarray.tests.test_backends ‑ test_use_cftime_true[2000-365_day]
xarray.tests.test_backends ‑ test_use_cftime_true[2000-366_day]
xarray.tests.test_backends ‑ test_use_cftime_true[2000-all_leap]
xarray.tests.test_backends ‑ test_use_cftime_true[2000-gregorian]
xarray.tests.test_backends ‑ test_use_cftime_true[2000-julian]
xarray.tests.test_backends ‑ test_use_cftime_true[2000-noleap]
xarray.tests.test_backends ‑ test_use_cftime_true[2000-proleptic_gregorian]
xarray.tests.test_backends ‑ test_use_cftime_true[2000-standard]
xarray.tests.test_backends ‑ test_use_cftime_true[2500-360_day]
xarray.tests.test_backends ‑ test_use_cftime_true[2500-365_day]
xarray.tests.test_backends ‑ test_use_cftime_true[2500-366_day]
xarray.tests.test_backends ‑ test_use_cftime_true[2500-all_leap]
xarray.tests.test_backends ‑ test_use_cftime_true[2500-gregorian]
xarray.tests.test_backends ‑ test_use_cftime_true[2500-julian]
xarray.tests.test_backends ‑ test_use_cftime_true[2500-noleap]
xarray.tests.test_backends ‑ test_use_cftime_true[2500-proleptic_gregorian]
xarray.tests.test_backends ‑ test_use_cftime_true[2500-standard]
xarray.tests.test_backends ‑ test_write_file_from_np_str[str]
xarray.tests.test_backends ‑ test_write_file_from_np_str[str_]
xarray.tests.test_backends ‑ test_zarr_closing_internal_zip_store[2]
xarray.tests.test_backends ‑ test_zarr_closing_internal_zip_store[3]
xarray.tests.test_backends ‑ test_zarr_closing_internal_zip_store[NOTSET]
xarray.tests.test_backends ‑ test_zarr_create_default_indexes[False]
xarray.tests.test_backends ‑ test_zarr_create_default_indexes[True]
xarray.tests.test_backends ‑ test_zarr_storage_options
xarray.tests.test_backends ‑ test_zarr_version_deprecated
xarray.tests.test_backends.TestCommon ‑ test_robust_getitem
xarray.tests.test_backends.TestDask ‑ test_array_type_after_indexing
xarray.tests.test_backends.TestDask ‑ test_attrs_mfdataset
xarray.tests.test_backends.TestDask ‑ test_dask_roundtrip
xarray.tests.test_backends.TestDask ‑ test_dataarray_compute
xarray.tests.test_backends.TestDask ‑ test_dataset_caching
xarray.tests.test_backends.TestDask ‑ test_dataset_compute
xarray.tests.test_backends.TestDask ‑ test_deterministic_names
xarray.tests.test_backends.TestDask ‑ test_dropna
xarray.tests.test_backends.TestDask ‑ test_encoding_mfdataset
xarray.tests.test_backends.TestDask ‑ test_encoding_mfdataset_new_defaults
xarray.tests.test_backends.TestDask ‑ test_inline_array
xarray.tests.test_backends.TestDask ‑ test_isel_dataarray
xarray.tests.test_backends.TestDask ‑ test_load
xarray.tests.test_backends.TestDask ‑ test_load_dataarray
xarray.tests.test_backends.TestDask ‑ test_load_dataset
xarray.tests.test_backends.TestDask ‑ test_ondisk_after_print
xarray.tests.test_backends.TestDask ‑ test_open_and_do_math
xarray.tests.test_backends.TestDask ‑ test_open_dataset
xarray.tests.test_backends.TestDask ‑ test_open_mfdataset
xarray.tests.test_backends.TestDask ‑ test_open_mfdataset_2
xarray.tests.test_backends.TestDask ‑ test_open_mfdataset_2d
xarray.tests.test_backends.TestDask ‑ test_open_mfdataset_2d_pathlib
xarray.tests.test_backends.TestDask ‑ test_open_mfdataset_2d_with_ignore
xarray.tests.test_backends.TestDask ‑ test_open_mfdataset_2d_with_warn
xarray.tests.test_backends.TestDask ‑ test_open_mfdataset_attrs_file
xarray.tests.test_backends.TestDask ‑ test_open_mfdataset_attrs_file_path
xarray.tests.test_backends.TestDask ‑ test_open_mfdataset_auto_combine
xarray.tests.test_backends.TestDask ‑ test_open_mfdataset_concat_dim[default]
xarray.tests.test_backends.TestDask ‑ test_open_mfdataset_concat_dim[none]
xarray.tests.test_backends.TestDask ‑ test_open_mfdataset_no_files
xarray.tests.test_backends.TestDask ‑ test_open_mfdataset_pathlib
xarray.tests.test_backends.TestDask ‑ test_open_mfdataset_raise_on_bad_combine_args
xarray.tests.test_backends.TestDask ‑ test_open_mfdataset_with_ignore
xarray.tests.test_backends.TestDask ‑ test_open_mfdataset_with_warn
xarray.tests.test_backends.TestDask ‑ test_open_multi_dataset
xarray.tests.test_backends.TestDask ‑ test_open_single_dataset
xarray.tests.test_backends.TestDask ‑ test_orthogonal_indexing
xarray.tests.test_backends.TestDask ‑ test_outer_indexing_reversed
xarray.tests.test_backends.TestDask ‑ test_pickle
xarray.tests.test_backends.TestDask ‑ test_pickle_dataarray
xarray.tests.test_backends.TestDask ‑ test_preprocess_mfdataset
xarray.tests.test_backends.TestDask ‑ test_roundtrip_None_variable
xarray.tests.test_backends.TestDask ‑ test_roundtrip_boolean_dtype
xarray.tests.test_backends.TestDask ‑ test_roundtrip_cftime_datetime_data
xarray.tests.test_backends.TestDask ‑ test_roundtrip_coordinates
xarray.tests.test_backends.TestDask ‑ test_roundtrip_coordinates_with_space
xarray.tests.test_backends.TestDask ‑ test_roundtrip_example_1_netcdf
xarray.tests.test_backends.TestDask ‑ test_roundtrip_float64_data
xarray.tests.test_backends.TestDask ‑ test_roundtrip_global_coordinates
xarray.tests.test_backends.TestDask ‑ test_roundtrip_numpy_datetime_data
xarray.tests.test_backends.TestDask ‑ test_roundtrip_object_dtype
xarray.tests.test_backends.TestDask ‑ test_roundtrip_string_data
xarray.tests.test_backends.TestDask ‑ test_roundtrip_string_encoded_characters
xarray.tests.test_backends.TestDask ‑ test_roundtrip_test_data
xarray.tests.test_backends.TestDask ‑ test_roundtrip_timedelta_data
Check notice on line 0 in .github
github-actions / Test Results
23970 tests found (test 879 to 1558)
There are 23970 tests, see "Raw output" for the list of tests 879 to 1558.
Raw output
xarray.tests.test_backends.TestDask ‑ test_roundtrip_timedelta_data_via_dtype[ms]
xarray.tests.test_backends.TestDask ‑ test_roundtrip_timedelta_data_via_dtype[ns]
xarray.tests.test_backends.TestDask ‑ test_roundtrip_timedelta_data_via_dtype[s]
xarray.tests.test_backends.TestDask ‑ test_roundtrip_timedelta_data_via_dtype[us]
xarray.tests.test_backends.TestDask ‑ test_save_mfdataset_compute_false_roundtrip
xarray.tests.test_backends.TestDask ‑ test_save_mfdataset_invalid
xarray.tests.test_backends.TestDask ‑ test_save_mfdataset_invalid_dataarray
xarray.tests.test_backends.TestDask ‑ test_save_mfdataset_pass_kwargs
xarray.tests.test_backends.TestDask ‑ test_save_mfdataset_pathlib_roundtrip
xarray.tests.test_backends.TestDask ‑ test_save_mfdataset_roundtrip
xarray.tests.test_backends.TestDask ‑ test_vectorized_indexing
xarray.tests.test_backends.TestDask ‑ test_vectorized_indexing_negative_step
xarray.tests.test_backends.TestDask ‑ test_write_store
xarray.tests.test_backends.TestDask ‑ test_zero_dimensional_variable
xarray.tests.test_backends.TestDataArrayToNetCDF ‑ test_dataarray_to_netcdf_coord_name_clash
xarray.tests.test_backends.TestDataArrayToNetCDF ‑ test_dataarray_to_netcdf_no_name
xarray.tests.test_backends.TestDataArrayToNetCDF ‑ test_dataarray_to_netcdf_no_name_pathlib
xarray.tests.test_backends.TestDataArrayToNetCDF ‑ test_dataarray_to_netcdf_return_bytes
xarray.tests.test_backends.TestDataArrayToNetCDF ‑ test_dataarray_to_netcdf_with_name
xarray.tests.test_backends.TestDataArrayToNetCDF ‑ test_open_dataarray_options
xarray.tests.test_backends.TestDataArrayToZarr ‑ test_dataarray_to_zarr_align_chunks_true[Dict]
xarray.tests.test_backends.TestDataArrayToZarr ‑ test_dataarray_to_zarr_align_chunks_true[ZipStore]
xarray.tests.test_backends.TestDataArrayToZarr ‑ test_dataarray_to_zarr_align_chunks_true[tmp_path]
xarray.tests.test_backends.TestDataArrayToZarr ‑ test_dataarray_to_zarr_compute_false[Dict]
xarray.tests.test_backends.TestDataArrayToZarr ‑ test_dataarray_to_zarr_compute_false[ZipStore]
xarray.tests.test_backends.TestDataArrayToZarr ‑ test_dataarray_to_zarr_compute_false[tmp_path]
xarray.tests.test_backends.TestDataArrayToZarr ‑ test_dataarray_to_zarr_coord_name_clash[Dict]
xarray.tests.test_backends.TestDataArrayToZarr ‑ test_dataarray_to_zarr_coord_name_clash[ZipStore]
xarray.tests.test_backends.TestDataArrayToZarr ‑ test_dataarray_to_zarr_coord_name_clash[tmp_path]
xarray.tests.test_backends.TestDataArrayToZarr ‑ test_dataarray_to_zarr_no_name[Dict]
xarray.tests.test_backends.TestDataArrayToZarr ‑ test_dataarray_to_zarr_no_name[ZipStore]
xarray.tests.test_backends.TestDataArrayToZarr ‑ test_dataarray_to_zarr_no_name[tmp_path]
xarray.tests.test_backends.TestDataArrayToZarr ‑ test_dataarray_to_zarr_with_name[Dict]
xarray.tests.test_backends.TestDataArrayToZarr ‑ test_dataarray_to_zarr_with_name[ZipStore]
xarray.tests.test_backends.TestDataArrayToZarr ‑ test_dataarray_to_zarr_with_name[tmp_path]
xarray.tests.test_backends.TestDataArrayToZarr ‑ test_open_dataarray_options[Dict]
xarray.tests.test_backends.TestDataArrayToZarr ‑ test_open_dataarray_options[ZipStore]
xarray.tests.test_backends.TestDataArrayToZarr ‑ test_open_dataarray_options[tmp_path]
xarray.tests.test_backends.TestEncodingInvalid ‑ test_extract_h5nc_encoding
xarray.tests.test_backends.TestEncodingInvalid ‑ test_extract_nc4_variable_encoding
xarray.tests.test_backends.TestEncodingInvalid ‑ test_extract_nc4_variable_encoding_netcdf4
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_append_overwrite_values
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_append_with_invalid_dim_raises
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_append_write
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_array_type_after_indexing
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_coordinate_variables_after_dataset_roundtrip
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_coordinate_variables_after_iris_roundtrip
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_coordinates_encoding
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_cross_engine_read_write_netcdf3
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_dataset_caching
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_dataset_compute
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_default_fill_value
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_dropna
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_dtype_coercion_error
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_encoding_kwarg
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_encoding_kwarg_dates
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_encoding_kwarg_fixed_width_string
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_encoding_same_dtype
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_encoding_unlimited_dims
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_engine
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_explicitly_omit_fill_value
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_explicitly_omit_fill_value_in_coord
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_explicitly_omit_fill_value_in_coord_via_encoding_kwarg
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_explicitly_omit_fill_value_via_encoding_kwarg
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_grid_mapping_and_bounds_are_coordinates_after_dataarray_roundtrip
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_grid_mapping_and_bounds_are_not_coordinates_in_file
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_indexing_roundtrip[indexer0]
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_indexing_roundtrip[indexer1]
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_indexing_roundtrip[indexer2]
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_indexing_roundtrip[indexer3]
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_indexing_roundtrip[indexer4]
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_invalid_dataarray_names_raise
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_isel_dataarray
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_load
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_multiindex_not_implemented
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_ondisk_after_print
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_orthogonal_indexing
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_outer_indexing_reversed
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_pickle
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_pickle_dataarray
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_None_variable
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_boolean_dtype
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_bytes_with_fill_value
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_cftime_datetime_data
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_coordinates
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_coordinates_with_space
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_empty_vlen_string_array
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_endian
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_example_1_netcdf
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_float64_data
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_global_coordinates
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_mask_and_scale[dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_mask_and_scale[dtype0-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_mask_and_scale[dtype0-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_mask_and_scale[dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_mask_and_scale[dtype0-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_mask_and_scale[dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_mask_and_scale[dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_mask_and_scale[dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_mask_and_scale[dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_mask_and_scale[dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_numpy_datetime_data
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_object_dtype
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_string_data
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_string_encoded_characters
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_string_with_fill_value_nchar
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_test_data
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_timedelta_data
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_timedelta_data_via_dtype[ms]
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_timedelta_data_via_dtype[ns]
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_timedelta_data_via_dtype[s]
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_timedelta_data_via_dtype[us]
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_unsigned[-1-False]
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_unsigned[255-True]
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_unsigned[fill_value0-False]
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_unsigned[fill_value1-True]
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_via_bytes
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_roundtrip_via_file_object
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_string_object_warning
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_vectorized_indexing
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_vectorized_indexing_negative_step
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_write_store
xarray.tests.test_backends.TestGenericNetCDFData ‑ test_zero_dimensional_variable
xarray.tests.test_backends.TestH5NetCDFAlreadyOpen ‑ test_deepcopy
xarray.tests.test_backends.TestH5NetCDFAlreadyOpen ‑ test_open_dataset_group
xarray.tests.test_backends.TestH5NetCDFData ‑ test_0dimensional_variable
xarray.tests.test_backends.TestH5NetCDFData ‑ test_append_overwrite_values
xarray.tests.test_backends.TestH5NetCDFData ‑ test_append_with_invalid_dim_raises
xarray.tests.test_backends.TestH5NetCDFData ‑ test_append_write
xarray.tests.test_backends.TestH5NetCDFData ‑ test_array_type_after_indexing
xarray.tests.test_backends.TestH5NetCDFData ‑ test_auto_chunking_is_based_on_disk_chunk_sizes
xarray.tests.test_backends.TestH5NetCDFData ‑ test_base_chunking_uses_disk_chunk_sizes
xarray.tests.test_backends.TestH5NetCDFData ‑ test_byte_attrs
xarray.tests.test_backends.TestH5NetCDFData ‑ test_complex
xarray.tests.test_backends.TestH5NetCDFData ‑ test_complex_error[False]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_complex_error[None]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_compression_check_encoding_h5py
xarray.tests.test_backends.TestH5NetCDFData ‑ test_compression_encoding_h5py
xarray.tests.test_backends.TestH5NetCDFData ‑ test_compression_encoding_legacy
xarray.tests.test_backends.TestH5NetCDFData ‑ test_coordinate_variables_after_dataset_roundtrip
xarray.tests.test_backends.TestH5NetCDFData ‑ test_coordinate_variables_after_iris_roundtrip
xarray.tests.test_backends.TestH5NetCDFData ‑ test_coordinates_encoding
xarray.tests.test_backends.TestH5NetCDFData ‑ test_create_default_indexes[False]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_create_default_indexes[True]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_cross_engine_read_write_netcdf4
xarray.tests.test_backends.TestH5NetCDFData ‑ test_dataset_caching
xarray.tests.test_backends.TestH5NetCDFData ‑ test_dataset_compute
xarray.tests.test_backends.TestH5NetCDFData ‑ test_decode_utf8_warning
xarray.tests.test_backends.TestH5NetCDFData ‑ test_default_fill_value
xarray.tests.test_backends.TestH5NetCDFData ‑ test_default_to_char_arrays
xarray.tests.test_backends.TestH5NetCDFData ‑ test_dropna
xarray.tests.test_backends.TestH5NetCDFData ‑ test_dump_and_open_encodings
xarray.tests.test_backends.TestH5NetCDFData ‑ test_dump_encodings
xarray.tests.test_backends.TestH5NetCDFData ‑ test_dump_encodings_h5py
xarray.tests.test_backends.TestH5NetCDFData ‑ test_encoding_chunksizes_unlimited
xarray.tests.test_backends.TestH5NetCDFData ‑ test_encoding_enum__error_multiple_variable_with_changing_enum
xarray.tests.test_backends.TestH5NetCDFData ‑ test_encoding_enum__multiple_variable_with_enum
xarray.tests.test_backends.TestH5NetCDFData ‑ test_encoding_enum__no_fill_value
xarray.tests.test_backends.TestH5NetCDFData ‑ test_encoding_kwarg
xarray.tests.test_backends.TestH5NetCDFData ‑ test_encoding_kwarg_compression
xarray.tests.test_backends.TestH5NetCDFData ‑ test_encoding_kwarg_dates
xarray.tests.test_backends.TestH5NetCDFData ‑ test_encoding_kwarg_fixed_width_string
xarray.tests.test_backends.TestH5NetCDFData ‑ test_encoding_kwarg_vlen_string[input_strings0-True]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_encoding_kwarg_vlen_string[input_strings1-False]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_encoding_kwarg_vlen_string[input_strings2-False]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_encoding_same_dtype
xarray.tests.test_backends.TestH5NetCDFData ‑ test_encoding_unlimited_dims
xarray.tests.test_backends.TestH5NetCDFData ‑ test_explicitly_omit_fill_value
xarray.tests.test_backends.TestH5NetCDFData ‑ test_explicitly_omit_fill_value_in_coord
xarray.tests.test_backends.TestH5NetCDFData ‑ test_explicitly_omit_fill_value_in_coord_via_encoding_kwarg
xarray.tests.test_backends.TestH5NetCDFData ‑ test_explicitly_omit_fill_value_via_encoding_kwarg
xarray.tests.test_backends.TestH5NetCDFData ‑ test_grid_mapping_and_bounds_are_coordinates_after_dataarray_roundtrip
xarray.tests.test_backends.TestH5NetCDFData ‑ test_grid_mapping_and_bounds_are_not_coordinates_in_file
xarray.tests.test_backends.TestH5NetCDFData ‑ test_indexing_roundtrip[indexer0]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_indexing_roundtrip[indexer1]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_indexing_roundtrip[indexer2]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_indexing_roundtrip[indexer3]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_indexing_roundtrip[indexer4]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_invalid_dataarray_names_raise
xarray.tests.test_backends.TestH5NetCDFData ‑ test_isel_dataarray
xarray.tests.test_backends.TestH5NetCDFData ‑ test_keep_chunksizes_if_no_original_shape
xarray.tests.test_backends.TestH5NetCDFData ‑ test_load
xarray.tests.test_backends.TestH5NetCDFData ‑ test_mask_and_scale
xarray.tests.test_backends.TestH5NetCDFData ‑ test_multiindex_not_implemented
xarray.tests.test_backends.TestH5NetCDFData ‑ test_numpy_bool_
xarray.tests.test_backends.TestH5NetCDFData ‑ test_ondisk_after_print
xarray.tests.test_backends.TestH5NetCDFData ‑ test_open_encodings
xarray.tests.test_backends.TestH5NetCDFData ‑ test_open_group
xarray.tests.test_backends.TestH5NetCDFData ‑ test_open_subgroup
xarray.tests.test_backends.TestH5NetCDFData ‑ test_orthogonal_indexing
xarray.tests.test_backends.TestH5NetCDFData ‑ test_outer_indexing_reversed
xarray.tests.test_backends.TestH5NetCDFData ‑ test_phony_dims_warning
xarray.tests.test_backends.TestH5NetCDFData ‑ test_pickle
xarray.tests.test_backends.TestH5NetCDFData ‑ test_pickle_dataarray
xarray.tests.test_backends.TestH5NetCDFData ‑ test_preferred_chunks_are_disk_chunk_sizes
xarray.tests.test_backends.TestH5NetCDFData ‑ test_preferred_chunks_is_present
xarray.tests.test_backends.TestH5NetCDFData ‑ test_raise_on_forward_slashes_in_names
xarray.tests.test_backends.TestH5NetCDFData ‑ test_read_byte_attrs_as_unicode
xarray.tests.test_backends.TestH5NetCDFData ‑ test_read_variable_len_strings
xarray.tests.test_backends.TestH5NetCDFData ‑ test_refresh_from_disk
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_None_variable
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_boolean_dtype
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_bytes_with_fill_value
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_cftime_datetime_data
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_character_array
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_complex
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_coordinates
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_coordinates_with_space
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_empty_vlen_string_array
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_endian
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_example_1_netcdf
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_float64_data
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_global_coordinates
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_mask_and_scale[dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_mask_and_scale[dtype0-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_mask_and_scale[dtype0-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_mask_and_scale[dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_mask_and_scale[dtype0-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_mask_and_scale[dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_mask_and_scale[dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_mask_and_scale[dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_mask_and_scale[dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_mask_and_scale[dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_numpy_datetime_data
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_object_dtype
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_string_data
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_string_encoded_characters
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_string_with_fill_value_nchar
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_string_with_fill_value_vlen[XXX]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_string_with_fill_value_vlen[]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_string_with_fill_value_vlen[b\xe1r]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_test_data
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_timedelta_data
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_timedelta_data_via_dtype[ms]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_timedelta_data_via_dtype[ns]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_timedelta_data_via_dtype[s]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_timedelta_data_via_dtype[us]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_unsigned[-1-False]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_unsigned[255-True]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_unsigned[fill_value0-False]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_roundtrip_unsigned[fill_value1-True]
xarray.tests.test_backends.TestH5NetCDFData ‑ test_string_object_warning
xarray.tests.test_backends.TestH5NetCDFData ‑ test_vectorized_indexing
xarray.tests.test_backends.TestH5NetCDFData ‑ test_vectorized_indexing_negative_step
xarray.tests.test_backends.TestH5NetCDFData ‑ test_write_groups
xarray.tests.test_backends.TestH5NetCDFData ‑ test_write_store
xarray.tests.test_backends.TestH5NetCDFData ‑ test_zero_dimensional_variable
xarray.tests.test_backends.TestH5NetCDFDataRos3Driver ‑ test_get_variable_list
xarray.tests.test_backends.TestH5NetCDFDataRos3Driver ‑ test_get_variable_list_empty_driver_kwds
xarray.tests.test_backends.TestH5NetCDFDataRos3Driver ‑ test_robust_getitem
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_0dimensional_variable
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_append_overwrite_values
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_append_with_invalid_dim_raises
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_append_write
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_array_type_after_indexing
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_auto_chunking_is_based_on_disk_chunk_sizes
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_base_chunking_uses_disk_chunk_sizes
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_byte_attrs
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_complex
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_complex_error[False]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_complex_error[None]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_compression_check_encoding_h5py
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_compression_encoding_h5py
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_compression_encoding_legacy
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_coordinate_variables_after_dataset_roundtrip
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_coordinate_variables_after_iris_roundtrip
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_coordinates_encoding
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_create_default_indexes[False]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_create_default_indexes[True]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_cross_engine_read_write_netcdf4
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_dataset_caching
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_dataset_compute
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_decode_utf8_warning
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_default_fill_value
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_default_to_char_arrays
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_dropna
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_dump_and_open_encodings
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_dump_encodings
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_dump_encodings_h5py
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_encoding_chunksizes_unlimited
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_encoding_enum__error_multiple_variable_with_changing_enum
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_encoding_enum__multiple_variable_with_enum
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_encoding_enum__no_fill_value
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_encoding_kwarg
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_encoding_kwarg_compression
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_encoding_kwarg_dates
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_encoding_kwarg_fixed_width_string
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_encoding_kwarg_vlen_string[input_strings0-True]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_encoding_kwarg_vlen_string[input_strings1-False]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_encoding_kwarg_vlen_string[input_strings2-False]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_encoding_same_dtype
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_encoding_unlimited_dims
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_explicitly_omit_fill_value
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_explicitly_omit_fill_value_in_coord
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_explicitly_omit_fill_value_in_coord_via_encoding_kwarg
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_explicitly_omit_fill_value_via_encoding_kwarg
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_file_remains_open
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_grid_mapping_and_bounds_are_coordinates_after_dataarray_roundtrip
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_grid_mapping_and_bounds_are_not_coordinates_in_file
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_indexing_roundtrip[indexer0]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_indexing_roundtrip[indexer1]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_indexing_roundtrip[indexer2]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_indexing_roundtrip[indexer3]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_indexing_roundtrip[indexer4]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_invalid_dataarray_names_raise
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_isel_dataarray
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_keep_chunksizes_if_no_original_shape
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_load
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_mask_and_scale
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_multiindex_not_implemented
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_numpy_bool_
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_ondisk_after_print
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_open_badbytes
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_open_encodings
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_open_fileobj
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_open_group
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_open_subgroup
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_open_twice
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_orthogonal_indexing
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_outer_indexing_reversed
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_phony_dims_warning
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_pickle
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_pickle_dataarray
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_preferred_chunks_are_disk_chunk_sizes
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_preferred_chunks_is_present
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_raise_on_forward_slashes_in_names
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_read_byte_attrs_as_unicode
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_read_variable_len_strings
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_refresh_from_disk
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_None_variable
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_boolean_dtype
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_bytes_with_fill_value
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_cftime_datetime_data
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_character_array
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_complex
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_coordinates
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_coordinates_with_space
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_empty_vlen_string_array
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_endian
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_example_1_netcdf
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_float64_data
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_global_coordinates
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_mask_and_scale[dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_mask_and_scale[dtype0-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_mask_and_scale[dtype0-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_mask_and_scale[dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_mask_and_scale[dtype0-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_mask_and_scale[dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_mask_and_scale[dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_mask_and_scale[dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_mask_and_scale[dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_mask_and_scale[dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_numpy_datetime_data
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_object_dtype
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_string_data
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_string_encoded_characters
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_string_with_fill_value_nchar
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_string_with_fill_value_vlen[XXX]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_string_with_fill_value_vlen[]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_string_with_fill_value_vlen[b\xe1r]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_test_data
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_timedelta_data
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_timedelta_data_via_dtype[ms]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_timedelta_data_via_dtype[ns]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_timedelta_data_via_dtype[s]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_timedelta_data_via_dtype[us]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_unsigned[-1-False]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_unsigned[255-True]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_unsigned[fill_value0-False]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_roundtrip_unsigned[fill_value1-True]
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_string_object_warning
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_vectorized_indexing
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_vectorized_indexing_negative_step
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_write_groups
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_write_store
xarray.tests.test_backends.TestH5NetCDFFileObject ‑ test_zero_dimensional_variable
xarray.tests.test_backends.TestH5NetCDFInMemoryData ‑ test_roundtrip_group_via_bytes
xarray.tests.test_backends.TestH5NetCDFInMemoryData ‑ test_roundtrip_via_bytes
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_0dimensional_variable
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_append_overwrite_values
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_append_with_invalid_dim_raises
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_append_write
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_array_type_after_indexing
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_auto_chunking_is_based_on_disk_chunk_sizes
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_base_chunking_uses_disk_chunk_sizes
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_byte_attrs
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_complex
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_complex_error[False]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_complex_error[None]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_compression_check_encoding_h5py
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_compression_encoding_h5py
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_compression_encoding_legacy
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_coordinate_variables_after_dataset_roundtrip
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_coordinate_variables_after_iris_roundtrip
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_coordinates_encoding
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_create_default_indexes[False]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_create_default_indexes[True]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_cross_engine_read_write_netcdf4
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_dataset_caching
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_dataset_compute
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_decode_utf8_warning
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_default_fill_value
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_default_to_char_arrays
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_dropna
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_dump_and_open_encodings
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_dump_encodings
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_dump_encodings_h5py
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_encoding_chunksizes_unlimited
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_encoding_enum__error_multiple_variable_with_changing_enum
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_encoding_enum__multiple_variable_with_enum
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_encoding_enum__no_fill_value
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_encoding_kwarg
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_encoding_kwarg_compression
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_encoding_kwarg_dates
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_encoding_kwarg_fixed_width_string
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_encoding_kwarg_vlen_string[input_strings0-True]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_encoding_kwarg_vlen_string[input_strings1-False]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_encoding_kwarg_vlen_string[input_strings2-False]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_encoding_same_dtype
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_encoding_unlimited_dims
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_explicitly_omit_fill_value
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_explicitly_omit_fill_value_in_coord
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_explicitly_omit_fill_value_in_coord_via_encoding_kwarg
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_explicitly_omit_fill_value_via_encoding_kwarg
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_grid_mapping_and_bounds_are_coordinates_after_dataarray_roundtrip
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_grid_mapping_and_bounds_are_not_coordinates_in_file
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_indexing_roundtrip[indexer0]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_indexing_roundtrip[indexer1]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_indexing_roundtrip[indexer2]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_indexing_roundtrip[indexer3]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_indexing_roundtrip[indexer4]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_invalid_dataarray_names_raise
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_isel_dataarray
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_keep_chunksizes_if_no_original_shape
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_load
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_mask_and_scale
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_multiindex_not_implemented
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_numpy_bool_
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_ondisk_after_print
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_open_encodings
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_open_group
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_open_subgroup
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_orthogonal_indexing
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_outer_indexing_reversed
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_phony_dims_warning
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_pickle
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_pickle_dataarray
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_preferred_chunks_are_disk_chunk_sizes
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_preferred_chunks_is_present
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_raise_on_forward_slashes_in_names
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_read_byte_attrs_as_unicode
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_read_variable_len_strings
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_refresh_from_disk
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_None_variable
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_boolean_dtype
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_bytes_with_fill_value
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_cftime_datetime_data
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_character_array
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_complex
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_coordinates
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_coordinates_with_space
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_empty_vlen_string_array
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_endian
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_example_1_netcdf
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_float64_data
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_global_coordinates
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_mask_and_scale[dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_mask_and_scale[dtype0-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_mask_and_scale[dtype0-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_mask_and_scale[dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_mask_and_scale[dtype0-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_mask_and_scale[dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_mask_and_scale[dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_mask_and_scale[dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_mask_and_scale[dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_mask_and_scale[dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_numpy_datetime_data
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_object_dtype
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_string_data
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_string_encoded_characters
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_string_with_fill_value_nchar
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_string_with_fill_value_vlen[XXX]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_string_with_fill_value_vlen[]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_string_with_fill_value_vlen[b\xe1r]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_test_data
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_timedelta_data
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_timedelta_data_via_dtype[ms]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_timedelta_data_via_dtype[ns]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_timedelta_data_via_dtype[s]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_timedelta_data_via_dtype[us]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_unsigned[-1-False]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_unsigned[255-True]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_unsigned[fill_value0-False]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_roundtrip_unsigned[fill_value1-True]
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_string_object_warning
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_vectorized_indexing
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_vectorized_indexing_negative_step
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_write_groups
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_write_inconsistent_chunks
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_write_store
xarray.tests.test_backends.TestH5NetCDFViaDaskData ‑ test_zero_dimensional_variable
xarray.tests.test_backends.TestInstrumentedZarrStore ‑ test_append
xarray.tests.test_backends.TestInstrumentedZarrStore ‑ test_region_write
xarray.tests.test_backends.TestNCZarr ‑ test_open_nczarr
xarray.tests.test_backends.TestNCZarr ‑ test_overwriting_nczarr
xarray.tests.test_backends.TestNCZarr ‑ test_raise_writing_to_nczarr[a]
xarray.tests.test_backends.TestNCZarr ‑ test_raise_writing_to_nczarr[r+]
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_append_overwrite_values
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_append_with_invalid_dim_raises
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_append_write
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_array_type_after_indexing
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_coordinate_variables_after_dataset_roundtrip
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_coordinate_variables_after_iris_roundtrip
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_coordinates_encoding
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_dataset_caching
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_dataset_compute
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_default_fill_value
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_dropna
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_dtype_coercion_error
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_encoding_kwarg
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_encoding_kwarg_dates
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_encoding_kwarg_fixed_width_string
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_encoding_kwarg_vlen_string
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_encoding_same_dtype
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_encoding_unlimited_dims
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_explicitly_omit_fill_value
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_explicitly_omit_fill_value_in_coord
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_explicitly_omit_fill_value_in_coord_via_encoding_kwarg
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_explicitly_omit_fill_value_via_encoding_kwarg
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_grid_mapping_and_bounds_are_coordinates_after_dataarray_roundtrip
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_grid_mapping_and_bounds_are_not_coordinates_in_file
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_indexing_roundtrip[indexer0]
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_indexing_roundtrip[indexer1]
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_indexing_roundtrip[indexer2]
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_indexing_roundtrip[indexer3]
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_indexing_roundtrip[indexer4]
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_invalid_dataarray_names_raise
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_isel_dataarray
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_load
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_multiindex_not_implemented
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_ondisk_after_print
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_orthogonal_indexing
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_outer_indexing_reversed
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_pickle
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_pickle_dataarray
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_None_variable
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_boolean_dtype
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_bytes_with_fill_value
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_cftime_datetime_data
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_coordinates
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_coordinates_with_space
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_empty_vlen_string_array
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_endian
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_example_1_netcdf
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_float64_data
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_global_coordinates
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype0-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype0-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype0-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_numpy_datetime_data
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_object_dtype
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_string_data
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_string_encoded_characters
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_string_with_fill_value_nchar
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_test_data
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_timedelta_data
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_timedelta_data_via_dtype[ms]
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_timedelta_data_via_dtype[ns]
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_timedelta_data_via_dtype[s]
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_timedelta_data_via_dtype[us]
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_unsigned[-1-False]
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_unsigned[255-True]
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_unsigned[fill_value0-False]
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_roundtrip_unsigned[fill_value1-True]
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_string_object_warning
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_vectorized_indexing
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_vectorized_indexing_negative_step
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_write_store
xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data ‑ test_zero_dimensional_variable
xarray.tests.test_backends.TestNetCDF4AlreadyOpen ‑ test_base_case
xarray.tests.test_backends.TestNetCDF4AlreadyOpen ‑ test_deepcopy
xarray.tests.test_backends.TestNetCDF4AlreadyOpen ‑ test_group
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_append_overwrite_values
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_append_with_invalid_dim_raises
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_append_write
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_array_type_after_indexing
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_coordinate_variables_after_dataset_roundtrip
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_coordinate_variables_after_iris_roundtrip
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_coordinates_encoding
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_dataset_caching
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_dataset_compute
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_default_fill_value
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_dropna
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_dtype_coercion_error
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_encoding_kwarg
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_encoding_kwarg_dates
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_encoding_kwarg_fixed_width_string
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_encoding_same_dtype
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_encoding_unlimited_dims
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_explicitly_omit_fill_value
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_explicitly_omit_fill_value_in_coord
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_explicitly_omit_fill_value_in_coord_via_encoding_kwarg
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_explicitly_omit_fill_value_via_encoding_kwarg
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_grid_mapping_and_bounds_are_coordinates_after_dataarray_roundtrip
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_grid_mapping_and_bounds_are_not_coordinates_in_file
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_indexing_roundtrip[indexer0]
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_indexing_roundtrip[indexer1]
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_indexing_roundtrip[indexer2]
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_indexing_roundtrip[indexer3]
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_indexing_roundtrip[indexer4]
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_invalid_dataarray_names_raise
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_isel_dataarray
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_load
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_multiindex_not_implemented
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_ondisk_after_print
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_orthogonal_indexing
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_outer_indexing_reversed
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_pickle
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_pickle_dataarray
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_None_variable
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_boolean_dtype
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_bytes_with_fill_value
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_cftime_datetime_data
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_coordinates
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_coordinates_with_space
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_empty_vlen_string_array
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_endian
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_example_1_netcdf
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_float64_data
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_global_coordinates
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype0-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype0-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype0-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_numpy_datetime_data
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_object_dtype
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_string_data
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_string_encoded_characters
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_string_with_fill_value_nchar
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_test_data
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_timedelta_data
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_timedelta_data_via_dtype[ms]
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_timedelta_data_via_dtype[ns]
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_timedelta_data_via_dtype[s]
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_timedelta_data_via_dtype[us]
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_unsigned[-1-False]
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_unsigned[255-True]
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_unsigned[fill_value0-False]
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_roundtrip_unsigned[fill_value1-True]
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_string_object_warning
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_vectorized_indexing
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_vectorized_indexing_negative_step
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_write_store
xarray.tests.test_backends.TestNetCDF4ClassicViaNetCDF4Data ‑ test_zero_dimensional_variable
xarray.tests.test_backends.TestNetCDF4Data ‑ test_0dimensional_variable
xarray.tests.test_backends.TestNetCDF4Data ‑ test_append_overwrite_values
xarray.tests.test_backends.TestNetCDF4Data ‑ test_append_with_invalid_dim_raises
xarray.tests.test_backends.TestNetCDF4Data ‑ test_append_write
xarray.tests.test_backends.TestNetCDF4Data ‑ test_array_type_after_indexing
xarray.tests.test_backends.TestNetCDF4Data ‑ test_auto_chunking_is_based_on_disk_chunk_sizes
xarray.tests.test_backends.TestNetCDF4Data ‑ test_base_chunking_uses_disk_chunk_sizes
xarray.tests.test_backends.TestNetCDF4Data ‑ test_byte_attrs
xarray.tests.test_backends.TestNetCDF4Data ‑ test_compression_encoding[None]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_compression_encoding[blosc_lz4]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_compression_encoding[blosc_lz4hc]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_compression_encoding[blosc_lz]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_compression_encoding[blosc_zlib]
Check notice on line 0 in .github
github-actions / Test Results
23970 tests found (test 1559 to 2236)
There are 23970 tests, see "Raw output" for the list of tests 1559 to 2236.
Raw output
xarray.tests.test_backends.TestNetCDF4Data ‑ test_compression_encoding[blosc_zstd]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_compression_encoding[szip]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_compression_encoding[zlib]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_compression_encoding[zstd]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_compression_encoding_legacy
xarray.tests.test_backends.TestNetCDF4Data ‑ test_coordinate_variables_after_dataset_roundtrip
xarray.tests.test_backends.TestNetCDF4Data ‑ test_coordinate_variables_after_iris_roundtrip
xarray.tests.test_backends.TestNetCDF4Data ‑ test_coordinates_encoding
xarray.tests.test_backends.TestNetCDF4Data ‑ test_create_default_indexes[False]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_create_default_indexes[True]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_dataset_caching
xarray.tests.test_backends.TestNetCDF4Data ‑ test_dataset_compute
xarray.tests.test_backends.TestNetCDF4Data ‑ test_default_fill_value
xarray.tests.test_backends.TestNetCDF4Data ‑ test_default_to_char_arrays
xarray.tests.test_backends.TestNetCDF4Data ‑ test_dropna
xarray.tests.test_backends.TestNetCDF4Data ‑ test_dump_and_open_encodings
xarray.tests.test_backends.TestNetCDF4Data ‑ test_dump_encodings
xarray.tests.test_backends.TestNetCDF4Data ‑ test_encoding_chunksizes_unlimited
xarray.tests.test_backends.TestNetCDF4Data ‑ test_encoding_enum__error_multiple_variable_with_changing_enum
xarray.tests.test_backends.TestNetCDF4Data ‑ test_encoding_enum__multiple_variable_with_enum
xarray.tests.test_backends.TestNetCDF4Data ‑ test_encoding_enum__no_fill_value
xarray.tests.test_backends.TestNetCDF4Data ‑ test_encoding_kwarg
xarray.tests.test_backends.TestNetCDF4Data ‑ test_encoding_kwarg_compression
xarray.tests.test_backends.TestNetCDF4Data ‑ test_encoding_kwarg_dates
xarray.tests.test_backends.TestNetCDF4Data ‑ test_encoding_kwarg_fixed_width_string
xarray.tests.test_backends.TestNetCDF4Data ‑ test_encoding_kwarg_vlen_string[input_strings0-True]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_encoding_kwarg_vlen_string[input_strings1-False]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_encoding_kwarg_vlen_string[input_strings2-False]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_encoding_same_dtype
xarray.tests.test_backends.TestNetCDF4Data ‑ test_encoding_unlimited_dims
xarray.tests.test_backends.TestNetCDF4Data ‑ test_explicitly_omit_fill_value
xarray.tests.test_backends.TestNetCDF4Data ‑ test_explicitly_omit_fill_value_in_coord
xarray.tests.test_backends.TestNetCDF4Data ‑ test_explicitly_omit_fill_value_in_coord_via_encoding_kwarg
xarray.tests.test_backends.TestNetCDF4Data ‑ test_explicitly_omit_fill_value_via_encoding_kwarg
xarray.tests.test_backends.TestNetCDF4Data ‑ test_grid_mapping_and_bounds_are_coordinates_after_dataarray_roundtrip
xarray.tests.test_backends.TestNetCDF4Data ‑ test_grid_mapping_and_bounds_are_not_coordinates_in_file
xarray.tests.test_backends.TestNetCDF4Data ‑ test_indexing_roundtrip[indexer0]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_indexing_roundtrip[indexer1]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_indexing_roundtrip[indexer2]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_indexing_roundtrip[indexer3]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_indexing_roundtrip[indexer4]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_invalid_dataarray_names_raise
xarray.tests.test_backends.TestNetCDF4Data ‑ test_isel_dataarray
xarray.tests.test_backends.TestNetCDF4Data ‑ test_keep_chunksizes_if_no_original_shape
xarray.tests.test_backends.TestNetCDF4Data ‑ test_load
xarray.tests.test_backends.TestNetCDF4Data ‑ test_mask_and_scale
xarray.tests.test_backends.TestNetCDF4Data ‑ test_multiindex_not_implemented
xarray.tests.test_backends.TestNetCDF4Data ‑ test_ondisk_after_print
xarray.tests.test_backends.TestNetCDF4Data ‑ test_open_encodings
xarray.tests.test_backends.TestNetCDF4Data ‑ test_open_group
xarray.tests.test_backends.TestNetCDF4Data ‑ test_open_subgroup
xarray.tests.test_backends.TestNetCDF4Data ‑ test_orthogonal_indexing
xarray.tests.test_backends.TestNetCDF4Data ‑ test_outer_indexing_reversed
xarray.tests.test_backends.TestNetCDF4Data ‑ test_pickle
xarray.tests.test_backends.TestNetCDF4Data ‑ test_pickle_dataarray
xarray.tests.test_backends.TestNetCDF4Data ‑ test_preferred_chunks_are_disk_chunk_sizes
xarray.tests.test_backends.TestNetCDF4Data ‑ test_preferred_chunks_is_present
xarray.tests.test_backends.TestNetCDF4Data ‑ test_raise_on_forward_slashes_in_names
xarray.tests.test_backends.TestNetCDF4Data ‑ test_read_variable_len_strings
xarray.tests.test_backends.TestNetCDF4Data ‑ test_refresh_from_disk
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_None_variable
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_boolean_dtype
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_bytes_with_fill_value
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_cftime_datetime_data
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_character_array
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_complex
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_coordinates
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_coordinates_with_space
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_empty_vlen_string_array
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_endian
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_example_1_netcdf
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_float64_data
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_global_coordinates
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype0-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype0-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype0-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_mask_and_scale[dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_numpy_datetime_data
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_object_dtype
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_string_data
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_string_encoded_characters
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_string_with_fill_value_nchar
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_string_with_fill_value_vlen[XXX]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_string_with_fill_value_vlen[]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_string_with_fill_value_vlen[b\xe1r]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_test_data
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_timedelta_data
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_timedelta_data_via_dtype[ms]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_timedelta_data_via_dtype[ns]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_timedelta_data_via_dtype[s]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_timedelta_data_via_dtype[us]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_unsigned[-1-False]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_unsigned[255-True]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_unsigned[fill_value0-False]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_roundtrip_unsigned[fill_value1-True]
xarray.tests.test_backends.TestNetCDF4Data ‑ test_setncattr_string
xarray.tests.test_backends.TestNetCDF4Data ‑ test_string_object_warning
xarray.tests.test_backends.TestNetCDF4Data ‑ test_unsorted_index_raises
xarray.tests.test_backends.TestNetCDF4Data ‑ test_variable_order
xarray.tests.test_backends.TestNetCDF4Data ‑ test_vectorized_indexing
xarray.tests.test_backends.TestNetCDF4Data ‑ test_vectorized_indexing_negative_step
xarray.tests.test_backends.TestNetCDF4Data ‑ test_write_groups
xarray.tests.test_backends.TestNetCDF4Data ‑ test_write_store
xarray.tests.test_backends.TestNetCDF4Data ‑ test_zero_dimensional_variable
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_0dimensional_variable
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_append_overwrite_values
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_append_with_invalid_dim_raises
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_append_write
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_array_type_after_indexing
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_auto_chunking_is_based_on_disk_chunk_sizes
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_base_chunking_uses_disk_chunk_sizes
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_byte_attrs
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_compression_encoding[None]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_compression_encoding[blosc_lz4]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_compression_encoding[blosc_lz4hc]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_compression_encoding[blosc_lz]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_compression_encoding[blosc_zlib]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_compression_encoding[blosc_zstd]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_compression_encoding[szip]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_compression_encoding[zlib]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_compression_encoding[zstd]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_compression_encoding_legacy
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_coordinate_variables_after_dataset_roundtrip
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_coordinate_variables_after_iris_roundtrip
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_coordinates_encoding
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_create_default_indexes[False]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_create_default_indexes[True]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_dataset_caching
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_dataset_compute
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_default_fill_value
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_default_to_char_arrays
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_dropna
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_dump_and_open_encodings
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_dump_encodings
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_encoding_chunksizes_unlimited
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_encoding_enum__error_multiple_variable_with_changing_enum
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_encoding_enum__multiple_variable_with_enum
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_encoding_enum__no_fill_value
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_encoding_kwarg
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_encoding_kwarg_compression
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_encoding_kwarg_dates
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_encoding_kwarg_fixed_width_string
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_encoding_kwarg_vlen_string[input_strings0-True]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_encoding_kwarg_vlen_string[input_strings1-False]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_encoding_kwarg_vlen_string[input_strings2-False]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_encoding_same_dtype
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_encoding_unlimited_dims
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_explicitly_omit_fill_value
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_explicitly_omit_fill_value_in_coord
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_explicitly_omit_fill_value_in_coord_via_encoding_kwarg
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_explicitly_omit_fill_value_via_encoding_kwarg
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_grid_mapping_and_bounds_are_coordinates_after_dataarray_roundtrip
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_grid_mapping_and_bounds_are_not_coordinates_in_file
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_indexing_roundtrip[indexer0]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_indexing_roundtrip[indexer1]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_indexing_roundtrip[indexer2]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_indexing_roundtrip[indexer3]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_indexing_roundtrip[indexer4]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_invalid_dataarray_names_raise
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_isel_dataarray
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_keep_chunksizes_if_no_original_shape
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_load
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_mask_and_scale
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_multiindex_not_implemented
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_ondisk_after_print
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_open_encodings
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_open_group
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_open_subgroup
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_orthogonal_indexing
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_outer_indexing_reversed
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_pickle
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_pickle_dataarray
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_preferred_chunks_are_disk_chunk_sizes
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_preferred_chunks_is_present
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_raise_on_forward_slashes_in_names
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_read_variable_len_strings
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_refresh_from_disk
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_None_variable
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_boolean_dtype
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_bytes_with_fill_value
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_cftime_bnds
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_cftime_datetime_data
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_character_array
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_complex
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_coordinates
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_coordinates_with_space
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_empty_vlen_string_array
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_endian
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_example_1_netcdf
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_float64_data
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_global_coordinates
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_mask_and_scale[dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_mask_and_scale[dtype0-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_mask_and_scale[dtype0-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_mask_and_scale[dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_mask_and_scale[dtype0-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_mask_and_scale[dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_mask_and_scale[dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_mask_and_scale[dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_mask_and_scale[dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_mask_and_scale[dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_numpy_datetime_data
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_object_dtype
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_string_data
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_string_encoded_characters
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_string_with_fill_value_nchar
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_string_with_fill_value_vlen[XXX]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_string_with_fill_value_vlen[]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_string_with_fill_value_vlen[b\xe1r]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_test_data
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_timedelta_data
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_timedelta_data_via_dtype[ms]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_timedelta_data_via_dtype[ns]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_timedelta_data_via_dtype[s]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_timedelta_data_via_dtype[us]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_unsigned[-1-False]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_unsigned[255-True]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_unsigned[fill_value0-False]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_roundtrip_unsigned[fill_value1-True]
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_setncattr_string
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_string_object_warning
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_unsorted_index_raises
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_variable_order
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_vectorized_indexing
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_vectorized_indexing_negative_step
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_write_groups
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_write_inconsistent_chunks
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_write_store
xarray.tests.test_backends.TestNetCDF4ViaDaskData ‑ test_zero_dimensional_variable
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_common_coord_when_datavars_all
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_common_coord_when_datavars_minimal
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_invalid_data_vars_value_should_fail
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_dataarray_attr_by_coords
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_dataset_attr_by_coords
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_dataset_combine_attrs[drop-False]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_dataset_combine_attrs[drop-True]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_dataset_combine_attrs[drop_conflicts-False]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_dataset_combine_attrs[drop_conflicts-True]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_dataset_combine_attrs[identical-False]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_dataset_combine_attrs[identical-True]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_dataset_combine_attrs[no_conflicts-False]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_dataset_combine_attrs[no_conflicts-True]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_dataset_combine_attrs[override-False]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_dataset_combine_attrs[override-True]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_defaults_with_exact_join_warns_as_well_as_raising
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_does_same_as_concat[inner-all-by_coords-None]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_does_same_as_concat[inner-all-nested-t]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_does_same_as_concat[inner-different-by_coords-None]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_does_same_as_concat[inner-different-nested-t]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_does_same_as_concat[inner-minimal-by_coords-None]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_does_same_as_concat[inner-minimal-nested-t]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_does_same_as_concat[left-all-by_coords-None]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_does_same_as_concat[left-all-nested-t]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_does_same_as_concat[left-different-by_coords-None]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_does_same_as_concat[left-different-nested-t]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_does_same_as_concat[left-minimal-by_coords-None]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_does_same_as_concat[left-minimal-nested-t]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_does_same_as_concat[outer-all-by_coords-None]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_does_same_as_concat[outer-all-nested-t]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_does_same_as_concat[outer-different-by_coords-None]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_does_same_as_concat[outer-different-nested-t]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_does_same_as_concat[outer-minimal-by_coords-None]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_does_same_as_concat[outer-minimal-nested-t]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_does_same_as_concat[right-all-by_coords-None]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_does_same_as_concat[right-all-nested-t]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_does_same_as_concat[right-different-by_coords-None]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_does_same_as_concat[right-different-nested-t]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_does_same_as_concat[right-minimal-by_coords-None]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_does_same_as_concat[right-minimal-nested-t]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_exact_join_raises_error[kwargs0-by_coords-None]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_exact_join_raises_error[kwargs0-nested-t]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_exact_join_raises_error[kwargs1-by_coords-None]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_exact_join_raises_error[kwargs1-nested-t]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_exact_join_raises_error[kwargs2-by_coords-None]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_exact_join_raises_error[kwargs2-nested-t]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_exact_join_raises_error[kwargs3-by_coords-None]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_exact_join_raises_error[kwargs3-nested-t]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_exact_join_raises_error[kwargs4-by_coords-None]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_exact_join_raises_error[kwargs4-nested-t]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_exact_join_raises_error[kwargs5-by_coords-None]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_exact_join_raises_error[kwargs5-nested-t]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_warns_when_kwargs_set_to_different[kwargs0-by_coords-None]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_warns_when_kwargs_set_to_different[kwargs0-nested-t]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_warns_when_kwargs_set_to_different[kwargs1-by_coords-None]
xarray.tests.test_backends.TestOpenMFDatasetWithDataVarsAndCoordsKw ‑ test_open_mfdataset_warns_when_kwargs_set_to_different[kwargs1-nested-t]
xarray.tests.test_backends.TestPydap ‑ test_cmp_local_file
xarray.tests.test_backends.TestPydap ‑ test_compatible_to_netcdf
xarray.tests.test_backends.TestPydap ‑ test_dask
xarray.tests.test_backends.TestPydapOnline ‑ test_cmp_local_file
xarray.tests.test_backends.TestPydapOnline ‑ test_compatible_to_netcdf
xarray.tests.test_backends.TestPydapOnline ‑ test_dask
xarray.tests.test_backends.TestPydapOnline ‑ test_session
xarray.tests.test_backends.TestScipyFileObject ‑ test_append_overwrite_values
xarray.tests.test_backends.TestScipyFileObject ‑ test_append_with_invalid_dim_raises
xarray.tests.test_backends.TestScipyFileObject ‑ test_append_write
xarray.tests.test_backends.TestScipyFileObject ‑ test_array_type_after_indexing
xarray.tests.test_backends.TestScipyFileObject ‑ test_coordinate_variables_after_dataset_roundtrip
xarray.tests.test_backends.TestScipyFileObject ‑ test_coordinate_variables_after_iris_roundtrip
xarray.tests.test_backends.TestScipyFileObject ‑ test_coordinates_encoding
xarray.tests.test_backends.TestScipyFileObject ‑ test_create_default_indexes[False]
xarray.tests.test_backends.TestScipyFileObject ‑ test_create_default_indexes[True]
xarray.tests.test_backends.TestScipyFileObject ‑ test_dataset_caching
xarray.tests.test_backends.TestScipyFileObject ‑ test_dataset_compute
xarray.tests.test_backends.TestScipyFileObject ‑ test_default_fill_value
xarray.tests.test_backends.TestScipyFileObject ‑ test_dropna
xarray.tests.test_backends.TestScipyFileObject ‑ test_dtype_coercion_error
xarray.tests.test_backends.TestScipyFileObject ‑ test_encoding_kwarg
xarray.tests.test_backends.TestScipyFileObject ‑ test_encoding_kwarg_dates
xarray.tests.test_backends.TestScipyFileObject ‑ test_encoding_kwarg_fixed_width_string
xarray.tests.test_backends.TestScipyFileObject ‑ test_encoding_same_dtype
xarray.tests.test_backends.TestScipyFileObject ‑ test_encoding_unlimited_dims
xarray.tests.test_backends.TestScipyFileObject ‑ test_explicitly_omit_fill_value
xarray.tests.test_backends.TestScipyFileObject ‑ test_explicitly_omit_fill_value_in_coord
xarray.tests.test_backends.TestScipyFileObject ‑ test_explicitly_omit_fill_value_in_coord_via_encoding_kwarg
xarray.tests.test_backends.TestScipyFileObject ‑ test_explicitly_omit_fill_value_via_encoding_kwarg
xarray.tests.test_backends.TestScipyFileObject ‑ test_file_remains_open
xarray.tests.test_backends.TestScipyFileObject ‑ test_grid_mapping_and_bounds_are_coordinates_after_dataarray_roundtrip
xarray.tests.test_backends.TestScipyFileObject ‑ test_grid_mapping_and_bounds_are_not_coordinates_in_file
xarray.tests.test_backends.TestScipyFileObject ‑ test_indexing_roundtrip[indexer0]
xarray.tests.test_backends.TestScipyFileObject ‑ test_indexing_roundtrip[indexer1]
xarray.tests.test_backends.TestScipyFileObject ‑ test_indexing_roundtrip[indexer2]
xarray.tests.test_backends.TestScipyFileObject ‑ test_indexing_roundtrip[indexer3]
xarray.tests.test_backends.TestScipyFileObject ‑ test_indexing_roundtrip[indexer4]
xarray.tests.test_backends.TestScipyFileObject ‑ test_invalid_dataarray_names_raise
xarray.tests.test_backends.TestScipyFileObject ‑ test_isel_dataarray
xarray.tests.test_backends.TestScipyFileObject ‑ test_load
xarray.tests.test_backends.TestScipyFileObject ‑ test_multiindex_not_implemented
xarray.tests.test_backends.TestScipyFileObject ‑ test_ondisk_after_print
xarray.tests.test_backends.TestScipyFileObject ‑ test_orthogonal_indexing
xarray.tests.test_backends.TestScipyFileObject ‑ test_outer_indexing_reversed
xarray.tests.test_backends.TestScipyFileObject ‑ test_pickle
xarray.tests.test_backends.TestScipyFileObject ‑ test_pickle_dataarray
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_None_variable
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_boolean_dtype
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_bytes_with_fill_value
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_cftime_datetime_data
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_coordinates
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_coordinates_with_space
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_empty_vlen_string_array
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_endian
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_example_1_netcdf
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_float64_data
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_global_coordinates
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_mask_and_scale[dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_mask_and_scale[dtype0-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_mask_and_scale[dtype0-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_mask_and_scale[dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_mask_and_scale[dtype0-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_mask_and_scale[dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_mask_and_scale[dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_mask_and_scale[dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_mask_and_scale[dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_mask_and_scale[dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_numpy_datetime_data
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_object_dtype
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_string_data
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_string_encoded_characters
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_string_with_fill_value_nchar
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_test_data
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_timedelta_data
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_timedelta_data_via_dtype[ms]
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_timedelta_data_via_dtype[ns]
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_timedelta_data_via_dtype[s]
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_timedelta_data_via_dtype[us]
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_unsigned[-1-False]
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_unsigned[255-True]
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_unsigned[fill_value0-False]
xarray.tests.test_backends.TestScipyFileObject ‑ test_roundtrip_unsigned[fill_value1-True]
xarray.tests.test_backends.TestScipyFileObject ‑ test_string_object_warning
xarray.tests.test_backends.TestScipyFileObject ‑ test_vectorized_indexing
xarray.tests.test_backends.TestScipyFileObject ‑ test_vectorized_indexing_negative_step
xarray.tests.test_backends.TestScipyFileObject ‑ test_write_store
xarray.tests.test_backends.TestScipyFileObject ‑ test_zero_dimensional_variable
xarray.tests.test_backends.TestScipyFilePath ‑ test_append_overwrite_values
xarray.tests.test_backends.TestScipyFilePath ‑ test_append_with_invalid_dim_raises
xarray.tests.test_backends.TestScipyFilePath ‑ test_append_write
xarray.tests.test_backends.TestScipyFilePath ‑ test_array_attrs
xarray.tests.test_backends.TestScipyFilePath ‑ test_array_type_after_indexing
xarray.tests.test_backends.TestScipyFilePath ‑ test_coordinate_variables_after_dataset_roundtrip
xarray.tests.test_backends.TestScipyFilePath ‑ test_coordinate_variables_after_iris_roundtrip
xarray.tests.test_backends.TestScipyFilePath ‑ test_coordinates_encoding
xarray.tests.test_backends.TestScipyFilePath ‑ test_dataset_caching
xarray.tests.test_backends.TestScipyFilePath ‑ test_dataset_compute
xarray.tests.test_backends.TestScipyFilePath ‑ test_default_fill_value
xarray.tests.test_backends.TestScipyFilePath ‑ test_dropna
xarray.tests.test_backends.TestScipyFilePath ‑ test_dtype_coercion_error
xarray.tests.test_backends.TestScipyFilePath ‑ test_encoding_kwarg
xarray.tests.test_backends.TestScipyFilePath ‑ test_encoding_kwarg_dates
xarray.tests.test_backends.TestScipyFilePath ‑ test_encoding_kwarg_fixed_width_string
xarray.tests.test_backends.TestScipyFilePath ‑ test_encoding_same_dtype
xarray.tests.test_backends.TestScipyFilePath ‑ test_encoding_unlimited_dims
xarray.tests.test_backends.TestScipyFilePath ‑ test_explicitly_omit_fill_value
xarray.tests.test_backends.TestScipyFilePath ‑ test_explicitly_omit_fill_value_in_coord
xarray.tests.test_backends.TestScipyFilePath ‑ test_explicitly_omit_fill_value_in_coord_via_encoding_kwarg
xarray.tests.test_backends.TestScipyFilePath ‑ test_explicitly_omit_fill_value_via_encoding_kwarg
xarray.tests.test_backends.TestScipyFilePath ‑ test_grid_mapping_and_bounds_are_coordinates_after_dataarray_roundtrip
xarray.tests.test_backends.TestScipyFilePath ‑ test_grid_mapping_and_bounds_are_not_coordinates_in_file
xarray.tests.test_backends.TestScipyFilePath ‑ test_indexing_roundtrip[indexer0]
xarray.tests.test_backends.TestScipyFilePath ‑ test_indexing_roundtrip[indexer1]
xarray.tests.test_backends.TestScipyFilePath ‑ test_indexing_roundtrip[indexer2]
xarray.tests.test_backends.TestScipyFilePath ‑ test_indexing_roundtrip[indexer3]
xarray.tests.test_backends.TestScipyFilePath ‑ test_indexing_roundtrip[indexer4]
xarray.tests.test_backends.TestScipyFilePath ‑ test_invalid_dataarray_names_raise
xarray.tests.test_backends.TestScipyFilePath ‑ test_isel_dataarray
xarray.tests.test_backends.TestScipyFilePath ‑ test_load
xarray.tests.test_backends.TestScipyFilePath ‑ test_multiindex_not_implemented
xarray.tests.test_backends.TestScipyFilePath ‑ test_nc4_scipy
xarray.tests.test_backends.TestScipyFilePath ‑ test_netcdf3_endianness
xarray.tests.test_backends.TestScipyFilePath ‑ test_ondisk_after_print
xarray.tests.test_backends.TestScipyFilePath ‑ test_orthogonal_indexing
xarray.tests.test_backends.TestScipyFilePath ‑ test_outer_indexing_reversed
xarray.tests.test_backends.TestScipyFilePath ‑ test_pickle
xarray.tests.test_backends.TestScipyFilePath ‑ test_pickle_dataarray
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_None_variable
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_boolean_dtype
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_bytes_with_fill_value
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_cftime_datetime_data
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_coordinates
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_coordinates_with_space
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_empty_vlen_string_array
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_endian
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_example_1_netcdf
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_example_1_netcdf_gz
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_float64_data
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_global_coordinates
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_mask_and_scale[dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_mask_and_scale[dtype0-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_mask_and_scale[dtype0-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_mask_and_scale[dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_mask_and_scale[dtype0-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_mask_and_scale[dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_mask_and_scale[dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_mask_and_scale[dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_mask_and_scale[dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_mask_and_scale[dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_numpy_datetime_data
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_object_dtype
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_string_data
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_string_encoded_characters
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_string_with_fill_value_nchar
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_test_data
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_timedelta_data
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_timedelta_data_via_dtype[ms]
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_timedelta_data_via_dtype[ns]
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_timedelta_data_via_dtype[s]
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_timedelta_data_via_dtype[us]
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_unsigned[-1-False]
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_unsigned[255-True]
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_unsigned[fill_value0-False]
xarray.tests.test_backends.TestScipyFilePath ‑ test_roundtrip_unsigned[fill_value1-True]
xarray.tests.test_backends.TestScipyFilePath ‑ test_string_object_warning
xarray.tests.test_backends.TestScipyFilePath ‑ test_vectorized_indexing
xarray.tests.test_backends.TestScipyFilePath ‑ test_vectorized_indexing_negative_step
xarray.tests.test_backends.TestScipyFilePath ‑ test_write_store
xarray.tests.test_backends.TestScipyFilePath ‑ test_zero_dimensional_variable
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_append_overwrite_values
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_append_with_invalid_dim_raises
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_append_write
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_array_type_after_indexing
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_bytes_pickle
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_coordinate_variables_after_dataset_roundtrip
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_coordinate_variables_after_iris_roundtrip
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_coordinates_encoding
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_dataset_caching
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_dataset_compute
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_default_fill_value
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_dropna
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_dtype_coercion_error
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_encoding_kwarg
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_encoding_kwarg_dates
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_encoding_kwarg_fixed_width_string
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_encoding_same_dtype
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_encoding_unlimited_dims
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_explicitly_omit_fill_value
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_explicitly_omit_fill_value_in_coord
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_explicitly_omit_fill_value_in_coord_via_encoding_kwarg
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_explicitly_omit_fill_value_via_encoding_kwarg
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_grid_mapping_and_bounds_are_coordinates_after_dataarray_roundtrip
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_grid_mapping_and_bounds_are_not_coordinates_in_file
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_indexing_roundtrip[indexer0]
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_indexing_roundtrip[indexer1]
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_indexing_roundtrip[indexer2]
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_indexing_roundtrip[indexer3]
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_indexing_roundtrip[indexer4]
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_invalid_dataarray_names_raise
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_isel_dataarray
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_load
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_multiindex_not_implemented
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_ondisk_after_print
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_orthogonal_indexing
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_outer_indexing_reversed
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_pickle
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_pickle_dataarray
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_None_variable
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_boolean_dtype
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_bytes_with_fill_value
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_cftime_datetime_data
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_coordinates
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_coordinates_with_space
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_empty_vlen_string_array
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_endian
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_example_1_netcdf
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_float64_data
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_global_coordinates
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_mask_and_scale[dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_mask_and_scale[dtype0-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_mask_and_scale[dtype0-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_mask_and_scale[dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_mask_and_scale[dtype0-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_mask_and_scale[dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_mask_and_scale[dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_mask_and_scale[dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_mask_and_scale[dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_mask_and_scale[dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_numpy_datetime_data
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_object_dtype
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_string_data
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_string_encoded_characters
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_string_with_fill_value_nchar
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_test_data
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_timedelta_data
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_timedelta_data_via_dtype[ms]
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_timedelta_data_via_dtype[ns]
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_timedelta_data_via_dtype[s]
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_timedelta_data_via_dtype[us]
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_unsigned[-1-False]
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_unsigned[255-True]
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_unsigned[fill_value0-False]
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_unsigned[fill_value1-True]
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_roundtrip_via_bytes
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_string_object_warning
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_to_netcdf_explicit_engine
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_vectorized_indexing
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_vectorized_indexing_negative_step
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_write_store
xarray.tests.test_backends.TestScipyInMemoryData ‑ test_zero_dimensional_variable
xarray.tests.test_backends.TestValidateAttrs ‑ test_validating_attrs
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_overwrite_values[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_overwrite_values[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_overwrite_values[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_string_length_mismatch_raises[2-S]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_string_length_mismatch_raises[2-U]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_string_length_mismatch_raises[3-S]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_string_length_mismatch_raises[3-U]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_string_length_mismatch_raises[NOTSET-S]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_string_length_mismatch_raises[NOTSET-U]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_string_length_mismatch_works[2-S]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_string_length_mismatch_works[2-U]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_string_length_mismatch_works[3-S]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_string_length_mismatch_works[3-U]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_string_length_mismatch_works[NOTSET-S]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_string_length_mismatch_works[NOTSET-U]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_append_dim_no_overwrite[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_append_dim_no_overwrite[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_append_dim_no_overwrite[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_append_dim_not_set_raises[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_append_dim_not_set_raises[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_append_dim_not_set_raises[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_existing_encoding_raises[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_existing_encoding_raises[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_existing_encoding_raises[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_invalid_dim_raises[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_invalid_dim_raises[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_invalid_dim_raises[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_mode_not_a_raises[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_mode_not_a_raises[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_mode_not_a_raises[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_mode_rplus_fails[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_mode_rplus_fails[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_mode_rplus_fails[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_mode_rplus_success[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_mode_rplus_success[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_mode_rplus_success[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_new_variable[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_new_variable[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_new_variable[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_no_dims_raises[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_no_dims_raises[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_with_no_dims_raises[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_write[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_write[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_append_write[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_array_type_after_indexing[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_array_type_after_indexing[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_array_type_after_indexing[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_attributes[2-obj0]
xarray.tests.test_backends.TestZarrDictStore ‑ test_attributes[2-obj1]
xarray.tests.test_backends.TestZarrDictStore ‑ test_attributes[3-obj0]
xarray.tests.test_backends.TestZarrDictStore ‑ test_attributes[3-obj1]
xarray.tests.test_backends.TestZarrDictStore ‑ test_attributes[NOTSET-obj0]
xarray.tests.test_backends.TestZarrDictStore ‑ test_attributes[NOTSET-obj1]
xarray.tests.test_backends.TestZarrDictStore ‑ test_auto_chunk[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_auto_chunk[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_auto_chunk[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_cache_members[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_cache_members[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_cache_members[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_check_encoding_is_consistent_after_append[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_check_encoding_is_consistent_after_append[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_check_encoding_is_consistent_after_append[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_chunk_encoding[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_chunk_encoding[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_chunk_encoding[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_chunk_encoding_with_dask[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_chunk_encoding_with_dask[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_chunk_encoding_with_dask[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_chunk_encoding_with_larger_dask_chunks[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_chunk_encoding_with_larger_dask_chunks[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_chunk_encoding_with_larger_dask_chunks[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_chunk_encoding_with_partial_dask_chunks[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_chunk_encoding_with_partial_dask_chunks[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_chunk_encoding_with_partial_dask_chunks[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_chunk_key_encoding_v2[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_chunk_key_encoding_v2[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_chunk_key_encoding_v2[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_chunked_cftime_datetime[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_chunked_cftime_datetime[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_chunked_cftime_datetime[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_chunked_datetime64_or_timedelta64[2-datetime64[ns]]
xarray.tests.test_backends.TestZarrDictStore ‑ test_chunked_datetime64_or_timedelta64[2-timedelta64[ns]]
xarray.tests.test_backends.TestZarrDictStore ‑ test_chunked_datetime64_or_timedelta64[3-datetime64[ns]]
xarray.tests.test_backends.TestZarrDictStore ‑ test_chunked_datetime64_or_timedelta64[3-timedelta64[ns]]
xarray.tests.test_backends.TestZarrDictStore ‑ test_chunked_datetime64_or_timedelta64[NOTSET-datetime64[ns]]
xarray.tests.test_backends.TestZarrDictStore ‑ test_chunked_datetime64_or_timedelta64[NOTSET-timedelta64[ns]]
xarray.tests.test_backends.TestZarrDictStore ‑ test_compressor_encoding[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_compressor_encoding[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_compressor_encoding[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_coordinate_variables_after_dataset_roundtrip[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_coordinate_variables_after_dataset_roundtrip[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_coordinate_variables_after_dataset_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_coordinate_variables_after_iris_roundtrip[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_coordinate_variables_after_iris_roundtrip[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_coordinate_variables_after_iris_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_coordinates_encoding[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_coordinates_encoding[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_coordinates_encoding[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_dataset_caching[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_dataset_caching[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_dataset_caching[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_dataset_compute[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_dataset_compute[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_dataset_compute[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_default_fill_value[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_default_fill_value[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_default_fill_value[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_deprecate_auto_chunk[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_deprecate_auto_chunk[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_deprecate_auto_chunk[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_dimension_names[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_dimension_names[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_dimension_names[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_drop_encoding[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_drop_encoding[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_drop_encoding[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_dropna[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_dropna[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_dropna[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_encoding_chunksizes[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_encoding_chunksizes[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_encoding_chunksizes[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_encoding_kwarg[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_encoding_kwarg[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_encoding_kwarg[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_encoding_kwarg_dates[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_encoding_kwarg_dates[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_encoding_kwarg_dates[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_encoding_kwarg_fixed_width_string[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_encoding_kwarg_fixed_width_string[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_encoding_kwarg_fixed_width_string[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_encoding_same_dtype[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_encoding_same_dtype[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_encoding_same_dtype[NOTSET]
Check notice on line 0 in .github
github-actions / Test Results
23970 tests found (test 2237 to 2900)
There are 23970 tests, see "Raw output" for the list of tests 2237 to 2900.
Raw output
xarray.tests.test_backends.TestZarrDictStore ‑ test_encoding_unlimited_dims[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_encoding_unlimited_dims[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_encoding_unlimited_dims[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_explicitly_omit_fill_value[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_explicitly_omit_fill_value[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_explicitly_omit_fill_value[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_explicitly_omit_fill_value_in_coord[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_explicitly_omit_fill_value_in_coord[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_explicitly_omit_fill_value_in_coord[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_explicitly_omit_fill_value_in_coord_via_encoding_kwarg[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_explicitly_omit_fill_value_in_coord_via_encoding_kwarg[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_explicitly_omit_fill_value_in_coord_via_encoding_kwarg[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_explicitly_omit_fill_value_via_encoding_kwarg[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_explicitly_omit_fill_value_via_encoding_kwarg[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_explicitly_omit_fill_value_via_encoding_kwarg[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_grid_mapping_and_bounds_are_coordinates_after_dataarray_roundtrip[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_grid_mapping_and_bounds_are_coordinates_after_dataarray_roundtrip[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_grid_mapping_and_bounds_are_coordinates_after_dataarray_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_grid_mapping_and_bounds_are_not_coordinates_in_file[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_grid_mapping_and_bounds_are_not_coordinates_in_file[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_grid_mapping_and_bounds_are_not_coordinates_in_file[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_group[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_group[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_group[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_hidden_zarr_keys[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_hidden_zarr_keys[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_hidden_zarr_keys[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_indexing_roundtrip[2-indexer0]
xarray.tests.test_backends.TestZarrDictStore ‑ test_indexing_roundtrip[2-indexer1]
xarray.tests.test_backends.TestZarrDictStore ‑ test_indexing_roundtrip[2-indexer2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_indexing_roundtrip[2-indexer3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_indexing_roundtrip[2-indexer4]
xarray.tests.test_backends.TestZarrDictStore ‑ test_indexing_roundtrip[3-indexer0]
xarray.tests.test_backends.TestZarrDictStore ‑ test_indexing_roundtrip[3-indexer1]
xarray.tests.test_backends.TestZarrDictStore ‑ test_indexing_roundtrip[3-indexer2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_indexing_roundtrip[3-indexer3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_indexing_roundtrip[3-indexer4]
xarray.tests.test_backends.TestZarrDictStore ‑ test_indexing_roundtrip[NOTSET-indexer0]
xarray.tests.test_backends.TestZarrDictStore ‑ test_indexing_roundtrip[NOTSET-indexer1]
xarray.tests.test_backends.TestZarrDictStore ‑ test_indexing_roundtrip[NOTSET-indexer2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_indexing_roundtrip[NOTSET-indexer3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_indexing_roundtrip[NOTSET-indexer4]
xarray.tests.test_backends.TestZarrDictStore ‑ test_invalid_dataarray_names_raise[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_invalid_dataarray_names_raise[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_invalid_dataarray_names_raise[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_isel_dataarray[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_isel_dataarray[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_isel_dataarray[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_load[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_load[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_load[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_manual_chunk[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_manual_chunk[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_manual_chunk[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_multiindex_not_implemented[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_multiindex_not_implemented[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_multiindex_not_implemented[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_no_warning_from_open_emptydim_with_chunks[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_no_warning_from_open_emptydim_with_chunks[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_no_warning_from_open_emptydim_with_chunks[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_non_existent_store[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_non_existent_store[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_non_existent_store[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_ondisk_after_print[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_ondisk_after_print[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_ondisk_after_print[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_open_zarr_use_cftime[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_open_zarr_use_cftime[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_open_zarr_use_cftime[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_orthogonal_indexing[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_orthogonal_indexing[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_orthogonal_indexing[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_outer_indexing_reversed[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_outer_indexing_reversed[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_outer_indexing_reversed[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_pickle[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_pickle[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_pickle[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_pickle_dataarray[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_pickle_dataarray[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_pickle_dataarray[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_read_non_consolidated_warning[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_read_non_consolidated_warning[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_read_non_consolidated_warning[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_None_variable[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_None_variable[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_None_variable[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_boolean_dtype[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_boolean_dtype[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_boolean_dtype[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_bytes_with_fill_value[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_bytes_with_fill_value[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_bytes_with_fill_value[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_cftime_datetime_data[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_cftime_datetime_data[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_cftime_datetime_data[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_consolidated[2-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_consolidated[2-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_consolidated[2-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_consolidated[3-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_consolidated[3-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_consolidated[3-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_consolidated[NOTSET-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_consolidated[NOTSET-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_consolidated[NOTSET-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_coordinates[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_coordinates[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_coordinates[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_coordinates_with_space[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_coordinates_with_space[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_coordinates_with_space[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_empty_vlen_string_array[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_empty_vlen_string_array[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_empty_vlen_string_array[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_endian[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_endian[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_endian[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_example_1_netcdf[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_example_1_netcdf[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_example_1_netcdf[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_float64_data[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_float64_data[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_float64_data[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_global_coordinates[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_global_coordinates[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_global_coordinates[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[2-dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[2-dtype0-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[2-dtype0-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[2-dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[2-dtype0-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[2-dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[2-dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[2-dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[2-dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[2-dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[3-dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[3-dtype0-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[3-dtype0-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[3-dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[3-dtype0-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[3-dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[3-dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[3-dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[3-dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[3-dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_numpy_datetime_data[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_numpy_datetime_data[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_numpy_datetime_data[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_object_dtype[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_object_dtype[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_object_dtype[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_string_data[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_string_data[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_string_data[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_string_encoded_characters[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_string_encoded_characters[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_string_encoded_characters[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_string_with_fill_value_nchar[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_string_with_fill_value_nchar[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_string_with_fill_value_nchar[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_test_data[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_test_data[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_test_data[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_timedelta_data[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_timedelta_data[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_timedelta_data[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_timedelta_data_via_dtype[2-ms]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_timedelta_data_via_dtype[2-ns]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_timedelta_data_via_dtype[2-s]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_timedelta_data_via_dtype[2-us]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_timedelta_data_via_dtype[3-ms]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_timedelta_data_via_dtype[3-ns]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_timedelta_data_via_dtype[3-s]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_timedelta_data_via_dtype[3-us]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_timedelta_data_via_dtype[NOTSET-ms]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_timedelta_data_via_dtype[NOTSET-ns]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_timedelta_data_via_dtype[NOTSET-s]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_timedelta_data_via_dtype[NOTSET-us]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_unsigned[2--1-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_unsigned[2-255-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_unsigned[2-fill_value0-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_unsigned[2-fill_value1-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_unsigned[3--1-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_unsigned[3-255-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_unsigned[3-fill_value0-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_unsigned[3-fill_value1-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_unsigned[NOTSET--1-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_unsigned[NOTSET-255-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_unsigned[NOTSET-fill_value0-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_roundtrip_unsigned[NOTSET-fill_value1-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_save_emptydim[2-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_save_emptydim[2-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_save_emptydim[3-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_save_emptydim[3-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_save_emptydim[NOTSET-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_save_emptydim[NOTSET-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_shard_encoding[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_shard_encoding[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_shard_encoding[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_string_object_warning[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_string_object_warning[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_string_object_warning[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_to_zarr_append_compute_false_roundtrip[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_to_zarr_append_compute_false_roundtrip[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_to_zarr_append_compute_false_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_to_zarr_compute_false_roundtrip[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_to_zarr_compute_false_roundtrip[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_to_zarr_compute_false_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_vectorized_indexing[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_vectorized_indexing[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_vectorized_indexing[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_vectorized_indexing_negative_step[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_vectorized_indexing_negative_step[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_vectorized_indexing_negative_step[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_warning_on_bad_chunks[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_warning_on_bad_chunks[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_warning_on_bad_chunks[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_with_chunkstore[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_with_chunkstore[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_with_chunkstore[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_persistence_modes[2-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_persistence_modes[2-group1]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_persistence_modes[3-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_persistence_modes[3-group1]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_persistence_modes[NOTSET-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_persistence_modes[NOTSET-group1]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_preexisting_override_metadata[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_preexisting_override_metadata[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_preexisting_override_metadata[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_read_select_write[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_read_select_write[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_read_select_write[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-False-False-False-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-False-False-False-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-False-False-False-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-False-False-True-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-False-False-True-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-False-False-True-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-False-True-False-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-False-True-False-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-False-True-False-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-False-True-True-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-False-True-True-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-False-True-True-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-None-False-False-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-None-False-False-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-None-False-False-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-None-False-True-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-None-False-True-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-None-False-True-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-None-True-False-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-None-True-False-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-None-True-False-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-None-True-True-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-None-True-True-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-None-True-True-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-True-False-False-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-True-False-False-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-True-False-False-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-True-False-True-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-True-False-True-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-True-False-True-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-True-True-False-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-True-True-False-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-True-True-False-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-True-True-True-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-True-True-True-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[2-True-True-True-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-False-False-False-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-False-False-False-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-False-False-False-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-False-False-True-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-False-False-True-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-False-False-True-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-False-True-False-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-False-True-False-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-False-True-False-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-False-True-True-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-False-True-True-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-False-True-True-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-None-False-False-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-None-False-False-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-None-False-False-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-None-False-True-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-None-False-True-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-None-False-True-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-None-True-False-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-None-True-False-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-None-True-False-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-None-True-True-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-None-True-True-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-None-True-True-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-True-False-False-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-True-False-False-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-True-False-False-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-True-False-True-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-True-False-True-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-True-False-True-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-True-True-False-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-True-True-False-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-True-True-False-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-True-True-True-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-True-True-True-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[3-True-True-True-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-False-False-False-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-False-False-False-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-False-False-False-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-False-False-True-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-False-False-True-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-False-False-True-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-False-True-False-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-False-True-False-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-False-True-False-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-False-True-True-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-False-True-True-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-False-True-True-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-None-False-False-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-None-False-False-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-None-False-False-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-None-False-True-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-None-False-True-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-None-False-True-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-None-True-False-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-None-True-False-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-None-True-False-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-None-True-True-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-None-True-True-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-None-True-True-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-True-False-False-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-True-False-False-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-True-False-False-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-True-False-True-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-True-False-True-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-True-False-True-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-True-True-False-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-True-True-False-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-True-True-False-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-True-True-True-False]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-True-True-True-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region[NOTSET-True-True-True-True]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region_errors[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region_errors[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region_errors[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region_mode[2-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region_mode[2-a]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region_mode[2-r+]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region_mode[3-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region_mode[3-a]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region_mode[3-r+]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region_mode[NOTSET-None]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region_mode[NOTSET-a]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_region_mode[NOTSET-r+]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_store[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_store[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_store[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_uneven_dask_chunks[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_uneven_dask_chunks[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_write_uneven_dask_chunks[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_zarr_fill_value_setting[2-float]
xarray.tests.test_backends.TestZarrDictStore ‑ test_zarr_fill_value_setting[2-int]
xarray.tests.test_backends.TestZarrDictStore ‑ test_zarr_fill_value_setting[3-float]
xarray.tests.test_backends.TestZarrDictStore ‑ test_zarr_fill_value_setting[3-int]
xarray.tests.test_backends.TestZarrDictStore ‑ test_zarr_fill_value_setting[NOTSET-float]
xarray.tests.test_backends.TestZarrDictStore ‑ test_zarr_fill_value_setting[NOTSET-int]
xarray.tests.test_backends.TestZarrDictStore ‑ test_zarr_mode_w_overwrites_encoding[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_zarr_mode_w_overwrites_encoding[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_zarr_mode_w_overwrites_encoding[NOTSET]
xarray.tests.test_backends.TestZarrDictStore ‑ test_zero_dimensional_variable[2]
xarray.tests.test_backends.TestZarrDictStore ‑ test_zero_dimensional_variable[3]
xarray.tests.test_backends.TestZarrDictStore ‑ test_zero_dimensional_variable[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_overwrite_values[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_overwrite_values[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_overwrite_values[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_string_length_mismatch_raises[2-S]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_string_length_mismatch_raises[2-U]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_string_length_mismatch_raises[3-S]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_string_length_mismatch_raises[3-U]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_string_length_mismatch_raises[NOTSET-S]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_string_length_mismatch_raises[NOTSET-U]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_string_length_mismatch_works[2-S]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_string_length_mismatch_works[2-U]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_string_length_mismatch_works[3-S]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_string_length_mismatch_works[3-U]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_string_length_mismatch_works[NOTSET-S]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_string_length_mismatch_works[NOTSET-U]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_append_dim_no_overwrite[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_append_dim_no_overwrite[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_append_dim_no_overwrite[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_append_dim_not_set_raises[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_append_dim_not_set_raises[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_append_dim_not_set_raises[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_existing_encoding_raises[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_existing_encoding_raises[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_existing_encoding_raises[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_invalid_dim_raises[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_invalid_dim_raises[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_invalid_dim_raises[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_mode_not_a_raises[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_mode_not_a_raises[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_mode_not_a_raises[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_mode_rplus_fails[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_mode_rplus_fails[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_mode_rplus_fails[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_mode_rplus_success[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_mode_rplus_success[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_mode_rplus_success[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_new_variable[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_new_variable[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_new_variable[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_no_dims_raises[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_no_dims_raises[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_with_no_dims_raises[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_write[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_write[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_append_write[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_array_type_after_indexing[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_array_type_after_indexing[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_array_type_after_indexing[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_attributes[2-obj0]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_attributes[2-obj1]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_attributes[3-obj0]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_attributes[3-obj1]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_attributes[NOTSET-obj0]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_attributes[NOTSET-obj1]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_auto_chunk[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_auto_chunk[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_auto_chunk[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_cache_members[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_cache_members[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_cache_members[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_check_encoding_is_consistent_after_append[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_check_encoding_is_consistent_after_append[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_check_encoding_is_consistent_after_append[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_chunk_encoding[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_chunk_encoding[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_chunk_encoding[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_chunk_encoding_with_dask[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_chunk_encoding_with_dask[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_chunk_encoding_with_dask[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_chunk_encoding_with_larger_dask_chunks[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_chunk_encoding_with_larger_dask_chunks[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_chunk_encoding_with_larger_dask_chunks[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_chunk_encoding_with_partial_dask_chunks[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_chunk_encoding_with_partial_dask_chunks[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_chunk_encoding_with_partial_dask_chunks[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_chunked_cftime_datetime[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_chunked_cftime_datetime[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_chunked_cftime_datetime[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_chunked_datetime64_or_timedelta64[2-datetime64[ns]]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_chunked_datetime64_or_timedelta64[2-timedelta64[ns]]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_chunked_datetime64_or_timedelta64[3-datetime64[ns]]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_chunked_datetime64_or_timedelta64[3-timedelta64[ns]]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_chunked_datetime64_or_timedelta64[NOTSET-datetime64[ns]]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_chunked_datetime64_or_timedelta64[NOTSET-timedelta64[ns]]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_compressor_encoding[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_compressor_encoding[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_compressor_encoding[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_coordinate_variables_after_dataset_roundtrip[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_coordinate_variables_after_dataset_roundtrip[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_coordinate_variables_after_dataset_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_coordinate_variables_after_iris_roundtrip[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_coordinate_variables_after_iris_roundtrip[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_coordinate_variables_after_iris_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_coordinates_encoding[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_coordinates_encoding[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_coordinates_encoding[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_dataset_caching[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_dataset_caching[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_dataset_caching[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_dataset_compute[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_dataset_compute[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_dataset_compute[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_default_fill_value[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_default_fill_value[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_default_fill_value[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_deprecate_auto_chunk[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_deprecate_auto_chunk[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_deprecate_auto_chunk[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_dimension_names[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_dimension_names[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_dimension_names[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_drop_encoding[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_drop_encoding[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_drop_encoding[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_dropna[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_dropna[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_dropna[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_encoding_chunksizes[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_encoding_chunksizes[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_encoding_chunksizes[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_encoding_kwarg[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_encoding_kwarg[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_encoding_kwarg[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_encoding_kwarg_dates[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_encoding_kwarg_dates[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_encoding_kwarg_dates[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_encoding_kwarg_fixed_width_string[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_encoding_kwarg_fixed_width_string[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_encoding_kwarg_fixed_width_string[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_encoding_same_dtype[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_encoding_same_dtype[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_encoding_same_dtype[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_encoding_unlimited_dims[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_encoding_unlimited_dims[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_encoding_unlimited_dims[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_explicitly_omit_fill_value[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_explicitly_omit_fill_value[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_explicitly_omit_fill_value[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_explicitly_omit_fill_value_in_coord[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_explicitly_omit_fill_value_in_coord[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_explicitly_omit_fill_value_in_coord[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_explicitly_omit_fill_value_in_coord_via_encoding_kwarg[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_explicitly_omit_fill_value_in_coord_via_encoding_kwarg[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_explicitly_omit_fill_value_in_coord_via_encoding_kwarg[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_explicitly_omit_fill_value_via_encoding_kwarg[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_explicitly_omit_fill_value_via_encoding_kwarg[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_explicitly_omit_fill_value_via_encoding_kwarg[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_grid_mapping_and_bounds_are_coordinates_after_dataarray_roundtrip[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_grid_mapping_and_bounds_are_coordinates_after_dataarray_roundtrip[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_grid_mapping_and_bounds_are_coordinates_after_dataarray_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_grid_mapping_and_bounds_are_not_coordinates_in_file[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_grid_mapping_and_bounds_are_not_coordinates_in_file[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_grid_mapping_and_bounds_are_not_coordinates_in_file[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_group[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_group[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_group[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_hidden_zarr_keys[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_hidden_zarr_keys[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_hidden_zarr_keys[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_indexing_roundtrip[2-indexer0]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_indexing_roundtrip[2-indexer1]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_indexing_roundtrip[2-indexer2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_indexing_roundtrip[2-indexer3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_indexing_roundtrip[2-indexer4]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_indexing_roundtrip[3-indexer0]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_indexing_roundtrip[3-indexer1]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_indexing_roundtrip[3-indexer2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_indexing_roundtrip[3-indexer3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_indexing_roundtrip[3-indexer4]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_indexing_roundtrip[NOTSET-indexer0]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_indexing_roundtrip[NOTSET-indexer1]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_indexing_roundtrip[NOTSET-indexer2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_indexing_roundtrip[NOTSET-indexer3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_indexing_roundtrip[NOTSET-indexer4]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_invalid_dataarray_names_raise[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_invalid_dataarray_names_raise[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_invalid_dataarray_names_raise[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_isel_dataarray[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_isel_dataarray[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_isel_dataarray[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_load[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_load[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_load[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_manual_chunk[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_manual_chunk[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_manual_chunk[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_multiindex_not_implemented[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_multiindex_not_implemented[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_multiindex_not_implemented[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_no_warning_from_open_emptydim_with_chunks[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_no_warning_from_open_emptydim_with_chunks[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_no_warning_from_open_emptydim_with_chunks[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_non_existent_store[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_non_existent_store[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_non_existent_store[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_ondisk_after_print[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_ondisk_after_print[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_ondisk_after_print[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_open_zarr_use_cftime[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_open_zarr_use_cftime[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_open_zarr_use_cftime[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_orthogonal_indexing[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_orthogonal_indexing[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_orthogonal_indexing[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_outer_indexing_reversed[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_outer_indexing_reversed[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_outer_indexing_reversed[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_pickle[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_pickle[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_pickle[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_pickle_dataarray[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_pickle_dataarray[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_pickle_dataarray[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_read_non_consolidated_warning[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_read_non_consolidated_warning[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_read_non_consolidated_warning[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_None_variable[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_None_variable[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_None_variable[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_boolean_dtype[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_boolean_dtype[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_boolean_dtype[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_bytes_with_fill_value[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_bytes_with_fill_value[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_bytes_with_fill_value[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_cftime_datetime_data[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_cftime_datetime_data[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_cftime_datetime_data[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_consolidated[2-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_consolidated[2-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_consolidated[2-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_consolidated[3-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_consolidated[3-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_consolidated[3-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_consolidated[NOTSET-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_consolidated[NOTSET-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_consolidated[NOTSET-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_coordinates[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_coordinates[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_coordinates[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_coordinates_with_space[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_coordinates_with_space[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_coordinates_with_space[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_empty_vlen_string_array[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_empty_vlen_string_array[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_empty_vlen_string_array[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_endian[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_endian[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_endian[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_example_1_netcdf[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_example_1_netcdf[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_example_1_netcdf[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_float64_data[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_float64_data[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_float64_data[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_global_coordinates[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_global_coordinates[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_global_coordinates[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[2-dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[2-dtype0-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[2-dtype0-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[2-dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[2-dtype0-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[2-dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[2-dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[2-dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[2-dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[2-dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[3-dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[3-dtype0-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[3-dtype0-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[3-dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[3-dtype0-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[3-dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[3-dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[3-dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[3-dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[3-dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
Check notice on line 0 in .github
github-actions / Test Results
23970 tests found (test 2901 to 3500)
There are 23970 tests, see "Raw output" for the list of tests 2901 to 3500.
Raw output
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_numpy_datetime_data[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_numpy_datetime_data[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_numpy_datetime_data[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_object_dtype[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_object_dtype[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_object_dtype[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_string_data[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_string_data[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_string_data[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_string_encoded_characters[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_string_encoded_characters[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_string_encoded_characters[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_string_with_fill_value_nchar[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_string_with_fill_value_nchar[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_string_with_fill_value_nchar[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_test_data[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_test_data[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_test_data[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_timedelta_data[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_timedelta_data[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_timedelta_data[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_timedelta_data_via_dtype[2-ms]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_timedelta_data_via_dtype[2-ns]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_timedelta_data_via_dtype[2-s]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_timedelta_data_via_dtype[2-us]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_timedelta_data_via_dtype[3-ms]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_timedelta_data_via_dtype[3-ns]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_timedelta_data_via_dtype[3-s]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_timedelta_data_via_dtype[3-us]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_timedelta_data_via_dtype[NOTSET-ms]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_timedelta_data_via_dtype[NOTSET-ns]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_timedelta_data_via_dtype[NOTSET-s]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_timedelta_data_via_dtype[NOTSET-us]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_unsigned[2--1-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_unsigned[2-255-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_unsigned[2-fill_value0-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_unsigned[2-fill_value1-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_unsigned[3--1-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_unsigned[3-255-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_unsigned[3-fill_value0-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_unsigned[3-fill_value1-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_unsigned[NOTSET--1-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_unsigned[NOTSET-255-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_unsigned[NOTSET-fill_value0-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_roundtrip_unsigned[NOTSET-fill_value1-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_save_emptydim[2-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_save_emptydim[2-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_save_emptydim[3-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_save_emptydim[3-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_save_emptydim[NOTSET-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_save_emptydim[NOTSET-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_shard_encoding[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_shard_encoding[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_shard_encoding[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_string_object_warning[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_string_object_warning[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_string_object_warning[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_to_zarr_append_compute_false_roundtrip[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_to_zarr_append_compute_false_roundtrip[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_to_zarr_append_compute_false_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_to_zarr_compute_false_roundtrip[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_to_zarr_compute_false_roundtrip[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_to_zarr_compute_false_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_vectorized_indexing[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_vectorized_indexing[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_vectorized_indexing[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_vectorized_indexing_negative_step[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_vectorized_indexing_negative_step[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_vectorized_indexing_negative_step[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_warning_on_bad_chunks[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_warning_on_bad_chunks[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_warning_on_bad_chunks[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_with_chunkstore[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_with_chunkstore[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_with_chunkstore[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_persistence_modes[2-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_persistence_modes[2-group1]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_persistence_modes[3-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_persistence_modes[3-group1]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_persistence_modes[NOTSET-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_persistence_modes[NOTSET-group1]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_preexisting_override_metadata[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_preexisting_override_metadata[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_preexisting_override_metadata[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_read_select_write[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_read_select_write[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_read_select_write[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-False-False-False-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-False-False-False-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-False-False-False-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-False-False-True-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-False-False-True-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-False-False-True-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-False-True-False-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-False-True-False-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-False-True-False-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-False-True-True-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-False-True-True-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-False-True-True-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-None-False-False-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-None-False-False-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-None-False-False-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-None-False-True-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-None-False-True-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-None-False-True-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-None-True-False-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-None-True-False-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-None-True-False-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-None-True-True-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-None-True-True-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-None-True-True-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-True-False-False-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-True-False-False-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-True-False-False-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-True-False-True-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-True-False-True-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-True-False-True-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-True-True-False-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-True-True-False-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-True-True-False-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-True-True-True-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-True-True-True-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[2-True-True-True-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-False-False-False-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-False-False-False-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-False-False-False-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-False-False-True-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-False-False-True-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-False-False-True-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-False-True-False-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-False-True-False-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-False-True-False-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-False-True-True-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-False-True-True-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-False-True-True-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-None-False-False-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-None-False-False-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-None-False-False-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-None-False-True-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-None-False-True-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-None-False-True-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-None-True-False-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-None-True-False-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-None-True-False-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-None-True-True-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-None-True-True-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-None-True-True-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-True-False-False-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-True-False-False-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-True-False-False-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-True-False-True-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-True-False-True-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-True-False-True-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-True-True-False-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-True-True-False-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-True-True-False-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-True-True-True-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-True-True-True-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[3-True-True-True-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-False-False-False-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-False-False-False-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-False-False-False-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-False-False-True-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-False-False-True-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-False-False-True-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-False-True-False-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-False-True-False-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-False-True-False-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-False-True-True-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-False-True-True-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-False-True-True-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-None-False-False-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-None-False-False-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-None-False-False-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-None-False-True-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-None-False-True-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-None-False-True-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-None-True-False-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-None-True-False-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-None-True-False-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-None-True-True-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-None-True-True-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-None-True-True-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-True-False-False-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-True-False-False-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-True-False-False-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-True-False-True-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-True-False-True-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-True-False-True-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-True-True-False-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-True-True-False-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-True-True-False-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-True-True-True-False]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-True-True-True-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region[NOTSET-True-True-True-True]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region_errors[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region_errors[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region_errors[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region_mode[2-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region_mode[2-a]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region_mode[2-r+]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region_mode[3-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region_mode[3-a]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region_mode[3-r+]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region_mode[NOTSET-None]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region_mode[NOTSET-a]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_region_mode[NOTSET-r+]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_store[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_store[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_store[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_uneven_dask_chunks[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_uneven_dask_chunks[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_write_uneven_dask_chunks[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_zarr_fill_value_setting[2-float]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_zarr_fill_value_setting[2-int]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_zarr_fill_value_setting[3-float]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_zarr_fill_value_setting[3-int]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_zarr_fill_value_setting[NOTSET-float]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_zarr_fill_value_setting[NOTSET-int]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_zarr_mode_w_overwrites_encoding[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_zarr_mode_w_overwrites_encoding[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_zarr_mode_w_overwrites_encoding[NOTSET]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_zero_dimensional_variable[2]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_zero_dimensional_variable[3]
xarray.tests.test_backends.TestZarrDirectoryStore ‑ test_zero_dimensional_variable[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_overwrite_values[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_overwrite_values[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_overwrite_values[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_string_length_mismatch_raises[2-S]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_string_length_mismatch_raises[2-U]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_string_length_mismatch_raises[3-S]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_string_length_mismatch_raises[3-U]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_string_length_mismatch_raises[NOTSET-S]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_string_length_mismatch_raises[NOTSET-U]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_string_length_mismatch_works[2-S]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_string_length_mismatch_works[2-U]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_string_length_mismatch_works[3-S]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_string_length_mismatch_works[3-U]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_string_length_mismatch_works[NOTSET-S]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_string_length_mismatch_works[NOTSET-U]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_append_dim_no_overwrite[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_append_dim_no_overwrite[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_append_dim_no_overwrite[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_append_dim_not_set_raises[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_append_dim_not_set_raises[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_append_dim_not_set_raises[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_existing_encoding_raises[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_existing_encoding_raises[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_existing_encoding_raises[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_invalid_dim_raises[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_invalid_dim_raises[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_invalid_dim_raises[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_mode_not_a_raises[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_mode_not_a_raises[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_mode_not_a_raises[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_mode_rplus_fails[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_mode_rplus_fails[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_mode_rplus_fails[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_mode_rplus_success[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_mode_rplus_success[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_mode_rplus_success[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_new_variable[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_new_variable[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_new_variable[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_no_dims_raises[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_no_dims_raises[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_with_no_dims_raises[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_write[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_write[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_append_write[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_array_type_after_indexing[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_array_type_after_indexing[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_array_type_after_indexing[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_attributes[2-obj0]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_attributes[2-obj1]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_attributes[3-obj0]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_attributes[3-obj1]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_attributes[NOTSET-obj0]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_attributes[NOTSET-obj1]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_auto_chunk[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_auto_chunk[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_auto_chunk[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_cache_members[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_cache_members[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_cache_members[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_check_encoding_is_consistent_after_append[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_check_encoding_is_consistent_after_append[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_check_encoding_is_consistent_after_append[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_chunk_encoding[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_chunk_encoding[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_chunk_encoding[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_chunk_encoding_with_dask[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_chunk_encoding_with_dask[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_chunk_encoding_with_dask[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_chunk_encoding_with_larger_dask_chunks[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_chunk_encoding_with_larger_dask_chunks[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_chunk_encoding_with_larger_dask_chunks[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_chunk_encoding_with_partial_dask_chunks[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_chunk_encoding_with_partial_dask_chunks[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_chunk_encoding_with_partial_dask_chunks[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_chunked_cftime_datetime[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_chunked_cftime_datetime[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_chunked_cftime_datetime[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_chunked_datetime64_or_timedelta64[2-datetime64[ns]]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_chunked_datetime64_or_timedelta64[2-timedelta64[ns]]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_chunked_datetime64_or_timedelta64[3-datetime64[ns]]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_chunked_datetime64_or_timedelta64[3-timedelta64[ns]]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_chunked_datetime64_or_timedelta64[NOTSET-datetime64[ns]]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_chunked_datetime64_or_timedelta64[NOTSET-timedelta64[ns]]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_compressor_encoding[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_compressor_encoding[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_compressor_encoding[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_coordinate_variables_after_dataset_roundtrip[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_coordinate_variables_after_dataset_roundtrip[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_coordinate_variables_after_dataset_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_coordinate_variables_after_iris_roundtrip[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_coordinate_variables_after_iris_roundtrip[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_coordinate_variables_after_iris_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_coordinates_encoding[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_coordinates_encoding[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_coordinates_encoding[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_dataset_caching[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_dataset_caching[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_dataset_caching[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_dataset_compute[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_dataset_compute[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_dataset_compute[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_default_fill_value[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_default_fill_value[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_default_fill_value[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_deprecate_auto_chunk[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_deprecate_auto_chunk[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_deprecate_auto_chunk[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_dimension_names[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_dimension_names[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_dimension_names[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_drop_encoding[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_drop_encoding[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_drop_encoding[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_dropna[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_dropna[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_dropna[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_encoding_chunksizes[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_encoding_chunksizes[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_encoding_chunksizes[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_encoding_kwarg[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_encoding_kwarg[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_encoding_kwarg[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_encoding_kwarg_dates[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_encoding_kwarg_dates[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_encoding_kwarg_dates[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_encoding_kwarg_fixed_width_string[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_encoding_kwarg_fixed_width_string[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_encoding_kwarg_fixed_width_string[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_encoding_same_dtype[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_encoding_same_dtype[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_encoding_same_dtype[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_encoding_unlimited_dims[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_encoding_unlimited_dims[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_encoding_unlimited_dims[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_explicitly_omit_fill_value[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_explicitly_omit_fill_value[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_explicitly_omit_fill_value[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_explicitly_omit_fill_value_in_coord[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_explicitly_omit_fill_value_in_coord[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_explicitly_omit_fill_value_in_coord[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_explicitly_omit_fill_value_in_coord_via_encoding_kwarg[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_explicitly_omit_fill_value_in_coord_via_encoding_kwarg[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_explicitly_omit_fill_value_in_coord_via_encoding_kwarg[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_explicitly_omit_fill_value_via_encoding_kwarg[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_explicitly_omit_fill_value_via_encoding_kwarg[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_explicitly_omit_fill_value_via_encoding_kwarg[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_grid_mapping_and_bounds_are_coordinates_after_dataarray_roundtrip[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_grid_mapping_and_bounds_are_coordinates_after_dataarray_roundtrip[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_grid_mapping_and_bounds_are_coordinates_after_dataarray_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_grid_mapping_and_bounds_are_not_coordinates_in_file[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_grid_mapping_and_bounds_are_not_coordinates_in_file[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_grid_mapping_and_bounds_are_not_coordinates_in_file[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_group[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_group[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_group[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_hidden_zarr_keys[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_hidden_zarr_keys[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_hidden_zarr_keys[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_indexing_roundtrip[2-indexer0]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_indexing_roundtrip[2-indexer1]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_indexing_roundtrip[2-indexer2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_indexing_roundtrip[2-indexer3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_indexing_roundtrip[2-indexer4]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_indexing_roundtrip[3-indexer0]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_indexing_roundtrip[3-indexer1]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_indexing_roundtrip[3-indexer2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_indexing_roundtrip[3-indexer3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_indexing_roundtrip[3-indexer4]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_indexing_roundtrip[NOTSET-indexer0]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_indexing_roundtrip[NOTSET-indexer1]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_indexing_roundtrip[NOTSET-indexer2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_indexing_roundtrip[NOTSET-indexer3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_indexing_roundtrip[NOTSET-indexer4]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_invalid_dataarray_names_raise[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_invalid_dataarray_names_raise[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_invalid_dataarray_names_raise[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_isel_dataarray[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_isel_dataarray[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_isel_dataarray[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_load[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_load[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_load[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_manual_chunk[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_manual_chunk[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_manual_chunk[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_multiindex_not_implemented[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_multiindex_not_implemented[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_multiindex_not_implemented[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_no_warning_from_open_emptydim_with_chunks[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_no_warning_from_open_emptydim_with_chunks[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_no_warning_from_open_emptydim_with_chunks[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_non_existent_store[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_non_existent_store[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_non_existent_store[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_ondisk_after_print[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_ondisk_after_print[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_ondisk_after_print[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_open_zarr_use_cftime[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_open_zarr_use_cftime[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_open_zarr_use_cftime[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_orthogonal_indexing[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_orthogonal_indexing[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_orthogonal_indexing[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_outer_indexing_reversed[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_outer_indexing_reversed[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_outer_indexing_reversed[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_pickle[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_pickle[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_pickle[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_pickle_dataarray[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_pickle_dataarray[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_pickle_dataarray[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_read_non_consolidated_warning[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_read_non_consolidated_warning[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_read_non_consolidated_warning[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_None_variable[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_None_variable[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_None_variable[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_boolean_dtype[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_boolean_dtype[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_boolean_dtype[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_bytes_with_fill_value[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_bytes_with_fill_value[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_bytes_with_fill_value[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_cftime_datetime_data[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_cftime_datetime_data[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_cftime_datetime_data[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_consolidated[2-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_consolidated[2-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_consolidated[2-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_consolidated[3-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_consolidated[3-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_consolidated[3-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_consolidated[NOTSET-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_consolidated[NOTSET-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_consolidated[NOTSET-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_coordinates[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_coordinates[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_coordinates[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_coordinates_with_space[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_coordinates_with_space[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_coordinates_with_space[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_empty_vlen_string_array[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_empty_vlen_string_array[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_empty_vlen_string_array[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_endian[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_endian[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_endian[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_example_1_netcdf[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_example_1_netcdf[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_example_1_netcdf[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_float64_data[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_float64_data[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_float64_data[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_global_coordinates[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_global_coordinates[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_global_coordinates[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[2-dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[2-dtype0-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[2-dtype0-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[2-dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[2-dtype0-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[2-dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[2-dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[2-dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[2-dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[2-dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[3-dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[3-dtype0-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[3-dtype0-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[3-dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[3-dtype0-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[3-dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[3-dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[3-dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[3-dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[3-dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_numpy_datetime_data[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_numpy_datetime_data[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_numpy_datetime_data[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_object_dtype[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_object_dtype[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_object_dtype[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_string_data[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_string_data[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_string_data[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_string_encoded_characters[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_string_encoded_characters[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_string_encoded_characters[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_string_with_fill_value_nchar[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_string_with_fill_value_nchar[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_string_with_fill_value_nchar[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_test_data[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_test_data[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_test_data[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_timedelta_data[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_timedelta_data[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_timedelta_data[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_timedelta_data_via_dtype[2-ms]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_timedelta_data_via_dtype[2-ns]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_timedelta_data_via_dtype[2-s]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_timedelta_data_via_dtype[2-us]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_timedelta_data_via_dtype[3-ms]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_timedelta_data_via_dtype[3-ns]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_timedelta_data_via_dtype[3-s]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_timedelta_data_via_dtype[3-us]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_timedelta_data_via_dtype[NOTSET-ms]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_timedelta_data_via_dtype[NOTSET-ns]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_timedelta_data_via_dtype[NOTSET-s]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_timedelta_data_via_dtype[NOTSET-us]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_unsigned[2--1-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_unsigned[2-255-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_unsigned[2-fill_value0-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_unsigned[2-fill_value1-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_unsigned[3--1-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_unsigned[3-255-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_unsigned[3-fill_value0-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_unsigned[3-fill_value1-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_unsigned[NOTSET--1-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_unsigned[NOTSET-255-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_unsigned[NOTSET-fill_value0-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_roundtrip_unsigned[NOTSET-fill_value1-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_save_emptydim[2-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_save_emptydim[2-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_save_emptydim[3-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_save_emptydim[3-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_save_emptydim[NOTSET-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_save_emptydim[NOTSET-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_shard_encoding[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_shard_encoding[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_shard_encoding[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_string_object_warning[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_string_object_warning[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_string_object_warning[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_to_zarr_append_compute_false_roundtrip[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_to_zarr_append_compute_false_roundtrip[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_to_zarr_append_compute_false_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_to_zarr_compute_false_roundtrip[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_to_zarr_compute_false_roundtrip[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_to_zarr_compute_false_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_vectorized_indexing[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_vectorized_indexing[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_vectorized_indexing[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_vectorized_indexing_negative_step[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_vectorized_indexing_negative_step[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_vectorized_indexing_negative_step[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_warning_on_bad_chunks[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_warning_on_bad_chunks[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_warning_on_bad_chunks[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_with_chunkstore[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_with_chunkstore[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_with_chunkstore[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_persistence_modes[2-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_persistence_modes[2-group1]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_persistence_modes[3-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_persistence_modes[3-group1]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_persistence_modes[NOTSET-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_persistence_modes[NOTSET-group1]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_preexisting_override_metadata[2]
Check notice on line 0 in .github
github-actions / Test Results
23970 tests found (test 3501 to 4163)
There are 23970 tests, see "Raw output" for the list of tests 3501 to 4163.
Raw output
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_preexisting_override_metadata[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_preexisting_override_metadata[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_read_select_write[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_read_select_write[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_read_select_write[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-False-False-False-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-False-False-False-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-False-False-False-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-False-False-True-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-False-False-True-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-False-False-True-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-False-True-False-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-False-True-False-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-False-True-False-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-False-True-True-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-False-True-True-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-False-True-True-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-None-False-False-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-None-False-False-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-None-False-False-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-None-False-True-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-None-False-True-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-None-False-True-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-None-True-False-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-None-True-False-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-None-True-False-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-None-True-True-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-None-True-True-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-None-True-True-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-True-False-False-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-True-False-False-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-True-False-False-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-True-False-True-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-True-False-True-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-True-False-True-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-True-True-False-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-True-True-False-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-True-True-False-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-True-True-True-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-True-True-True-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[2-True-True-True-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-False-False-False-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-False-False-False-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-False-False-False-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-False-False-True-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-False-False-True-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-False-False-True-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-False-True-False-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-False-True-False-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-False-True-False-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-False-True-True-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-False-True-True-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-False-True-True-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-None-False-False-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-None-False-False-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-None-False-False-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-None-False-True-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-None-False-True-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-None-False-True-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-None-True-False-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-None-True-False-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-None-True-False-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-None-True-True-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-None-True-True-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-None-True-True-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-True-False-False-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-True-False-False-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-True-False-False-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-True-False-True-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-True-False-True-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-True-False-True-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-True-True-False-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-True-True-False-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-True-True-False-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-True-True-True-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-True-True-True-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[3-True-True-True-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-False-False-False-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-False-False-False-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-False-False-False-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-False-False-True-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-False-False-True-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-False-False-True-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-False-True-False-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-False-True-False-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-False-True-False-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-False-True-True-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-False-True-True-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-False-True-True-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-None-False-False-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-None-False-False-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-None-False-False-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-None-False-True-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-None-False-True-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-None-False-True-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-None-True-False-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-None-True-False-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-None-True-False-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-None-True-True-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-None-True-True-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-None-True-True-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-True-False-False-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-True-False-False-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-True-False-False-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-True-False-True-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-True-False-True-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-True-False-True-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-True-True-False-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-True-True-False-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-True-True-False-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-True-True-True-False]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-True-True-True-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region[NOTSET-True-True-True-True]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region_errors[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region_errors[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region_errors[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region_mode[2-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region_mode[2-a]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region_mode[2-r+]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region_mode[3-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region_mode[3-a]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region_mode[3-r+]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region_mode[NOTSET-None]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region_mode[NOTSET-a]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_region_mode[NOTSET-r+]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_store[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_store[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_store[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_uneven_dask_chunks[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_uneven_dask_chunks[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_write_uneven_dask_chunks[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_zarr_fill_value_setting[2-float]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_zarr_fill_value_setting[2-int]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_zarr_fill_value_setting[3-float]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_zarr_fill_value_setting[3-int]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_zarr_fill_value_setting[NOTSET-float]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_zarr_fill_value_setting[NOTSET-int]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_zarr_mode_w_overwrites_encoding[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_zarr_mode_w_overwrites_encoding[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_zarr_mode_w_overwrites_encoding[NOTSET]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_zero_dimensional_variable[2]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_zero_dimensional_variable[3]
xarray.tests.test_backends.TestZarrNoConsolidatedMetadataSupport ‑ test_zero_dimensional_variable[NOTSET]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_append_chunk_partial[2]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_append_chunk_partial[3]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_append_chunk_partial[NOTSET]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_region[2]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_region[3]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_region[NOTSET]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_region_append[2]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_region_append[3]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_region_append[NOTSET]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_region_auto[2-full-auto]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_region_auto[2-mixed-auto]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_region_auto[3-full-auto]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_region_auto[3-mixed-auto]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_region_auto[NOTSET-full-auto]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_region_auto[NOTSET-mixed-auto]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_region_auto_noncontiguous[2]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_region_auto_noncontiguous[3]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_region_auto_noncontiguous[NOTSET]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_region_chunk_partial[2]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_region_chunk_partial[3]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_region_chunk_partial[NOTSET]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_region_chunk_partial_offset[2]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_region_chunk_partial_offset[3]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_region_chunk_partial_offset[NOTSET]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_region_index_write[2]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_region_index_write[3]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_region_index_write[NOTSET]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_safe_chunk_append_dim[2]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_safe_chunk_append_dim[3]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_safe_chunk_append_dim[NOTSET]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_safe_chunk_region[2-a]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_safe_chunk_region[2-r+]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_safe_chunk_region[3-a]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_safe_chunk_region[3-r+]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_safe_chunk_region[NOTSET-a]
xarray.tests.test_backends.TestZarrRegionAuto ‑ test_zarr_safe_chunk_region[NOTSET-r+]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_overwrite_values[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_overwrite_values[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_overwrite_values[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_string_length_mismatch_raises[2-S]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_string_length_mismatch_raises[2-U]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_string_length_mismatch_raises[3-S]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_string_length_mismatch_raises[3-U]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_string_length_mismatch_raises[NOTSET-S]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_string_length_mismatch_raises[NOTSET-U]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_string_length_mismatch_works[2-S]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_string_length_mismatch_works[2-U]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_string_length_mismatch_works[3-S]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_string_length_mismatch_works[3-U]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_string_length_mismatch_works[NOTSET-S]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_string_length_mismatch_works[NOTSET-U]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_append_dim_no_overwrite[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_append_dim_no_overwrite[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_append_dim_no_overwrite[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_append_dim_not_set_raises[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_append_dim_not_set_raises[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_append_dim_not_set_raises[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_existing_encoding_raises[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_existing_encoding_raises[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_existing_encoding_raises[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_invalid_dim_raises[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_invalid_dim_raises[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_invalid_dim_raises[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_mode_not_a_raises[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_mode_not_a_raises[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_mode_not_a_raises[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_mode_rplus_fails[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_mode_rplus_fails[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_mode_rplus_fails[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_mode_rplus_success[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_mode_rplus_success[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_mode_rplus_success[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_new_variable[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_new_variable[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_new_variable[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_no_dims_raises[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_no_dims_raises[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_with_no_dims_raises[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_write[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_write[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_append_write[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_array_type_after_indexing[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_array_type_after_indexing[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_array_type_after_indexing[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_attributes[2-obj0]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_attributes[2-obj1]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_attributes[3-obj0]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_attributes[3-obj1]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_attributes[NOTSET-obj0]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_attributes[NOTSET-obj1]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_auto_chunk[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_auto_chunk[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_auto_chunk[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_avoid_excess_metadata_calls[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_avoid_excess_metadata_calls[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_avoid_excess_metadata_calls[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_cache_members[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_cache_members[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_cache_members[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_check_encoding_is_consistent_after_append[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_check_encoding_is_consistent_after_append[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_check_encoding_is_consistent_after_append[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_chunk_encoding[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_chunk_encoding[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_chunk_encoding[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_chunk_encoding_with_dask[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_chunk_encoding_with_dask[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_chunk_encoding_with_dask[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_chunk_encoding_with_larger_dask_chunks[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_chunk_encoding_with_larger_dask_chunks[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_chunk_encoding_with_larger_dask_chunks[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_chunk_encoding_with_partial_dask_chunks[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_chunk_encoding_with_partial_dask_chunks[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_chunk_encoding_with_partial_dask_chunks[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_chunked_cftime_datetime[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_chunked_cftime_datetime[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_chunked_cftime_datetime[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_chunked_datetime64_or_timedelta64[2-datetime64[ns]]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_chunked_datetime64_or_timedelta64[2-timedelta64[ns]]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_chunked_datetime64_or_timedelta64[3-datetime64[ns]]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_chunked_datetime64_or_timedelta64[3-timedelta64[ns]]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_chunked_datetime64_or_timedelta64[NOTSET-datetime64[ns]]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_chunked_datetime64_or_timedelta64[NOTSET-timedelta64[ns]]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_compressor_encoding[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_compressor_encoding[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_compressor_encoding[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_coordinate_variables_after_dataset_roundtrip[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_coordinate_variables_after_dataset_roundtrip[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_coordinate_variables_after_dataset_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_coordinate_variables_after_iris_roundtrip[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_coordinate_variables_after_iris_roundtrip[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_coordinate_variables_after_iris_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_coordinates_encoding[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_coordinates_encoding[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_coordinates_encoding[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_dataset_caching[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_dataset_caching[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_dataset_caching[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_dataset_compute[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_dataset_compute[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_dataset_compute[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_default_fill_value[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_default_fill_value[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_default_fill_value[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_deprecate_auto_chunk[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_deprecate_auto_chunk[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_deprecate_auto_chunk[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_dimension_names[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_dimension_names[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_dimension_names[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_drop_encoding[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_drop_encoding[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_drop_encoding[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_dropna[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_dropna[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_dropna[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_encoding_chunksizes[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_encoding_chunksizes[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_encoding_chunksizes[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_encoding_kwarg[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_encoding_kwarg[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_encoding_kwarg[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_encoding_kwarg_dates[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_encoding_kwarg_dates[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_encoding_kwarg_dates[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_encoding_kwarg_fixed_width_string[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_encoding_kwarg_fixed_width_string[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_encoding_kwarg_fixed_width_string[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_encoding_same_dtype[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_encoding_same_dtype[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_encoding_same_dtype[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_encoding_unlimited_dims[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_encoding_unlimited_dims[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_encoding_unlimited_dims[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_explicitly_omit_fill_value[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_explicitly_omit_fill_value[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_explicitly_omit_fill_value[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_explicitly_omit_fill_value_in_coord[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_explicitly_omit_fill_value_in_coord[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_explicitly_omit_fill_value_in_coord[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_explicitly_omit_fill_value_in_coord_via_encoding_kwarg[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_explicitly_omit_fill_value_in_coord_via_encoding_kwarg[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_explicitly_omit_fill_value_in_coord_via_encoding_kwarg[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_explicitly_omit_fill_value_via_encoding_kwarg[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_explicitly_omit_fill_value_via_encoding_kwarg[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_explicitly_omit_fill_value_via_encoding_kwarg[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_grid_mapping_and_bounds_are_coordinates_after_dataarray_roundtrip[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_grid_mapping_and_bounds_are_coordinates_after_dataarray_roundtrip[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_grid_mapping_and_bounds_are_coordinates_after_dataarray_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_grid_mapping_and_bounds_are_not_coordinates_in_file[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_grid_mapping_and_bounds_are_not_coordinates_in_file[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_grid_mapping_and_bounds_are_not_coordinates_in_file[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_group[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_group[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_group[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_hidden_zarr_keys[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_hidden_zarr_keys[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_hidden_zarr_keys[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_indexing_roundtrip[2-indexer0]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_indexing_roundtrip[2-indexer1]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_indexing_roundtrip[2-indexer2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_indexing_roundtrip[2-indexer3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_indexing_roundtrip[2-indexer4]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_indexing_roundtrip[3-indexer0]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_indexing_roundtrip[3-indexer1]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_indexing_roundtrip[3-indexer2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_indexing_roundtrip[3-indexer3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_indexing_roundtrip[3-indexer4]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_indexing_roundtrip[NOTSET-indexer0]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_indexing_roundtrip[NOTSET-indexer1]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_indexing_roundtrip[NOTSET-indexer2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_indexing_roundtrip[NOTSET-indexer3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_indexing_roundtrip[NOTSET-indexer4]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_invalid_dataarray_names_raise[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_invalid_dataarray_names_raise[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_invalid_dataarray_names_raise[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_isel_dataarray[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_isel_dataarray[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_isel_dataarray[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_load[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_load[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_load[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_manual_chunk[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_manual_chunk[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_manual_chunk[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_multiindex_not_implemented[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_multiindex_not_implemented[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_multiindex_not_implemented[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_no_warning_from_open_emptydim_with_chunks[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_no_warning_from_open_emptydim_with_chunks[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_no_warning_from_open_emptydim_with_chunks[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_non_existent_store[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_non_existent_store[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_non_existent_store[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_ondisk_after_print[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_ondisk_after_print[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_ondisk_after_print[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_open_zarr_use_cftime[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_open_zarr_use_cftime[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_open_zarr_use_cftime[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_orthogonal_indexing[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_orthogonal_indexing[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_orthogonal_indexing[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_outer_indexing_reversed[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_outer_indexing_reversed[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_outer_indexing_reversed[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_pickle[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_pickle[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_pickle[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_pickle_dataarray[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_pickle_dataarray[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_pickle_dataarray[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_read_non_consolidated_warning[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_read_non_consolidated_warning[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_read_non_consolidated_warning[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_None_variable[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_None_variable[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_None_variable[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_boolean_dtype[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_boolean_dtype[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_boolean_dtype[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_bytes_with_fill_value[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_bytes_with_fill_value[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_bytes_with_fill_value[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_cftime_datetime_data[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_cftime_datetime_data[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_cftime_datetime_data[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_consolidated[2-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_consolidated[2-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_consolidated[2-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_consolidated[3-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_consolidated[3-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_consolidated[3-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_consolidated[NOTSET-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_consolidated[NOTSET-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_consolidated[NOTSET-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_coordinates[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_coordinates[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_coordinates[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_coordinates_with_space[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_coordinates_with_space[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_coordinates_with_space[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_empty_vlen_string_array[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_empty_vlen_string_array[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_empty_vlen_string_array[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_endian[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_endian[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_endian[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_example_1_netcdf[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_example_1_netcdf[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_example_1_netcdf[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_float64_data[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_float64_data[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_float64_data[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_global_coordinates[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_global_coordinates[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_global_coordinates[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[2-dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[2-dtype0-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[2-dtype0-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[2-dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[2-dtype0-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[2-dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[2-dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[2-dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[2-dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[2-dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[3-dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[3-dtype0-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[3-dtype0-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[3-dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[3-dtype0-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[3-dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[3-dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[3-dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[3-dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[3-dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[NOTSET-dtype0-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_bad_unsigned_masked_scaled_data-create_bad_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_mask_and_scale[NOTSET-dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_numpy_datetime_data[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_numpy_datetime_data[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_numpy_datetime_data[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_object_dtype[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_object_dtype[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_object_dtype[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_string_data[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_string_data[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_string_data[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_string_encoded_characters[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_string_encoded_characters[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_string_encoded_characters[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_string_with_fill_value_nchar[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_string_with_fill_value_nchar[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_string_with_fill_value_nchar[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_test_data[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_test_data[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_test_data[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_timedelta_data[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_timedelta_data[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_timedelta_data[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_timedelta_data_via_dtype[2-ms]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_timedelta_data_via_dtype[2-ns]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_timedelta_data_via_dtype[2-s]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_timedelta_data_via_dtype[2-us]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_timedelta_data_via_dtype[3-ms]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_timedelta_data_via_dtype[3-ns]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_timedelta_data_via_dtype[3-s]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_timedelta_data_via_dtype[3-us]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_timedelta_data_via_dtype[NOTSET-ms]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_timedelta_data_via_dtype[NOTSET-ns]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_timedelta_data_via_dtype[NOTSET-s]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_timedelta_data_via_dtype[NOTSET-us]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_unsigned[2--1-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_unsigned[2-255-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_unsigned[2-fill_value0-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_unsigned[2-fill_value1-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_unsigned[3--1-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_unsigned[3-255-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_unsigned[3-fill_value0-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_unsigned[3-fill_value1-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_unsigned[NOTSET--1-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_unsigned[NOTSET-255-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_unsigned[NOTSET-fill_value0-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_roundtrip_unsigned[NOTSET-fill_value1-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_save_emptydim[2-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_save_emptydim[2-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_save_emptydim[3-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_save_emptydim[3-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_save_emptydim[NOTSET-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_save_emptydim[NOTSET-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_shard_encoding[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_shard_encoding[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_shard_encoding[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_string_object_warning[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_string_object_warning[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_string_object_warning[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_to_zarr_append_compute_false_roundtrip[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_to_zarr_append_compute_false_roundtrip[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_to_zarr_append_compute_false_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_to_zarr_compute_false_roundtrip[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_to_zarr_compute_false_roundtrip[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_to_zarr_compute_false_roundtrip[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_vectorized_indexing[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_vectorized_indexing[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_vectorized_indexing[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_vectorized_indexing_negative_step[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_vectorized_indexing_negative_step[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_vectorized_indexing_negative_step[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_warning_on_bad_chunks[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_warning_on_bad_chunks[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_warning_on_bad_chunks[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_with_chunkstore[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_with_chunkstore[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_with_chunkstore[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[2-False-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[2-False-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[2-False-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[2-None-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[2-None-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[2-None-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[2-True-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[2-True-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[2-True-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[3-False-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[3-False-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[3-False-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[3-None-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[3-None-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[3-None-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[3-True-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[3-True-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[3-True-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[NOTSET-False-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[NOTSET-False-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[NOTSET-False-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[NOTSET-None-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[NOTSET-None-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[NOTSET-None-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[NOTSET-True-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[NOTSET-True-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_empty[NOTSET-True-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_persistence_modes[2-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_persistence_modes[2-group1]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_persistence_modes[3-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_persistence_modes[3-group1]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_persistence_modes[NOTSET-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_persistence_modes[NOTSET-group1]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_preexisting_override_metadata[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_preexisting_override_metadata[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_preexisting_override_metadata[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_read_select_write[2]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_read_select_write[3]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_read_select_write[NOTSET]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-False-False-False-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-False-False-False-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-False-False-False-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-False-False-True-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-False-False-True-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-False-False-True-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-False-True-False-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-False-True-False-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-False-True-False-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-False-True-True-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-False-True-True-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-False-True-True-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-None-False-False-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-None-False-False-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-None-False-False-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-None-False-True-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-None-False-True-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-None-False-True-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-None-True-False-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-None-True-False-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-None-True-False-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-None-True-True-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-None-True-True-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-None-True-True-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-True-False-False-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-True-False-False-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-True-False-False-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-True-False-True-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-True-False-True-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-True-False-True-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-True-True-False-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-True-True-False-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-True-True-False-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-True-True-True-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-True-True-True-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[2-True-True-True-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-False-False-False-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-False-False-False-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-False-False-False-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-False-False-True-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-False-False-True-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-False-False-True-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-False-True-False-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-False-True-False-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-False-True-False-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-False-True-True-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-False-True-True-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-False-True-True-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-None-False-False-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-None-False-False-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-None-False-False-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-None-False-True-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-None-False-True-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-None-False-True-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-None-True-False-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-None-True-False-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-None-True-False-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-None-True-True-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-None-True-True-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-None-True-True-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-True-False-False-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-True-False-False-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-True-False-False-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-True-False-True-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-True-False-True-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-True-False-True-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-True-True-False-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-True-True-False-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-True-True-False-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-True-True-True-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-True-True-True-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[3-True-True-True-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-False-False-False-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-False-False-False-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-False-False-False-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-False-False-True-False]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-False-False-True-None]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-False-False-True-True]
xarray.tests.test_backends.TestZarrWriteEmpty ‑ test_write_region[NOTSET-False-True-False-False]