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

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

Build:
DEFAULT BRANCH: master
Ran 31 May 2018 04:28PM UTC
Files 89
Run time 6s
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.887% (+0.02%) from 91.863%
CONDA_ENV=py36-condaforge-rc

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

22448 of 24430 relevant lines covered (91.89%)

0.92 hits per line

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