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

ContinuumIO / blaze / 2949
87%

Build:
DEFAULT BRANCH: master
Ran 18 Jan 2015 03:51AM UTC
Jobs 4
Files 61
Run time 2min
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
2949

Pull #934

travis-ci

mrocklin
Replace dependence on Expr.__bool__

We used to implicitly use the truthiness of expressions, e.g.

    if not expr:

Assuming that expressions were always like True.

Now that we are willing compute bool on interactive expressions, e.g.

    if data.sum() > 0:

We can no longer rely on this.  This necessitated many small changes.
Pull Request #934: Expr supports __array__

4519 of 5312 relevant lines covered (85.07%)

3.4 hits per line

Coverage Regressions

Lines Coverage ∆ File
6
100.0
blaze/expr/core.py
6
100.0
blaze/expr/split.py
1
100.0
blaze/interactive.py
Jobs
ID Job ID Ran Files Coverage
1 2949.1 18 Jan 2015 03:53AM UTC 0
85.03
Travis Job 2949.1
2 2949.2 18 Jan 2015 03:51AM UTC 0
85.02
Travis Job 2949.2
3 2949.3 18 Jan 2015 03:53AM UTC 0
84.92
Travis Job 2949.3
4 2949.4 18 Jan 2015 03:54AM UTC 0
84.92
Travis Job 2949.4
Source Files on build 2949
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2949
  • Pull Request #934
  • PR Base - master (#2940)
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