Skip to content

Commit

Permalink
Merge pull request #216 from hofaflo/numpy125
Browse files Browse the repository at this point in the history
Remove dependency on the deprecated np.testing.Tester
  • Loading branch information
skjerns authored Jun 23, 2023
2 parents 022bbe9 + b9f6691 commit 7654b4c
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 7654b4c

Please sign in to comment.