Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Sep 3, 2024
1 parent 82c996f commit aa0301f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ ignore = [
"S113",
"S202",
"S602",
"B904",
]

[tool.ruff.lint.flake8-quotes]
Expand Down
2 changes: 1 addition & 1 deletion src/fmripost_rapidtide/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_ds005115_deriv_only(data_dir, output_dir, working_dir):
@pytest.mark.integration()
@pytest.mark.ds005115_deriv_and_raw()
def test_ds005115_deriv_and_raw(data_dir, output_dir, working_dir):
"""Run fMRIPost-rapidtide on ds005115 raw BIDS + fMRIPrep derivatives w/o MNI152NLin6Asym data."""
"""Run fMRIPost-rapidtide on ds005115 raw BIDS + fMRIPrep derivs w/o MNI152NLin6Asym data."""
test_name = 'test_ds005115_deriv_and_raw'

raw_dir = download_test_data('ds005115_raw', data_dir)
Expand Down

0 comments on commit aa0301f

Please sign in to comment.