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 761e175 commit b4d24a2Copy full SHA for b4d24a2
probscale/__init__.py
@@ -2,8 +2,6 @@
2
3
from .viz import *
4
from .probscale import ProbScale
5
+from .tests import test
6
7
scale.register_scale(ProbScale)
-
8
-from numpy.testing import Tester
9
-test = Tester().test
probscale/tests/__init__.py
@@ -0,0 +1,2 @@
1
+from numpy.testing import Tester
+test = Tester().test
0 commit comments