Skip to content

Commit

Permalink
remove dependency on the deprecated np.testing.Tester
Browse files Browse the repository at this point in the history
  • Loading branch information
hofaflo committed Jun 17, 2023
1 parent 022bbe9 commit b9f6691
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyedflib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from . import data

from pyedflib.version import version as __version__
from numpy.testing import Tester

__all__ = [s for s in dir() if not s.startswith('_')]
try:
Expand All @@ -23,6 +22,3 @@
del s
except NameError:
pass


test = Tester().test

0 comments on commit b9f6691

Please sign in to comment.