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
from spatialdata.datasets import blobs
blobs().write("./blob.zarr")
fails with
FileNotFoundError: [Errno 2] No such file or directory: '/Users/tim.treis/Documents/GitHub/spatialdata-notebooks/notebooks/examples/blob.zarr/images/blobs_image/0/0/0/0'
Inspecting the created file shows that it only goes one 0 deep, so -> .../blobs_image/0/
The text was updated successfully, but these errors were encountered:
MRE
fails with
Inspecting the created file shows that it only goes one
0
deep, so ->.../blobs_image/0/
The text was updated successfully, but these errors were encountered: