-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auto_mkdir
not propagated resulting in FileNotFoundError during write_image
#304
Comments
auto_mkdir
not propagated to fs in `fsspec.core.url_to_fsauto_mkdir
not propagated resulting in FileNotFoundError during write_image
Hi, thanks for the feedback. On updating my local version of |
Seems the commit at fsspec/filesystem_spec@285094f is involved in this issue: fsspec/filesystem_spec@285094f |
Same issue reported at #305 (with stack trace) and also causes test failures at #302. See discussion on this issue at fsspec/filesystem_spec@285094f |
I got the same issue running the example here. I had |
I am trying to save a multidimensional image using ome-zarr, however saving fails with the following error:
I am using the following code to save the image:
The following directory structure is generated:
I've narrowed down the issue to
auto_mkdir
not being propagated to theLocalFileSystem
object in the storeIs this intended behaviour?
The text was updated successfully, but these errors were encountered: