Skip to content

Commit b024f7d

Browse files
committed
RF: bids-ME.py -> bids_ME.py to assure imports to work etc
1 parent 5bb9bcb commit b024f7d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

heudiconv/tests/test_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def test_conversion(tmpdir, subject, heuristic, anon_cmd):
5353
assert orig[key] == conv[key]
5454

5555
@pytest.mark.skipif(not have_datalad, reason="no datalad")
56-
def test_multiecho(tmpdir, subject='MEEPI', heuristic='bids-ME.py'):
56+
def test_multiecho(tmpdir, subject='MEEPI', heuristic='bids_ME.py'):
5757
tmpdir.chdir()
5858
try:
5959
datadir = fetch_data(tmpdir.strpath, "dicoms/velasco/MEEPI")

0 commit comments

Comments
 (0)