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

[Test] use correct attribute name

parent 28cd2b05
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ def test_move_maxpool_past_multithreshold():
domain="finn",
out_dtype="BIPOLAR",
out_bias=-1.0,
out_scale_f=1.0,
out_scale=1.0,
)
]
nodes += [helper.make_node("MaxPool", ["t2"], ["t3"], **maxpool_config)]
......@@ -66,6 +66,7 @@ def test_move_maxpool_past_multithreshold():
["top_out"],
domain="finn",
out_dtype="UINT4",
out_scale=-1.0,
)
]
......
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