Skip to content
Snippets Groups Projects
Commit 74d2b740 authored by Hendrik Borras's avatar Hendrik Borras
Browse files

Enabled TestEnd2End for both FINN and QONNX export.

parent bc78cba1
No related branches found
No related tags found
No related merge requests found
...@@ -312,8 +312,7 @@ def topology2dataset(topology): ...@@ -312,8 +312,7 @@ def topology2dataset(topology):
@pytest.mark.parametrize("wbits", [1, 2]) @pytest.mark.parametrize("wbits", [1, 2])
@pytest.mark.parametrize("abits", [1, 2]) @pytest.mark.parametrize("abits", [1, 2])
@pytest.mark.parametrize("topology", ["lfc", "tfc", "cnv"]) @pytest.mark.parametrize("topology", ["lfc", "tfc", "cnv"])
# @pytest.mark.parametrize("QONNX_export", [False, True]) @pytest.mark.parametrize("QONNX_export", [False, True])
@pytest.mark.parametrize("QONNX_export", [True])
class TestEnd2End: class TestEnd2End:
def test_export(self, topology, wbits, abits, QONNX_export): def test_export(self, topology, wbits, abits, QONNX_export):
if wbits > abits: if wbits > abits:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment