Skip to content
Snippets Groups Projects
Commit bb3197ed authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Test] add float32 case to test_npy2apintstream

parent efd8361b
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,13 @@ from finn.util.data_packing import numpy_to_hls_code
@pytest.mark.parametrize(
"dtype",
[DataType["BINARY"], DataType["INT2"], DataType["INT32"], DataType["FIXED<9,6>"]],
[
DataType["BINARY"],
DataType["INT2"],
DataType["INT32"],
DataType["FIXED<9,6>"],
DataType["FLOAT32"],
],
)
@pytest.mark.parametrize("test_shape", [(1, 2, 4), (1, 1, 64), (2, 64)])
@pytest.mark.vivado
......
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