Skip to content

Commit

Permalink
missing optimality in robust ROOM
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanielmachado committed Jul 10, 2018
1 parent 4dd8870 commit 464df76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framed/cobra/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def ROOM(model, reference=None, constraints=None, wt_constraints=None, robust=Fa
if reference is None:
if robust:
from framed.cobra.variability import FVA
reference = FVA(model, constraints=wt_constraints, solver=solver)
reference = FVA(model, obj_percentage=1.0, constraints=wt_constraints, solver=solver)
else:
wt_solution = pFBA(model, constraints=wt_constraints, solver=solver)
reference = wt_solution.values
Expand Down

0 comments on commit 464df76

Please sign in to comment.