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 d63aae0 commit df6e193Copy full SHA for df6e193
fooof/__init__.py
@@ -5,7 +5,7 @@
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
+#simplefilter('always') # make sure user sees it once, on every import
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