Skip to content

Commit 5d2b57d

Browse files
committed
add numpy 1.13 legacy print option to test_doc.py
1 parent dbdd4be commit 5d2b57d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pywt/tests/test_doc.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
import os
66
import unittest
77

8+
import numpy as np
9+
np.set_printoptions(legacy='1.13')
810

911
pdir = os.path.pardir
1012
docs_base = os.path.abspath(os.path.join(os.path.dirname(__file__),

0 commit comments

Comments
 (0)