Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Feb 7, 2021
1 parent 595044b commit cb8dc27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/callbacks/test_quantization.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
from tests.helpers.zoo_data_models import RegressDataModule, RegressionModel


@pytest.mark.parametrize("observe,fuse", [(None, True), ('histogram', False), ('average', True)])
@pytest.mark.parametrize("observe", ['histogram', 'average'])
@pytest.mark.parametrize("fuse", [True, False])
def test_quantization(tmpdir, observe, fuse):
"""Parity for quant model"""
seed_everything(42)
Expand Down

0 comments on commit cb8dc27

Please sign in to comment.