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

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

Build:
DEFAULT BRANCH: master
Ran 31 May 2018 04:31PM 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: 94.102% (+0.02%) from 94.083%
CONDA_ENV=py36-rasterio1.0alpha

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

22989 of 24430 relevant lines covered (94.1%)

0.94 hits per line

Source Files on job 5350.15 (CONDA_ENV=py36-rasterio1.0alpha)
  • 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.15
  • 0e21fdfc on github
  • Prev Job for CONDA_ENV=py36-rasterio1.0alpha on master (#5343.15)
  • Next Job for CONDA_ENV=py36-rasterio1.0alpha on master (#5353.15)
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