Skip to content

Commit

Permalink
codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-oreilly committed Nov 13, 2024
1 parent bec5043 commit dbd5738
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pylossless/config/rejection.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ def apply(self, pipeline, return_ica=False, version_mismatch="raise"):
An :class:`~mne.io.Raw` instance with the appropriate channels and ICs
added to mne bads, interpolated, or dropped.
"""

if pipeline.config["version"] != version("pylossless"):
error_message = (
"The output of the pipeline was saved with pylossless version "
Expand Down

0 comments on commit dbd5738

Please sign in to comment.