-
During the execution of getINITModel2 I'm getting an error:
Reference model statistics: Pruned model statistics: Reactions essential for tasks: MILP detected. Error in optimizeProb>renameparams (line 193) Error in optimizeProb (line 84) Error in runINIT (line 312) Error in getINITModel2 (line 337) Please see if I'm doing anything incorrect. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
Hi @Flash1593, thank you for your patience with this and other issues. This is yet again due to a inconsistency that arose between Human-GEM and RAVEN while adding new features. It should have already been fixed on the I think Human-GEM is due for a new major release which will merge all the changes/fixes from |
Beta Was this translation helpful? Give feedback.
-
Hi, I tried the Human-GEM from the develop branch.
I removed the model.genes from the code & then the import was successful. checkTasks is also working fine. But getINITmodel2 is giving the same exact error -
The problem is in the regexprep function in optimizeProb code. What can I do to rectify the error? |
Beta Was this translation helpful? Give feedback.
Hi, I tried the Human-GEM from the develop branch.
First the importYaml function gave this error
I removed the model.genes from the code & then the import was successful.
checkTasks is also working fine.
But getINITmodel2 is giving the same exact error -