Skip to content

Commit a2b88f4

Browse files
committed
remove some backends from slow qonnx test
1 parent aaaa2fc commit a2b88f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/pytest/test_qonnx.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ def test_tfc_2w2a(tfc_2w2a_model, backend):
105105
np.testing.assert_allclose(y_qonnx.ravel(), y_hls4ml.ravel(), atol=1e-2, rtol=1)
106106

107107

108-
@pytest.mark.parametrize('backend', ['Vivado', 'Vitis', 'Quartus'])
108+
@pytest.mark.parametrize('backend', ['Vitis'])
109109
def test_cnv_2w2a(cnv_2w2a_model, backend):
110110
"""
111-
This tests a convolution model. Note: the batch normalizations weights not quantized, so it
112-
is difficult to make this match perfectly. It is also a slow test.
111+
This tests a convolution model. Note: the batch normalizations weights not quantized, so it is
112+
difficult to make this match perfectly. It is also a slow test, which is why only Vitis is tested.
113113
"""
114114
model = cnv_2w2a_model
115115

0 commit comments

Comments
 (0)