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 e31cb6f commit 6db8225Copy full SHA for 6db8225
src/zarr/testing/strategies.py
@@ -21,7 +21,8 @@
21
22
def dtypes() -> st.SearchStrategy[np.dtype]:
23
return (
24
- npst.integer_dtypes(endianness="=")
+ npst.boolean_dtypes()
25
+ | npst.integer_dtypes(endianness="=")
26
| npst.unsigned_integer_dtypes(endianness="=")
27
| npst.floating_dtypes(endianness="=")
28
| npst.complex_number_dtypes(endianness="=")
0 commit comments