Skip to content

Commit

Permalink
throw correct warning
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-langfield committed Sep 5, 2024
1 parent c050ce2 commit 5901ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neurodsp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

sys.modules["neurodsp"] = ibldsp
warn(
"neurodsp has been renamed to ibldsp and the old name will be deprecated on 01-Sep-2024.",
"neurodsp has been renamed to ibldsp and the old name will be deprecated on 01-Oct-2024.",
FutureWarning,
)

0 comments on commit 5901ff8

Please sign in to comment.