Skip to content

Commit

Permalink
catch incorrect store error in benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
misko committed Mar 31, 2024
1 parent 5d5937e commit 03834e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spf/sdrpluto/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ def benchmark(
dtype="complex128",
compressor=compressor,
)
else:
raise NotImplementedError
z = zarr.open(
store=store,
mode="w",
Expand Down

0 comments on commit 03834e5

Please sign in to comment.