Skip to content

Commit 54f4c04

Browse files
committed
tools: remove usage warning
1 parent 351237f commit 54f4c04

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/pyabf/tools/memtest.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@
1616
import pyabf.tools.sweep
1717
import pyabf.tools.memtestMath
1818
import numpy as np
19-
import warnings
20-
21-
warnings.warn("The pyabf package is designed for reading ABF files (not analyzing them). " +
22-
"This module is experimental, provided only for backwards compatibility, and its API may change in future releases. " +
23-
"Users are encouraged to write their own ABF analysis code.")
2419

2520

2621
class Memtest:

0 commit comments

Comments
 (0)