Replies: 1 comment 3 replies
-
I tried with the Gurobi solver, and the problem was resolved. I think it might just be an issue of the default solver. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed FBA got stuck occasionally and consistently on many gene deletions. I wonder what might lead to this.
I was using the yeast9 model (https://github.com/SysBioChalmers/yeast-GEM/tree/main).
FBA did not get stuck when I ran the gene deletion separately, and it finished in 0.6 seconds.
I saw a relevant question (#736), but this appears to be a different problem.
Edit:

I also encountered this when I ran the same code with the model in the SBML format. The JSON format model was returned from the save_json_model function. I left the code running overnight. It ran over 10 hours and could not finish, it took too long considering the individual FBA spent <0.01 secs.
Thank you.
================================================================================
I was running the below code:
The above hung at:
I observed across different runs from the JSON format model that FBA got stuck at the same point:
Test1:


Test2:
System:
Beta Was this translation helpful? Give feedback.
All reactions