MEWpy icon indicating copy to clipboard operation
MEWpy copied to clipboard

TypeError when running enzymatic constraints problem

Open thuwilliamwyx opened this issue 1 year ago • 0 comments

When I want to run an enzymatic constraints problem, the program raise: TypeError: Solver.add_constraint() got an unexpected keyword argument 'update'. It focus on: cobra\simulation.py", line 75, in pFBA, solver.add_constraint('obj', objective, '>', obj_frac * pre_solution.fobj, update=False)

Should I make some options before running an enzymatic constraints problem? Thanks a lot.

thuwilliamwyx avatar Dec 18 '24 12:12 thuwilliamwyx