Skip to content

Commit b4d24a2

Browse files
committed
add test function to __init__
1 parent 761e175 commit b4d24a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

probscale/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
from .viz import *
44
from .probscale import ProbScale
5+
from .tests import test
56

67
scale.register_scale(ProbScale)
7-
8-
from numpy.testing import Tester
9-
test = Tester().test

probscale/tests/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
from numpy.testing import Tester
2+
test = Tester().test

0 commit comments

Comments
 (0)