Skip to content

Commit db66585

Browse files
committed
#566: fixed failure of centralized test
1 parent 5d119ad commit db66585

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/unit/Execution/test_lbs_centralized_prefix_optimizer_algorithm.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ def setUp(self):
9292
# Create dict of phase(s)
9393
self.phases = {self.phase.get_id(): self.phase}
9494

95-
# Set up distributions
96-
self.distributions = {}
97-
9895
# Set up statistics
9996
l_stats = compute_function_statistics(
10097
self.phase.get_ranks(),
@@ -105,7 +102,6 @@ def test_lbs_cpoa_execute(self):
105102
self.cpoa.execute(
106103
self.phase.get_id(),
107104
self.phases,
108-
self.distributions,
109105
self.statistics,
110106
1
111107
)

0 commit comments

Comments
 (0)