• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

opencobra / cobrapy / 908
84%

Build:
DEFAULT BRANCH: master
Ran 15 Sep 2016 05:30PM UTC
Jobs 2
Files 44
Run time 19s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
908

Pull #281

travis-ci

web-flow
Adding bounds attribute to reaction

This PR adds a `bounds` attribute to `cobra.Reaction`, which allows
bounds to be checked and changed with a single line:

```
model.reactions.PGI.bounds = (0, 1000)
```

```
>>> model.reactions.PGI.bounds
(0, 1000)
```
Pull Request #281: Adding bounds property to reaction

8 of 8 new or added lines in 2 files covered. (100.0%)

4090 of 4886 relevant lines covered (83.71%)

1.67 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
cobra/flux_analysis/phenotype_phase_plane.py
3
100.0
cobra/test/io_tests.py
3
100.0
cobra/io/sbml3.py
4
100.0
cobra/core/DictList.py
6
100.0
cobra/core/ArrayBasedModel.py
Jobs
ID Job ID Ran Files Coverage
2 908.2 (PIP_CACHE_DIR=$HOME/.cache/pip) 15 Sep 2016 05:30PM UTC 0
83.71
Travis Job 908.2
3 908.3 (PIP_CACHE_DIR=$HOME/.cache/pip) 15 Sep 2016 05:30PM UTC 0
83.71
Travis Job 908.3
Source Files on build 908
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #908
  • Pull Request #281
  • PR Base - master (#900)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc