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 7df984d commit ad8a7bcCopy full SHA for ad8a7bc
fooof/__init__.py
@@ -4,8 +4,7 @@
4
5
# Deprecation of fooof / move to specparam message
6
# Note: this warning is for fooof v1.1 specifically, and should be removed in specparam 2.0
7
-from warnings import warn, simplefilter
8
-#simplefilter('always') # make sure user sees it once, on every import
+from warnings import warn
9
DEPRECATION_TEXT = ("\nThe `fooof` package is being deprecated and replaced by the "
10
"`specparam` (spectral parameterization) package."
11
"\nThis version of `fooof` (1.1) is fully functional, but will not be further updated."
0 commit comments