We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbdd4be commit 5d2b57dCopy full SHA for 5d2b57d
1 file changed
pywt/tests/test_doc.py
@@ -5,6 +5,8 @@
5
import os
6
import unittest
7
8
+import numpy as np
9
+np.set_printoptions(legacy='1.13')
10
11
pdir = os.path.pardir
12
docs_base = os.path.abspath(os.path.join(os.path.dirname(__file__),
0 commit comments