Skip to content

Commit

Permalink
Fixed multi-input scatter
Browse files Browse the repository at this point in the history
  • Loading branch information
GlassOfWhiskey committed Apr 27, 2022
1 parent 0292359 commit e33c7ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jupyter_workflow/streamflow/translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ def _process_scatter_entries(entries: MutableSequence[Union[str, MutableMapping[
workflow: Workflow) -> None:
for entry in entries:
if isinstance(entry, str):
input_ports[entry] = workflow.create_port()
combinator.add_item(entry)
else:
if scatter_method == 'dotproduct':
Expand Down

0 comments on commit e33c7ec

Please sign in to comment.