Skip to content

Commit c2ade6f

Browse files
committed
remove unneeded initialization code that was causing problems with pytest on MacOS
1 parent 53202aa commit c2ade6f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

control/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,5 @@
7979
except ImportError:
8080
__version__ = "dev"
8181

82-
# The following is to use Numpy's testing framework
83-
# Tests go under directory tests/, benchmarks under directory benchmarks/
84-
from numpy.testing import Tester
85-
test = Tester().test
86-
bench = Tester().bench
87-
8882
# Initialize default parameter values
8983
reset_defaults()

0 commit comments

Comments
 (0)