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 2e49ae3 commit 03d3b6bCopy full SHA for 03d3b6b
1 file changed
src/zarr/testing/strategies.py
@@ -422,7 +422,10 @@ def chunk_grids(
422
draw: st.DrawFn, *, shape: tuple[int, ...]
423
) -> RegularChunkGridMetadata | RectilinearChunkGridMetadata:
424
"""Generate either a RegularChunkGridMetadata or RectilinearChunkGridMetadata.
425
- Depending on whether the config is set (WARN: look here if we get a flaky error)
+
426
+ This strategy depends on the global state of the config having rectilinear chunk grids enabled or not.
427
+ This means that it may be a possible source of a hypothesis FlakyStrategy error due dependence
428
+ on global state. However, in practice this seems unlikely to happen.
429
430
This allows property tests to exercise both chunk grid types.
431
"""
0 commit comments