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

LoLab-VU / pysb / 757 / 2
79%
master: 79%

Build:
DEFAULT BRANCH: master
Ran 25 Jan 2018 05:28AM UTC
Files 97
Run time 7s
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

25 Jan 2018 05:16AM UTC coverage: 74.278% (+0.4%) from 73.911%
757.2

push

travis-ci

web-flow
Cython support for ScipyOdeSimulator (#320)

Adds Cython support to ScipyOdeSimulator. This is useful because our
current ODE compilation backend (weave) does not support Python 3;
Cython does.

The ODE compilation system backend can be specified by a new
`eqn_mode` argument: `cython`, `weave`, `theano` or `python`.
If left as None (default), the system will try to use `weave`,
then `cython`, then `python`.
If the auto-detect falls back on `python` mode, a warning is shown
that the simulation may be slow, and recommends the user install
`cython` or `weave`.

6304 of 8487 relevant lines covered (74.28%)

0.74 hits per line

Source Files on job 757.2
  • Tree
  • List 0
  • Changed 3
  • Source Changed 3
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 757
  • Travis Job 757.2
  • f807a124 on github
  • Prev Job for on master (#756.2)
  • Next Job for on master (#758.1)
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