Skip to content

Commit b354ea2

Browse files
committed
test using legacy print to avoid printing np.float64(num)
1 parent 5f28367 commit b354ea2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ fulldir=$2
5353
#echo "*** testing $t ..."
5454
($PYTHON <<EOF
5555
import matplotlib as m
56+
import numpy as np
5657
m.use('Template')
58+
np.set_printoptions(legacy='1.25')
5759
VERBOSE=1
5860
RUNNING_TESTS=1
5961
with open('$t') as f:

0 commit comments

Comments
 (0)