You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Isn't parent_dir a str? It could be perhaps None (if input_path is empty or doesn't contain a slash) , but do you really want to use "None" in that corner case?
In the following code, the type hint for
version
isstr
. Yet, the code has been modified to handle floats too (#189).Should the type hint be changed from
str
tostr | float
?ome-zarr-py/ome_zarr/format.py
Lines 12 to 16 in 6a1de2a
The text was updated successfully, but these errors were encountered: