We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d28f7f commit 5cc45b8Copy full SHA for 5cc45b8
flow/util/genMetrics.py
@@ -305,9 +305,7 @@ def extract_metrics(
305
floorplan_swapped = metrics_dict.get(
306
"floorplan__swapped_arithmetic_module_count", 0
307
)
308
- placeopt_swapped = metrics_dict.get(
309
- "placeopt__swapped_arithmetic_module_count", 0
310
- )
+ placeopt_swapped = metrics_dict.get("placeopt__swapped_arithmetic_module_count", 0)
311
total_swapped = int(floorplan_swapped) + int(placeopt_swapped)
312
metrics_dict["finish__swapped_arithmetic_module_count"] = total_swapped
313
0 commit comments