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

has2k1 / plotnine / 584 / 1
87%
master: 87%

Build:
Build:
LAST BUILD BRANCH: dev
DEFAULT BRANCH: master
Ran 28 Jan 2020 05:17PM UTC
Files 147
Run time 27s
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

28 Jan 2020 05:07PM UTC coverage: 87.066% (+0.06%) from 87.004%
JOB=UNITTEST FULL_DEPS=true

push

travis-ci

has2k1
Fix stat_count when dropping some limits

Use pd.isna instead of np.isnan when calculating the resolution

   np.isnan(np.array([1, 1], dtype=object))  # Now fails
   pd.isna(np.array([1, 1], dtype=object))   # passes

Reason: When we introduce NaNs for the dropped values, we change that
column to dtype=object (numpy).

2465 of 3166 branches covered (77.86%)

Branch coverage included in aggregate %.

8380 of 9290 relevant lines covered (90.2%)

0.9 hits per line

Source Files on job 584.1 (JOB=UNITTEST FULL_DEPS=true)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 512
  • Travis Job 584.1
  • 5c640491 on github
  • Prev Job for JOB=UNITTEST FULL_DEPS=true on dev (#581.1)
  • Next Job for JOB=UNITTEST FULL_DEPS=true on dev (#586.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