Skip to content

Commit a35bda8

Browse files
KumoLiuericspod
andauthored
Update tests/test_zarr_avg_merger.py
Co-authored-by: Eric Kerfoot <[email protected]> Signed-off-by: YunLiu <[email protected]>
1 parent a777268 commit a35bda8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_zarr_avg_merger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
np.seterr(divide="ignore", invalid="ignore")
2626
zarr, has_zarr = optional_import("zarr")
2727
if has_zarr:
28-
if version_geq(f"{get_package_version('zarr')}", "3.0.0"):
28+
if version_geq(get_package_version('zarr'), "3.0.0"):
2929
directory_store = zarr.storage.LocalStore("test.zarr")
3030
else:
3131
directory_store = zarr.storage.DirectoryStore("test.zarr")

0 commit comments

Comments
 (0)