Skip to content

Commit

Permalink
Multi-modal test update
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryglhf committed Jan 7, 2025
1 parent 8fcc017 commit 785c5f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/unit/api/test_assumption_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ 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
# TODO: do we need this assert?
# assert mm_pipeline.length == mm_pipeline.depth * len(mm_data) - 1 # minus final ensemble
assert mm_pipeline.length > len(mm_data)


def test_assumptions_builder_unsuitable_available_operations():
Expand Down

0 comments on commit 785c5f7

Please sign in to comment.