Skip to content

Commit 8363cfe

Browse files
committed
#607: fixed incorrect variable
1 parent 5c268e5 commit 8363cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lbaf/Execution/lbsBruteForceAlgorithm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def execute(self, p_id: int, phases: list, statistics: dict):
8282
self._work_model.get_gamma() if affine_combination else 0.0,
8383
self._work_model.get_delta() if affine_combination else 0.0]
8484
_n_a, _w_min_max, a_min_max = compute_min_max_arrangements_work(
85-
objects, alpha, beta, gamma, gamma, n_ranks,
85+
objects, alpha, beta, gamma, delta, n_ranks,
8686
logger=self._logger)
8787

8888
# Skip object transfers when requested

0 commit comments

Comments
 (0)