Skip to content
Snippets Groups Projects
Unverified Commit f00c5c14 authored by Yaman Umuroglu's avatar Yaman Umuroglu Committed by GitHub
Browse files

[Test] make test_fpgadataflow_addmul go a bit faster

parent b6a7f60b
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ def make_modelwrapper(C, pe, idt, odt, func, vecs):
# input datatype
@pytest.mark.parametrize("idt", [DataType.INT4])
# folding, -1 is maximum possible
@pytest.mark.parametrize("nf", [-1, 2, 1])
@pytest.mark.parametrize("nf", [-1, 2])
# number of input features
@pytest.mark.parametrize("ich", [16])
# vecs
......
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