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

dask / dask / 5560
53%

Build:
DEFAULT BRANCH: master
Ran 15 Mar 2017 08:00PM UTC
Jobs 1
Files 88
Run time 7s
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
5560

push

travis-ci

web-flow
Support arithmetic with row-series (#2085)

* Support arithmetic with row-series

Sometimes a Series is just one row and is intended to be broadcast
across a Dataframe, rather than in an elementwise fashion.

This creates a convention, that a Series with divisions (0, 1) signals
that it is just a single row, and is thus appropriate for broadcasting.

This enables computations like the following (which used to err):

    df = df - df.mean()

However it also introduces silent failures if elementwise operation
against this series is intended, despite its divisions of (0, 1)

Fixes https://github.com/dask/dask/issues/1759

* Switch from (0, 1) to min/max of columns

12149 of 13042 relevant lines covered (93.15%)

0.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5560.1 (PYTHON=2.7 NUMPY=1.10.4 PANDAS=0.19.0 COVERAGE='true' PARALLEL='false' TEST_IMPORTS='false' XTRATESTARGS=) 15 Mar 2017 08:00PM UTC 0
93.15
Travis Job 5560.1
Source Files on build 5560
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #5560
  • 175ae5a9 on github
  • Prev Build on master (#5551)
  • Next Build on master (#5562)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc