Skip to content

Commit

Permalink
Removed leading slash on run_interop in nczarr_test.
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Oct 13, 2023
1 parent 84af03e commit 4bd9c2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nczarr_test/run_interop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ testcases3() {
mode=$2
rm -f tmp_${base}_${zext}.cdl
url="https://${UH}/${UB}/${base}.zarr#mode=${mode},s3"
echo "flags: $flags"
# Dumping everything causes timeout so dump a single var
${NCDUMP} -v "/group_with_dims/var2D" $flags $url > tmp_${base}_${zext}.cdl
${NCDUMP} -v "group_with_dims/var2D" $flags $url > tmp_${base}_${zext}.cdl
# Find the proper ref file
diff -b ${ISOPATH}/ref_${base}_2d.cdl tmp_${base}_${zext}.cdl
set +x
Expand Down

0 comments on commit 4bd9c2e

Please sign in to comment.