Skip to content

Commit

Permalink
FIX: more torch warning fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-huberty committed Jul 25, 2024
1 parent 8fc482c commit 6e4128a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pylossless/tests/test_rejection.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
import pylossless as ll


# XXX: This filter can be removed once MNE-ICAlabel 0.7 is released
@pytest.mark.filterwarnings("ignore:.*weights_only.*:FutureWarning")
@pytest.mark.parametrize("clean_ch_mode", [None, "drop", "interpolate"])
def test_rejection_policy(clean_ch_mode, pipeline_fixture):
"""Test the rejection policy."""
Expand Down

0 comments on commit 6e4128a

Please sign in to comment.