Give parameters to model.optimize()
KurtzMarina opened this issue · 0 comments
KurtzMarina commented
Hi, I am new to Cobrapy.
I used this command in the COBRA toolbox in MATLAB:
solution= optimizeCbModel(model,'max',1e-6);
Is there a simple way to do it in Cobrapy also?
When I use model.optimize(), I don't get the same results as in MATLAB.