We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351237f commit 54f4c04Copy full SHA for 54f4c04
src/pyabf/tools/memtest.py
@@ -16,11 +16,6 @@
16
import pyabf.tools.sweep
17
import pyabf.tools.memtestMath
18
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.")
24
25
26
class Memtest:
0 commit comments