Skip to content

Commit f0c0b65

Browse files
committed
Ignore Convergence warning
1 parent 28f6c2b commit f0c0b65

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pylossless/tests/test_pipeline.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ def test_pipeline_run(pipeline_fixture):
2828
@pytest.mark.filterwarnings("ignore:Converting data files to EDF format")
2929
@pytest.mark.filterwarnings("ignore:The provided Epochs instance is not"
3030
" filtered between 1 and 100 Hz.")
31+
@pytest.mark.filterwarnings(
32+
"ignore:FastICA did not converge:sklearn.exceptions.ConvergenceWarning"
33+
)
3134
def test_pipeline_save(bids_dataset_fixture):
3235
"""Test running the pipeline."""
3336
config = ll.config.Config()

0 commit comments

Comments
 (0)