You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried fbc_curation for a couple of models using a system installation. Because results using cobrapy and cameo were different (fva/gene KO's) I decided to install the software in a virtual environment. I didn't install gurobipy in the virtual environment, while the system has it installed. Unexpectedly, the results from system vs venv installations differed even more.
I checked the code and the solver glpk is not set explicitly. So, metadata (line 39 in cobrapy_curator.py and line 47 in cameo_curator.py) misleads if gurobipy is installed in the python path and selected by cobrapy as the solver.
Best,
The text was updated successfully, but these errors were encountered:
Hello,
I tried fbc_curation for a couple of models using a system installation. Because results using cobrapy and cameo were different (fva/gene KO's) I decided to install the software in a virtual environment. I didn't install gurobipy in the virtual environment, while the system has it installed. Unexpectedly, the results from system vs venv installations differed even more.
I checked the code and the solver
glpk
is not set explicitly. So, metadata (line 39 incobrapy_curator.py
and line 47 incameo_curator.py
) misleads if gurobipy is installed in the python path and selected by cobrapy as the solver.Best,
The text was updated successfully, but these errors were encountered: