Skip to content

Commit

Permalink
calculate the time of testing
Browse files Browse the repository at this point in the history
  • Loading branch information
falibabaei authored Dec 19, 2024
1 parent 75f1a9f commit cb6425f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_predictions/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def input_files(model_name):
return options


@pytest.fixture(scope="module", params=[model_names[0]])
@pytest.fixture(scope="module", params=[model_names[1],model_names[2]])
def model_name(request):
"""Fixture to provide the model_name argument to api.predict."""

Expand Down

0 comments on commit cb6425f

Please sign in to comment.