Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
markurtz committed Apr 23, 2021
1 parent 78b5c78 commit 9337fdb
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions tests/sparseml/onnx/utils/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,6 @@

@pytest.fixture(
params=[
(
{
"domain": "cv",
"sub_domain": "classification",
"architecture": "resnet_v1",
"sub_architecture": "50",
"framework": "pytorch",
"repo": "sparseml",
"dataset": "imagenet",
"training_scheme": None,
"sparse_name": "base",
"sparse_category": "none",
"sparse_target": None,
}
),
(
{
"domain": "cv",
Expand Down

0 comments on commit 9337fdb

Please sign in to comment.