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

pydata / xarray / 3265 / 8
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 31 May 2017 01:23AM UTC
Files 66
Run time 4s
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 2017 01:08AM UTC coverage: 93.923% (+0.006%) from 93.917%
CONDA_ENV=py36-netcdf4-dev

push

travis-ci

web-flow
If join='exact', raise an error for non-aligned objects (#1330)

* If join='exact', raise an error for non-aligned objects

`align` now supports ``join='exact'``, which raises `xarray.AlignmentError`
instead of aligning when indexes to be aligned are not equal.

This is useful for asserting that objects are identical instead of aligning in
xarray operations.

For example:

    ds1 = xarray.Dataset({'x': [0, 1]})
    ds2 = xarray.Dataset({'x': [1, 2]})
    xarray.merge([ds1, ds2], join='exact')
    # AlignmentError: indexes along dimension 'x' are not equal

* Switch AlignmentError -> ValueError

* What's new fix

15796 of 16818 relevant lines covered (93.92%)

0.94 hits per line

Source Files on job 3265.8 (CONDA_ENV=py36-netcdf4-dev)
  • Tree
  • List 0
  • Changed 9
  • Source Changed 9
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3265
  • Travis Job 3265.8
  • 6b18d77b on github
  • Prev Job for CONDA_ENV=py36-netcdf4-dev on master (#3263.8)
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