Skip to content

Commit

Permalink
trace1
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Jan 6, 2025
1 parent 326b160 commit 361ef0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nczarr_test/run_nan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ for t in tst_nans ; do
rm -fr ${t}.$zext
rm -f tmp_${t}.dmp
fileargs $t
export NCTRACING=10
${NCGEN} -4 -lb -o ${fileurl} ${cdl}/${ref}.cdl
${ZMD} -t float ${fileurl}
${NCDUMP} ${headflag} ${specflag} -n ${ref} ${fileurl} > tmp_${t}.dmp
unset NCTRACING
${ZMD} -t float ${fileurl}
# compare against expected
diff -b -w ${expected}/${ref}.dmp ./tmp_${t}.dmp
echo "*** SUCCEED: ${t}"
Expand Down
3 changes: 3 additions & 0 deletions nczarr_test/run_ut_map.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ if test "x$srcdir" = x ; then srcdir=`pwd`; fi

. ${srcdir}/test_nczarr.sh

set -x
set -e

s3isolate "testdir_utmap"
Expand All @@ -29,7 +30,9 @@ testmapcreate() {
deletemap $1 $output

# Create the test file
export NCTRACING=10
$CMD -k$1 -x create -o $output
unset NCTRACING
cdl="ut_${tag}_create_${zext}.cdl"
ref="ref_ut_${tag}_create.cdl"
dumpmap $zext $output ./$cdl
Expand Down

0 comments on commit 361ef0e

Please sign in to comment.