Skip to content

Commit df6e193

Browse files
committed
remove always filter
1 parent d63aae0 commit df6e193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fooof/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Deprecation of fooof / move to specparam message
66
# Note: this warning is for fooof v1.1 specifically, and should be removed in specparam 2.0
77
from warnings import warn, simplefilter
8-
simplefilter('always') # make sure user sees it once, on every import
8+
#simplefilter('always') # make sure user sees it once, on every import
99
DEPRECATION_TEXT = ("\nThe `fooof` package is being deprecated and replaced by the "
1010
"`specparam` (spectral parameterization) package."
1111
"\nThis version of `fooof` (1.1) is fully functional, but will not be further updated."

0 commit comments

Comments
 (0)