Skip to content

Commit

Permalink
fix dummy issue in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
dbogunowicz committed Dec 29, 2023
1 parent de67a2f commit 5d02f37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/sparseml/pytorch/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def _test_image_classification_integration_helper_functions():
assert image_classification.create_data_samples
assert image_classification.deployment_directory_files_mandatory == ["model.onnx"]
assert image_classification.deployment_directory_files_optional is None
assert False


@pytest.fixture(scope="session", autouse=True)
Expand Down

0 comments on commit 5d02f37

Please sign in to comment.