Skip to content

Commit

Permalink
enh: cover one more line of code
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Nov 28, 2020
1 parent b89ccc6 commit 13836de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sdcflows/workflows/fit/pepolar.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,13 @@ def _sorted_pe(inlist):
>>> args
'-noXdis -noZdis'
>>> paths, args = _sorted_pe([
... ("dir-AP_epi.nii.gz", {"PhaseEncodingDirection": "j-"}),
... ("dir-LR_epi.nii.gz", {"PhaseEncodingDirection": "i"}),
... ]) # doctest: +IGNORE_EXCEPTION_DETAIL
Traceback (most recent call last):
ValueError:
"""
out_ref = [inlist[0][0]]
out_opp = []
Expand Down

0 comments on commit 13836de

Please sign in to comment.