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

Crunch-io / crunch-cube / 2440
99%

Build:
DEFAULT BRANCH: master
Ran 23 May 2019 11:10PM UTC
Jobs 1
Files 20
Run time 2s
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
2440

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

Jobs
ID Job ID Ran Files Coverage
5 2440.5 (TOXENV=py27,py36,coverage,coveralls) 23 May 2019 11:10PM UTC 0
98.89
Travis Job 2440.5
Source Files on build 2440
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2440
  • 4a4383c9 on github
  • Prev Build on master (#2438)
  • Next Build on master (#2441)
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