Skip to content

Commit fd73415

Browse files
Open zarr images read only
1 parent 2b46cdb commit fd73415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scip/loading/zarr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def bag_from_directory(
7979
match = re.search(regex, str(path))
8080
groups = match.groupdict()
8181

82-
z = zarr.open(path)
82+
z = zarr.open(path, mode="r")
8383
path = Path(path)
8484
events = []
8585

0 commit comments

Comments
 (0)