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

has2k1 / plotnine / 584
87%
master: 87%

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

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).

2298 of 2998 branches covered (76.65%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

8380 of 9290 relevant lines covered (90.2%)

1.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 584.1 (JOB=UNITTEST FULL_DEPS=true) 28 Jan 2020 05:17PM UTC 0
87.07
Travis Job 584.1
2 584.2 (JOB=UNITTEST FULL_DEPS=true) 28 Jan 2020 05:17PM UTC 0
87.06
Travis Job 584.2
Source Files on build 584
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #584
  • 5c640491 on github
  • Prev Build on dev (#581)
  • Next Build on dev (#586)
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