Skip to content

Commit b1c6809

Browse files
committed
cleanup
1 parent f2e917a commit b1c6809

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

xarray/tests/test_backends.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2908,9 +2908,6 @@ def test_append_with_existing_encoding_raises(self) -> None:
29082908

29092909
@pytest.mark.parametrize("dtype", ["U", "S"])
29102910
def test_append_string_length_mismatch_raises(self, dtype) -> None:
2911-
print("start")
2912-
print(has_zarr_v3)
2913-
print(has_zarr_v3_dtypes)
29142911
if has_zarr_v3 and not has_zarr_v3_dtypes:
29152912
skip_if_zarr_format_3("This actually works fine with Zarr format 3")
29162913

0 commit comments

Comments
 (0)