Skip to content

Commit

Permalink
Update fmriprep/utils/tests/test_derivative_cache.py
Browse files Browse the repository at this point in the history
Avoid possible bugs in `io_spec.json` during test

Co-authored-by: Chris Markiewicz <[email protected]>
  • Loading branch information
psadil and effigies authored Oct 2, 2024
1 parent 2ceb3e7 commit 758caaf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions fmriprep/utils/tests/test_derivative_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@

@pytest.mark.parametrize('xfm', ['boldref2fmap', 'boldref2anat', 'hmc'])
def test_transforms_found_as_str(tmp_path: Path, xfm: str):
spec = (
json.loads(load_data.readable('io_spec.json').read_text())
.get('queries')
.get('transforms')
.get(xfm)
)
entities = {
'subject': '0',
'task': 'rest',
Expand Down

0 comments on commit 758caaf

Please sign in to comment.