Essential metabolic tasks verification #394
-
For verification of the reference model (Human-GEM) for performing all the essential tasks after performing addBoundaryMets step, it is giving the following error -
Error in checkTasks (line 217) What should I do to troubleshoot the problem? Any help would be really appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hi @Flash1593, what version/branch of Human-GEM and RAVEN are you using? And if you could provide the command(s) run prior to this one, as well as their output, that would be helpful. |
Beta Was this translation helpful? Give feedback.
-
You're correct, it looks like when using glpk, it results in an "Infeasible" solution and failure for many of the tasks. I'm not sure why this is the case, but I think glpk tends to have problems with larger problems/models. Could you try using another solver, such as gurobi? |
Beta Was this translation helpful? Give feedback.
You're correct, it looks like when using glpk, it results in an "Infeasible" solution and failure for many of the tasks. I'm not sure why this is the case, but I think glpk tends to have problems with larger problems/models. Could you try using another solver, such as gurobi?