Open t-a-m-i opened 1 month ago
Thanks for reporting. Tagging @melonora, the bug seems due to https://github.com/scverse/spatialdata-io/pull/204 and https://github.com/scverse/spatialdata-io/pull/206.
Partly related to https://github.com/scverse/spatialdata-io/issues/212
Hi, I get an error when trying to read in a Visium HD dataset with the visium_hd reader of v0.1.5. The same code works perfectly fine with v0.1.4.
Throws:
FileNotFoundError: [Errno 2] Unable to synchronously open file (unable to open file: name = '/files/03-SpaceRanger-Results/P31904_402/outs/P31904_402_feature_slice.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)
"P31904_402_feature_slice.h5" indeed does not exist, it should simply be "feature_slice.h5" in "outs" of the "P31904_402" folder.
Here is the full traceback: