Skip to content

Commit

Permalink
Merge pull request #591 from djarecka/typo
Browse files Browse the repository at this point in the history
fixing typo
  • Loading branch information
djarecka authored Oct 23, 2022
2 parents 9cdd84b + 08ea1aa commit 4d6a65b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pydra/engine/tests/test_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1596,7 +1596,7 @@ def test_wf_ndstLR_1(plugin, tmpdir):
def test_wf_ndstLR_1a(plugin, tmpdir):
"""Test workflow with 2 tasks, splitters on tasks levels
The second task has splitter that has Left part (from previous state)
and the Right part (it's onw splitter)
and the Right part (it's own splitter)
"""
wf = Workflow(name="wf_ndst_3", input_spec=["x", "y"])
wf.add(add2(name="add2", x=wf.lzin.x).split("x"))
Expand Down Expand Up @@ -1675,7 +1675,7 @@ def test_wf_ndstLR_2(plugin, tmpdir):
def test_wf_ndstLR_2a(plugin, tmpdir):
"""Test workflow with 2 tasks, splitters on tasks levels
The second task has splitter that has Left part (from previous state)
and the Right part (it's onw outer splitter)
and the Right part (it's own outer splitter)
"""
wf = Workflow(name="wf_ndst_3", input_spec=["x", "y", "z"])
wf.add(add2(name="add2", x=wf.lzin.x).split("x"))
Expand Down

0 comments on commit 4d6a65b

Please sign in to comment.