Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
JSabadin committed Nov 18, 2024
1 parent 23dda47 commit 1f16b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def test_predefined_models(
}
model = LuxonisModel(config_file, opts)
model.train()
model.test()
model.test(view="train")


def test_multi_input(opts: dict[str, Any], infer_path: Path):
Expand Down

0 comments on commit 1f16b46

Please sign in to comment.