Skip to content

Commit

Permalink
FIX: test_ME_mag_phase_conversion: Add extension to heuristics
Browse files Browse the repository at this point in the history
  • Loading branch information
pvelasco authored Apr 4, 2022
1 parent b66e60b commit aee3d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heudiconv/tests/test_bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@ def test_BIDSFile():


@pytest.mark.skipif(not have_datalad, reason="no datalad")
def test_ME_mag_phase_conversion(tmpdir, subID='MEGRE', heuristic='bids_ME'):
def test_ME_mag_phase_conversion(tmpdir, subID='MEGRE', heuristic='bids_ME.py'):
""" Unit test for the case of multi-echo GRE data with
magnitude and phase.
The different echoes should be labeled automatically.
Expand Down

0 comments on commit aee3d9b

Please sign in to comment.