Skip to content

Commit

Permalink
Fix (test): narrowing test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
i-colbert committed Mar 20, 2024
1 parent 730aef0 commit ed03c0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/brevitas/graph/test_equalization.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ def test_resnet18_equalization():


@pytest_cases.parametrize("merge_bias", [True, False])
@pytest_cases.parametrize("scale_computation_type", ["maxabs", "range", "l1"])
def test_equalization_torchvision_models(
model_coverage: tuple, merge_bias: bool, scale_computation_type: str):
model_coverage: tuple, merge_bias: bool, scale_computation_type: str = "maxabs"):
model, coverage = model_coverage

torch.manual_seed(SEED)
Expand Down

0 comments on commit ed03c0e

Please sign in to comment.