Commit b3f3a255 authored by Xiaowu Zhang's avatar Xiaowu Zhang

AcceptSolver: decision value is already the result of multiplication of ratio

parent f806a36a
......@@ -61,9 +61,6 @@ class AcceptSolver(ConfigurablePropertySolverMixin):
divergence.getProperty('tester_relative_url')).getSolverList()):
continue
new_value = divergence.getProperty('decision_value')
# XXX hard coded
if solved_property == 'quantity':
new_value *= simulation_movement.getDeliveryRatio()
value_dict[solved_property] = new_value
self._updateSimulationMovement(simulation_movement, value_dict,
activate_kw)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment