Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repair 3dQwarp workflow #454

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
More linting
psadil committed Jul 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit d7f58a5687272ef993384e31c3d5c8479b1f52f6
4 changes: 2 additions & 2 deletions sdcflows/workflows/fit/tests/test_pepolar.py
Original file line number Diff line number Diff line change
@@ -78,8 +78,8 @@ def test_pepolar_wf(tmpdir, bids_layouts, workdir, outdir, ds, workflow):
# fmt: off
wf.connect([
(pepolar_wf, fmap_reports_wf, [("outputnode.fmap", "inputnode.fieldmap"),
("outputnode.fmap_ref", "inputnode.fmap_ref"),
("outputnode.fmap_mask", "inputnode.fmap_mask")]),
("outputnode.fmap_ref", "inputnode.fmap_ref"),
("outputnode.fmap_mask", "inputnode.fmap_mask")]),
(pepolar_wf, fmap_derivatives_wf, [
("outputnode.fmap", "inputnode.fieldmap"),
("outputnode.fmap_ref", "inputnode.fmap_ref"),