You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xarray/tests/test_backends.py::TestPydap::test_cmp_local_file: AssertionError: Left and right Dataset objects are not equal
Differing data variables:
L bears (i, j) |S3 18B b'ind' b'ist' b'ing' b'uis' b'hab' b'le'
R bears (i, j) <U4 96B 'ind' 'ist' 'ing' 'uis' 'hab' 'le'
xarray/tests/test_backends.py::TestPydap::test_dask: AssertionError: Left and right Dataset objects are not equal
Differing data variables:
L bears (i, j) |S3 18B b'ind' b'ist' b'ing' b'uis' b'hab' b'le'
R bears (i, j) <U4 96B 'ind' 'ist' 'ing' 'uis' 'hab' 'le'
xarray/tests/test_backends_datatree.py::TestZarrDatatreeIO::test_to_zarr_zip_store[zarr_format=2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends_datatree.py::TestZarrDatatreeIO::test_to_zarr_zip_store[zarr_format=3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestInstrumentedZarrStore::test_append: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestInstrumentedZarrStore::test_region_write: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_zero_dimensional_variable[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_test_data[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_load[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_dataset_compute[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_pickle[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_pickle_dataarray[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_None_variable[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_object_dtype[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_string_data[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_string_encoded_characters[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_numpy_datetime_data[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_cftime_datetime_data[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_timedelta_data[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_float64_data[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_coordinates[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_global_coordinates[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_coordinates_with_space[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_boolean_dtype[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_orthogonal_indexing[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_vectorized_indexing[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_vectorized_indexing_negative_step[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_outer_indexing_reversed[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_isel_dataarray[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_array_type_after_indexing[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_dropna[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_ondisk_after_print[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_empty_vlen_string_array[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_mask_and_scale[2-dtype0-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_mask_and_scale[2-dtype0-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_mask_and_scale[2-dtype0-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_unsigned[2-fill_value0-False]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_unsigned[2-fill_value1-True]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_unsigned[2--1-False]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_unsigned[2-255-True]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_grid_mapping_and_bounds_are_not_coordinates_in_file[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_coordinate_variables_after_dataset_roundtrip[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_grid_mapping_and_bounds_are_coordinates_after_dataarray_roundtrip[2]: Failed: DID NOT WARN. No warnings of type (<class 'UserWarning'>,) were emitted.
Emitted warnings: [].
xarray/tests/test_backends.py::TestZarrDictStore::test_coordinates_encoding[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_endian[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_encoding_kwarg[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_encoding_kwarg_dates[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_default_fill_value[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_explicitly_omit_fill_value[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_explicitly_omit_fill_value_via_encoding_kwarg[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_explicitly_omit_fill_value_in_coord[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_explicitly_omit_fill_value_in_coord_via_encoding_kwarg[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_encoding_same_dtype[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_multiindex_not_implemented[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_string_object_warning[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_consolidated[2-False]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_consolidated[2-True]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_consolidated[2-None]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_read_non_consolidated_warning[2]: Failed: DID NOT WARN. No warnings of type (<class 'RuntimeWarning'>,) were emitted.
Emitted warnings: [].
xarray/tests/test_backends.py::TestZarrDictStore::test_non_existent_store[2]: AssertionError: Regex pattern did not match.
Regex: '(No such file or directory|Unable to find group)'
Input: "No group found in store '/tmp/pytest-of-runner/pytest-0/popen-gw0/test_non_existent_store_2_0/6ea55150-4427-420b-b28e-513f957966bb' at path ''"
xarray/tests/test_backends.py::TestZarrDictStore::test_auto_chunk[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_manual_chunk[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_warning_on_bad_chunks[2]: Failed: DID NOT WARN. No warnings of type (<class 'UserWarning'>,) were emitted.
Emitted warnings: [].
xarray/tests/test_backends.py::TestZarrDictStore::test_write_uneven_dask_chunks[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_chunk_encoding[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_chunk_encoding_with_dask[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_persistence_modes[2-None]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_persistence_modes[2-group1]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_compressor_encoding[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_group[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_dataset_caching[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_append_with_mode_rplus_success[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_check_encoding_is_consistent_after_append[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_append_with_new_variable[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_append_with_append_dim_no_overwrite[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_to_zarr_compute_false_roundtrip[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_to_zarr_append_compute_false_roundtrip[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_save_emptydim[2-False]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_save_emptydim[2-True]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_no_warning_from_open_emptydim_with_chunks[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-False-False-False-False]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-False-False-False-True]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-False-False-False-None]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-False-False-True-False]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-False-False-True-True]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-False-False-True-None]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-False-True-False-False]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-False-True-False-True]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-False-True-False-None]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-False-True-True-False]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-False-True-True-True]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-False-True-True-None]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-True-False-False-False]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-True-False-False-True]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-True-False-False-None]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-True-False-True-False]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-True-False-True-True]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-True-False-True-None]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-True-True-False-False]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-True-True-False-True]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-True-True-False-None]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-True-True-True-False]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-True-True-True-True]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-True-True-True-None]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-None-False-False-False]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-None-False-False-True]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-None-False-False-None]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-None-False-True-False]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-None-False-True-True]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-None-False-True-None]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-None-True-False-False]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-None-True-False-True]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-None-True-False-None]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-None-True-True-False]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-None-True-True-True]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[2-None-True-True-None]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region_mode[2-None]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region_mode[2-r+]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region_mode[2-a]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_preexisting_override_metadata[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region_errors[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_encoding_chunksizes[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_chunk_encoding_with_partial_dask_chunks[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_chunk_encoding_with_larger_dask_chunks[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_open_zarr_use_cftime[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_read_select_write[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_attributes[2-obj0]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_attributes[2-obj1]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_chunked_datetime64_or_timedelta64[2-datetime64[ns]]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_chunked_datetime64_or_timedelta64[2-timedelta64[ns]]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_chunked_cftime_datetime[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_cache_members[2]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_zarr_fill_value_setting[2-int]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_zarr_fill_value_setting[2-float]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDirectoryStore::test_non_existent_store[2]: AssertionError: Regex pattern did not match.
Regex: '(No such file or directory|Unable to find group)'
Input: "No group found in store '/tmp/pytest-of-runner/pytest-0/popen-gw0/test_non_existent_store_2_1/0f89046a-e404-4c41-b26b-cdceccd6833f' at path ''"
xarray/tests/test_backends.py::TestZarrWriteEmpty::test_non_existent_store[2]: AssertionError: Regex pattern did not match.
Regex: '(No such file or directory|Unable to find group)'
Input: "No group found in store '/tmp/pytest-of-runner/pytest-0/popen-gw0/test_non_existent_store_2_2/64e4a80a-7ea0-41f5-8312-a999a7214d3e' at path ''"
xarray/tests/test_backends.py::TestZarrDictStore::test_zero_dimensional_variable[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_test_data[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_load[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_dataset_compute[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_pickle[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_pickle_dataarray[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_None_variable[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_object_dtype[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_string_data[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_string_encoded_characters[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_numpy_datetime_data[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_cftime_datetime_data[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_timedelta_data[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_float64_data[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_coordinates[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_global_coordinates[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_coordinates_with_space[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_boolean_dtype[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_orthogonal_indexing[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_vectorized_indexing[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_vectorized_indexing_negative_step[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_outer_indexing_reversed[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_isel_dataarray[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_array_type_after_indexing[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_dropna[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_ondisk_after_print[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_empty_vlen_string_array[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_mask_and_scale[3-dtype0-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_mask_and_scale[3-dtype0-create_signed_masked_scaled_data-create_encoded_signed_masked_scaled_data]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_mask_and_scale[3-dtype0-create_masked_and_scaled_data-create_encoded_masked_and_scaled_data]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_unsigned[3-fill_value0-False]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_unsigned[3-fill_value1-True]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_unsigned[3--1-False]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_unsigned[3-255-True]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_grid_mapping_and_bounds_are_not_coordinates_in_file[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_coordinate_variables_after_dataset_roundtrip[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_grid_mapping_and_bounds_are_coordinates_after_dataarray_roundtrip[3]: Failed: DID NOT WARN. No warnings of type (<class 'UserWarning'>,) matching the regex were emitted.
Regex: Variable\(s\) referenced in bounds not in variables: \['l(at|ong)itude_bnds'\]
Emitted warnings: [ UserWarning('Consolidated metadata is currently not part in the Zarr format 3 specification. It may not be supported by other zarr implementations and may change in the future.')].
xarray/tests/test_backends.py::TestZarrDictStore::test_coordinates_encoding[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_encoding_kwarg[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_encoding_kwarg_dates[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_default_fill_value[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_explicitly_omit_fill_value[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_explicitly_omit_fill_value_via_encoding_kwarg[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_explicitly_omit_fill_value_in_coord[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_explicitly_omit_fill_value_in_coord_via_encoding_kwarg[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_encoding_same_dtype[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_multiindex_not_implemented[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_string_object_warning[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_consolidated[3-False]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_consolidated[3-True]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_consolidated[3-None]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_read_non_consolidated_warning[3]: Failed: DID NOT WARN. No warnings of type (<class 'RuntimeWarning'>,) were emitted.
Emitted warnings: [].
xarray/tests/test_backends.py::TestZarrDictStore::test_non_existent_store[3]: AssertionError: Regex pattern did not match.
Regex: '(No such file or directory|Unable to find group)'
Input: "No group found in store '/tmp/pytest-of-runner/pytest-0/popen-gw0/test_non_existent_store_3_0/9093bc11-99e5-4e54-a4e7-7fe7c286d95c' at path ''"
xarray/tests/test_backends.py::TestZarrDictStore::test_auto_chunk[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_manual_chunk[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_warning_on_bad_chunks[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_uneven_dask_chunks[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_chunk_encoding[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_shard_encoding[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_chunk_encoding_with_dask[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_persistence_modes[3-None]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_persistence_modes[3-group1]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_compressor_encoding[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_group[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_dataset_caching[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_append_with_mode_rplus_success[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_append_string_length_mismatch_works[3-U]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_append_string_length_mismatch_works[3-S]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_check_encoding_is_consistent_after_append[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_append_with_new_variable[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_append_with_append_dim_no_overwrite[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_to_zarr_compute_false_roundtrip[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_to_zarr_append_compute_false_roundtrip[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_save_emptydim[3-False]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_save_emptydim[3-True]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_no_warning_from_open_emptydim_with_chunks[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-False-False-False-False]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-False-False-False-True]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-False-False-False-None]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-False-False-True-False]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-False-False-True-True]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-False-False-True-None]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-False-True-False-False]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-False-True-False-True]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-False-True-False-None]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-False-True-True-False]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-False-True-True-True]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-False-True-True-None]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-True-False-False-False]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-True-False-False-True]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-True-False-False-None]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-True-False-True-False]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-True-False-True-True]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-True-False-True-None]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-True-True-False-False]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-True-True-False-True]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-True-True-False-None]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-True-True-True-False]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-True-True-True-True]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-True-True-True-None]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-None-False-False-False]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-None-False-False-True]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-None-False-False-None]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-None-False-True-False]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-None-False-True-True]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-None-False-True-None]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-None-True-False-False]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-None-True-False-True]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-None-True-False-None]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-None-True-True-False]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-None-True-True-True]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region[3-None-True-True-None]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region_mode[3-None]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region_mode[3-r+]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region_mode[3-a]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_preexisting_override_metadata[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_region_errors[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_encoding_chunksizes[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_chunk_encoding_with_partial_dask_chunks[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_chunk_encoding_with_larger_dask_chunks[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_open_zarr_use_cftime[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_write_read_select_write[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_attributes[3-obj0]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_attributes[3-obj1]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_chunked_datetime64_or_timedelta64[3-datetime64[ns]]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_chunked_datetime64_or_timedelta64[3-timedelta64[ns]]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_chunked_cftime_datetime[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_cache_members[3]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_zarr_fill_value_setting[3-int]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDictStore::test_zarr_fill_value_setting[3-float]: ValueError: Store is not read-only but mode is 'r'
xarray/tests/test_backends.py::TestZarrDirectoryStore::test_non_existent_store[3]: AssertionError: Regex pattern did not match.
Regex: '(No such file or directory|Unable to find group)'
Input: "No group found in store '/tmp/pytest-of-runner/pytest-0/popen-gw0/test_non_existent_store_3_1/5527cc81-4f41-4dd9-ad7e-147b22933dcd' at path ''"
xarray/tests/test_backends.py::TestZarrWriteEmpty::test_non_existent_store[3]: AssertionError: Regex pattern did not match.
Regex: '(No such file or directory|Unable to find group)'
Input: "No group found in store '/tmp/pytest-of-runner/pytest-0/popen-gw0/test_non_existent_store_3_2/59419f7d-a0cf-45a3-ba61-690dfbbcc6f1' at path ''"
xarray/tests/test_backends.py::test_zarr_version_deprecated: ValueError: Store is not read-only but mode is 'r'
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Workflow Run URL
Python 3.12 Test Summary
The text was updated successfully, but these errors were encountered: