deepset-ai/canals

Fix `_test_looping_and_merge_pipeline.py`

ZanSara opened this issue · 1 comments

Issue

With the introduction of input_node and output_node parameters in Pipeline.run(), test_looping_and_merge_pipeline.py broke.

Solution

The problem doesn't seem critical: nodes taking direct input from the start of the pipeline fires too early. Find the issue, fix the test and re-enable it.

Fixed by #11