Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Apr 4, 2023
1 parent 6b66ce9 commit d205cdb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/circle_T1w.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.bids_db
.bids_db/layout_index.sqlite
.bidsignore
dataset_description.json
group_T1w.html
Expand Down
2 changes: 2 additions & 0 deletions .circleci/circle_bold.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.bids_db
.bids_db/layout_index.sqlite
.bidsignore
dataset_description.json
group_bold.html
Expand Down
1 change: 1 addition & 0 deletions mriqc/tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def test_bids_indexing_manifest(tmp_path, testdata_path, testcase):

reload(config)

config.execution.output_dir = Path(tmp_path) / "out"
config.execution.bids_dir = _expand_bids(
tmp_path,
testdata_path,
Expand Down

0 comments on commit d205cdb

Please sign in to comment.