Skip to content

Commit 1586aa1

Browse files
author
Ben Prather
committed
Fix test scripts on some machines by specifying python3
1 parent 412e39b commit 1586aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/verify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ echo "Pixels different by >1% relative"
1212
h5diff -p 1.e-2 ../test-resources/${folder}_image.h5 image.h5 /pol
1313

1414
# ...but we should only fail if this one returns nonzero
15-
python ../../scripts/compare.py ../test-resources/${folder}_image.h5 image.h5
15+
../../scripts/compare.py ../test-resources/${folder}_image.h5 image.h5

0 commit comments

Comments
 (0)