Skip to content

Commit

Permalink
Update nireports/tests/test_interfaces.py
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies authored Dec 11, 2023
1 parent 3c9128c commit 65f5b01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nireports/tests/test_interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ def test_CompCorVariancePlot(datadir):
_smoke_test_report(cc_rpt, "compcor_variance.svg")


@pytest.mark.parametrize(ignore_initial_volumes, (0, 1))
def test_ConfoundsCorrelationPlot(datadir):
@pytest.mark.parametrize('ignore_initial_volumes', (0, 1))
def test_ConfoundsCorrelationPlot(datadir, ignore_initial_volumes):
"""confounds correlation report test"""
confounds_file = os.path.join(datadir, "confounds_test.tsv")
cc_rpt = ConfoundsCorrelationPlot(
Expand Down

0 comments on commit 65f5b01

Please sign in to comment.