Skip to content

Commit 3755001

Browse files
committed
#611: WS cleanup
1 parent 6e2f8b2 commit 3755001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lbaf/Model/lbsAffineCombinationWorkModel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def compute(self, rank: Rank):
110110
rank.get_received_volume(),
111111
rank.get_sent_volume(),
112112
rank.get_homing())
113-
113+
114114
def update_load(self, rank: Rank, o_snd: list, o_rcv: list):
115115
"""Update total load if objects are to be sent and received."""
116116
return rank.get_load() + sum(

0 commit comments

Comments
 (0)