We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c8992 commit 54af107Copy full SHA for 54af107
1 file changed
tests/test_dtype/test_npy/test_string.py
@@ -120,7 +120,12 @@ class TestFixedLengthUTF32(BaseTestZDType):
120
)
121
122
123
-@pytest.mark.parametrize("zdtype", [FixedLengthUTF32(length=10), VariableLengthUTF8()])
+@pytest.mark.parametrize(
124
+ "zdtype",
125
+ [
126
+ FixedLengthUTF32(length=10),
127
+ ],
128
+)
129
def test_unstable_dtype_warning(zdtype: FixedLengthUTF32 | VariableLengthUTF8) -> None:
130
"""
131
Test that we get a warning when serializing a dtype without a zarr v3 spec to json
0 commit comments