Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed May 13, 2018
1 parent 8845d71 commit edf309a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tedana/tests/test_tedana.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_basic_tedana():
parser = run_tedana.get_parser()
options = parser.parse_args(['-d', '/home/neuro/data/zcat_ffd.nii.gz',
'-e', '14.5', '38.5', '62.5'])
workflows.tedana.main(**vars(options))
workflows.tedana(**vars(options))
assert os.path.isfile('comp_table.txt')


Expand Down

0 comments on commit edf309a

Please sign in to comment.