From 03834e5c24ffd292c3fa641ff35791357f2be059 Mon Sep 17 00:00:00 2001 From: Misko Date: Sun, 31 Mar 2024 09:12:28 -0700 Subject: [PATCH] catch incorrect store error in benchmark --- spf/sdrpluto/benchmark.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spf/sdrpluto/benchmark.py b/spf/sdrpluto/benchmark.py index df1298e3..770a5300 100644 --- a/spf/sdrpluto/benchmark.py +++ b/spf/sdrpluto/benchmark.py @@ -69,6 +69,8 @@ def benchmark( dtype="complex128", compressor=compressor, ) + else: + raise NotImplementedError z = zarr.open( store=store, mode="w",