Skip to content

Commit

Permalink
NetworkNodeInventory.get_delgations to be changed to FimHelper.get_de…
Browse files Browse the repository at this point in the history
…lgations
  • Loading branch information
kthare10 committed Oct 30, 2024
1 parent 474d3ee commit 2e4cdf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fabric_cf/actor/core/policy/broker_simpler_units_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -1743,8 +1743,8 @@ def get_node_capacities(self, node_id: str, node_id_to_reservations: dict,
start=term.get_start_time(),
end=term.get_end_time())

delegation_id, delegated_capacity = NetworkNodeInventory.get_delegations(
lab_cap_delegations=graph_node.get_capacity_delegations())
delegation_id, delegated_capacity = FimHelper.get_delegations(
delegations=graph_node.get_capacity_delegations())

allocated_capacity = Capacities()

Expand Down

0 comments on commit 2e4cdf7

Please sign in to comment.