Remove call of undefined method

This commit is contained in:
Evgeniy L 2016-01-02 18:08:47 +03:00
parent c3b788cfca
commit 89ba39f728
1 changed files with 0 additions and 1 deletions

View File

@ -218,7 +218,6 @@ class DynamicAllocationLinearProgram(object):
self._init_objective_function_coefficient()
self._init_min_max()
self._refresh_weight()
self._init_best_with_disks()
def solve(self):
upper_bound_matrix = self._make_upper_bound_constraint_matrix() or None