Skip to content

Commit

Permalink
Fix bug (#1303)
Browse files Browse the repository at this point in the history
  • Loading branch information
elad-c authored and liord committed Dec 31, 2024
1 parent 5502435 commit a5f1899
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def __init__(self,
fw_info: FrameworkInfo,
fw_impl: FrameworkImplementation,
sensitivity_evaluator: SensitivityEvaluation,
ru_functions: Dict[RUTarget, RuFunctions[MpRuMetric, MpRuAggregation]],
ru_functions: Dict[RUTarget, RuFunctions],
target_resource_utilization: ResourceUtilization,
original_graph: Graph = None):
"""
Expand Down

0 comments on commit a5f1899

Please sign in to comment.