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 bf16ef7 commit d0c466cCopy full SHA for d0c466c
tests/v3/test_metadata/test_v2.py
@@ -93,7 +93,7 @@ def test_from_dict_extra_fields() -> None:
93
attributes={"key": "value"},
94
shape=(8,),
95
dtype="float64",
96
- chunk_grid=(8,),
+ chunks=(8,),
97
fill_value=0.0,
98
order="C",
99
)
0 commit comments