Skip to content

Commit

Permalink
Update test_assumption_builder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryglhf committed Dec 27, 2024
1 parent d27d963 commit 5b42067
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/unit/api/test_assumption_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ def test_assumptions_builder_for_multimodal_data():
assert pipeline_contains_all(mm_pipeline, *mm_data)
assert len(list(filter(lambda node: node.is_primary, mm_pipeline.nodes)))
assert len(mm_pipeline.root_node.nodes_from) == mm_data.num_classes
assert mm_pipeline.length == mm_pipeline.depth * len(mm_data) - 1 # minus final ensemble
# TODO: do we need this assert?
# assert mm_pipeline.length == mm_pipeline.depth * len(mm_data) - 1 # minus final ensemble


def test_assumptions_builder_unsuitable_available_operations():
Expand Down

0 comments on commit 5b42067

Please sign in to comment.