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

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

Build:
DEFAULT BRANCH: master
Ran 23 Mar 2017 07:32PM UTC
Files 84
Run time 4s
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

23 Mar 2017 06:40PM UTC coverage: 69.87% (-0.1%) from 70.007%
490.2

push

travis-ci

jmuhlich
Handle unicode Observable and Expression names in python 2 (#245)

Due to implementation details in numpy's recarray type, `unicode` objects in Observable and Expression names trigger a numpy exception in the simulator code. This is true even if the names are completely ascii-safe; only the actual string object type matters. This commit converts unicode Observable and Expression names to `str` objects before creating the recarray in the simulator, unless running with Python 3 or a potential future version of numpy that fixes this issue on Python 2. Actual non-ascii characters will still trigger an exception, but the message now tells a modeler how to correct their model.

4188 of 5994 relevant lines covered (69.87%)

0.7 hits per line

Source Files on job 490.2
  • Tree
  • List 0
  • Changed 4
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 490
  • Travis Job 490.2
  • 5818f1d0 on github
  • Prev Job for on master (#489.2)
  • Next Job for on master (#519.2)
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