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

[Test] fix test_res_estimate for new dict format

parent 4d039c70
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ def test_res_estimate(): ...@@ -92,7 +92,7 @@ def test_res_estimate():
model = model.transform(GiveUniqueNodeNames()) model = model.transform(GiveUniqueNodeNames())
prod_resource_estimation = model.analysis(res_estimation) prod_resource_estimation = model.analysis(res_estimation)
expect_resource_estimation = { expect_resource_estimation = {
"StreamingFCLayer_Batch_0": ["BRAMs: 1", "LUTs: 304.4"] "StreamingFCLayer_Batch_0": {"BRAM_18K": 1, "LUT": 304.4}
} }
assert check_two_dict_for_equality( assert check_two_dict_for_equality(
......
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