Skip to content

Commit

Permalink
remove always warning filter from warning
Browse files Browse the repository at this point in the history
  • Loading branch information
TomDonoghue committed Sep 13, 2023
1 parent 7df984d commit ad8a7bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fooof/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

# Deprecation of fooof / move to specparam message
# Note: this warning is for fooof v1.1 specifically, and should be removed in specparam 2.0
from warnings import warn, simplefilter
#simplefilter('always') # make sure user sees it once, on every import
from warnings import warn
DEPRECATION_TEXT = ("\nThe `fooof` package is being deprecated and replaced by the "
"`specparam` (spectral parameterization) package."
"\nThis version of `fooof` (1.1) is fully functional, but will not be further updated."
Expand Down

0 comments on commit ad8a7bc

Please sign in to comment.