Christian Diener
Christian Diener
Hi guys. This is more of a request than a bug. Would it be possible to update the CDN version of min.css to something a bit more current. As it...
#### Problem description Setting `Gene.functional` does currently not trigger side effects. This leads to reactions with `rxn.functional == False` that still carry flux. The use case for that should be...
#### Problem description Reading a SBML model with ASCII codes in the IDs may generate invalid cobrapy IDs during parsing (for instance names including spaces). #### Code Sample That one...
#### Problem description Reconstructed a model for a course with CARVEME and was surprised that Reaction.summary() errors with a key error. #### Code Sample Create a [minimal, complete, verifiable example](https://stackoverflow.com/help/mcve)....
### Checklist - [X] There are [no similar issues or pull requests](https://github.com/opencobra/cobrapy/issues) for this yet. ### Is your feature related to a problem? Please describe it. Summaries look great in...
#### Problem description If a model annotates reactions as exchanges those are picked up by model.exchanges, however, the external compartment detection does not take this into account. So the model...
#### Problem description Tried to debug it for weeks now, but never found a fix. So reporting it here for now... The following code will slowly consume all memory on...
* [X] fix #238 * [X] description of feature/fix * [X] tests added/passed * [X] add an entry to the [next release](../CHANGELOG.rst) While looking at fixing the GLPK scaling output...
* [X] description of feature/fix * [X] tests added/passed * [x] add an entry to the [next release](../CHANGELOG.rst) This adds faster accessors to the interface. This probably only works for...
#### Problem description The coinor_cbc interface will give incorrect solutions. Sometimes this happens on the first optimizations and sometimes on later ones, but it is definitely inconsistent. #### Code Sample...