We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a5e551 commit 18ae980Copy full SHA for 18ae980
pylossless/tests/test_pipeline.py
@@ -121,9 +121,9 @@ def test_load_flags(pipeline_fixture, tmp_path):
121
pipeline = ll.LosslessPipeline().load_ll_derivative(bids_path)
122
123
assert pipeline_fixture.flags['ch'] == pipeline.flags['ch']
124
- pipeline.flags['ch']["bridge"] = ["xx"]
+ pipeline.flags['ch']["bridged"] = ["xx"]
125
assert pipeline_fixture.flags['ch'] != pipeline.flags['ch']
126
127
assert pipeline_fixture.flags['epoch'] == pipeline.flags['epoch']
128
- pipeline.flags['epoch']["bridge"] = ["noisy"]
+ pipeline.flags['epoch']["bridged"] = ["noisy"]
129
0 commit comments