Issues with com.cooperative_tradeoff #100
Answered
by
cdiener
Rotembartuv
asked this question in
Q&A
-
Hi, I'm trying to read my models and get an error...
The first file works:
But the second (and following files) fails...
What is the problem? |
Beta Was this translation helpful? Give feedback.
Answered by
cdiener
Nov 22, 2022
Replies: 1 comment
-
So sorry for the delay, I completely missed this question. It looks like your models can't grow on the provided medium since the maximum growth rate is estimated as -6e-6 (that is close to zero within the solver tolerance)... What do you get when you run the following? sol = com.optimize()
print(sol)
print(sol.members) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cdiener
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So sorry for the delay, I completely missed this question.
It looks like your models can't grow on the provided medium since the maximum growth rate is estimated as -6e-6 (that is close to zero within the solver tolerance)... What do you get when you run the following?