Error in ftINIT (line 283) Failed to find enough good solution within the time frame MIPGap:Inf #1002
Unanswered
NayeonPark99
asked this question in
Q&A
Replies: 1 comment
-
Hi @NayeonPark99, It is difficult to say why this fails, there are a few things that I would check first:
Try these things first and let me know how it goes. Best, Johan |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear team,
I currently plan to build sample-specific models for the mouse liver bulk RNA-seq data.
( I'm new to genome-scale metabolic modeling)
Following the [Human-GEM guide] (https://sysbiochalmers.github.io/Human-GEM-guide/)
I adapted the code for a mouse GEM as shown below
However, I encountered the following error:
Error in ftINIT (line 283)
dispEM(['Failed to find good enough solution within the time frame. MIPGap: ' num2str(mipGap)]);
There were no issues with parseTaskList() or prepINITModel(),
and the same error occurred across all 50 samples — so it may not be sample-specific.
I feel like I might be missing something, and I would really appreciate any help or guidance.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions