Skip to content

Commit

Permalink
test batch=3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmduarte committed Oct 12, 2021
1 parent 13bcce8 commit 81d6b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pytest/test_garnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def garnet_models():
return model, hls_model


@pytest.mark.parametrize('batch', [1]) # [1, 3] when https://github.com/fastmachinelearning/hls4ml/pull/414 is merged
@pytest.mark.parametrize('batch', [1, 3])
def test_accuracy(garnet_models, batch):
model, hls_model = garnet_models
x = [np.random.rand(batch, vmax, feat), np.random.randint(0, vmax, size=(batch, 1))]
Expand Down

0 comments on commit 81d6b42

Please sign in to comment.