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

pydata / xarray / 5350 / 11
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 31 May 2018 04:32PM UTC
Files 89
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

31 May 2018 03:40PM UTC coverage: 91.846% (+0.02%) from 91.822%
CONDA_ENV=py36-pandas-dev

push

travis-ci

web-flow
Validate output dimension sizes with apply_ufunc (#2155)

* Validate output dimension sizes with apply_ufunc

Fixes GH1931

Uses of apply_ufunc that change dimension size now raise an explicit error,
e.g.,

    >>> xr.apply_ufunc(lambda x: x[:5], xr.Variable('x', np.arange(10)))
    ValueError: size of dimension 'x' on inputs was unexpectedly changed by
    applied function from 10 to 5. Only dimensions specified in ``exclude_dims``
    with xarray.apply_ufunc are allowed to change size.

* lint

* More output validation for apply_ufunc

22438 of 24430 relevant lines covered (91.85%)

0.92 hits per line

Source Files on job 5350.11 (CONDA_ENV=py36-pandas-dev)
  • Tree
  • List 0
  • Changed 7
  • Source Changed 7
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 4907
  • Travis Job 5350.11
  • 0e21fdfc on github
  • Prev Job for CONDA_ENV=py36-pandas-dev on master (#5343.11)
  • Next Job for CONDA_ENV=py36-pandas-dev on master (#5353.11)
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