Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 213 Bytes

File metadata and controls

2 lines (2 loc) · 213 Bytes

When zarr.save has an argument path=some/path/ and multiple arrays in args, the path resulted in some/path/some/path due to using the path argument twice while building the array path. This is now fixed.