Skip to content

Commit

Permalink
blosc1
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Jan 5, 2025
1 parent 86c47dd commit 5659d03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nczarr_test/run_consolidated_zarr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ cd $ISOPATH
unset NCNOZMETADATA
echo "@@@ NCZARRFORMAT=$NCZARRFORMAT NCNOZMETADATA=$NCNOZMETADATA"

# Locate the plugin path
if ! findplugin h5blosc ; then exit 0; fi

# This shell script tests support for:
# 1. consolidated zarr (noxarray) read-only
# 2. xarray read
Expand Down
3 changes: 3 additions & 0 deletions v3_nczarr_test/run_consolidated_zarr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ echo "@@@"
echo "$NCZARRFORMAT"
echo "$NCNOZMETADA"

# Locate the plugin path
if ! findplugin h5blosc ; then exit 0; fi

# This shell script tests support for:
# 1. consolidated zarr (noxarray) read-only
# 2. xarray read
Expand Down

0 comments on commit 5659d03

Please sign in to comment.