Hoang Dinh

Results 6 comments of Hoang Dinh

Hi @Midnighter, It is indeed due to the solver. I think the issue is associated with using glpk. Here are the outputs: ![Selection_084](https://user-images.githubusercontent.com/15752681/55355092-643b9f00-5495-11e9-8218-3e4ec58024d3.png)

After setting the zero_cutoff to 1e-6, the results obtained are still the same. ![image](https://user-images.githubusercontent.com/15752681/55362788-0f098880-54a9-11e9-8714-174f50992b7f.png)

I was able to reproduce my previous results and your results. The only difference is how the function is loaded. This works: from cobra.flux_analysis import find_blocked_reactions result = find_blocked_reactions() This...

Hi @Midnighter , Thanks for letting me know. I am able to load a model when using memote new now. I wonder what is the different between when memote asking...

Hi, I have run the analysis again and the comparisons in the attached ipython notebook ( [blocked_reactions-2019-06-27.zip](https://github.com/opencobra/cobrapy/files/3335745/blocked_reactions-2019-06-27.zip)) and shown below. When switch to glpk, a warning of "solver status is...

Hi. The updates are for following packages: cobra (0.15.1 -> 0.15.3), numpy (1.16.2 -> 1.16.4), python-libsbml-experimental (5.17.2 -> 5.18.0), and ruamel.yaml (0.15.89 -> 0.15.97). The issue persists. cobra was downloaded...