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

Crunch-io / crunch-cube / 2440 / 5
99%
master: 99%

Build:
DEFAULT BRANCH: master
Ran 23 May 2019 11:10PM UTC
Files 20
Run time 1s
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 May 2019 10:59PM UTC coverage: 98.886% (-0.04%) from 98.924%
TOXENV=py27,py36,coverage,coveralls

push

travis-ci

scanny
fix: IndexError arrays used as indices must be int

Exception (from numpy) was:
IndexError: arrays used as indices must be of integer (or boolean) type.

The root cause was the indexing (slicing) array for row ordering was
defaulting to dtype=float, but only when empty, such that the data type
could not be inferred from array values. The problematic analysis had
all row elements marked as missing, so the valid-element-idxs collection
was empty.

Add integration and unit tests, and fix for columns as well as rows.

2575 of 2604 relevant lines covered (98.89%)

0.99 hits per line

Source Files on job 2440.5 (TOXENV=py27,py36,coverage,coveralls)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2082
  • Travis Job 2440.5
  • 4a4383c9 on github
  • Prev Job for TOXENV=py27,py36,coverage,coveralls on master (#2438.5)
  • Next Job for TOXENV=py27,py36,coverage,coveralls on master (#2441.5)
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