Skip to content
Snippets Groups Projects
Commit 5cb1591a authored by mmrahorovic's avatar mmrahorovic
Browse files

[tests]: renamed test

parent dd1e252f
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@ def test_fpgadataflow_streamingmaxpool(
model = model.transform(HLSSynthIP())
model = model.transform(PrepareRTLSim())
else:
raise Exception("Unknown exec_mode in test_layer_streaming_maxpool_batch")
raise Exception("Unknown exec_mode in test_fpgadataflow_streamingmaxpool")
# execute model
y_produced = oxe.execute_onnx(model, input_dict)["outp"]
......
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