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

pydata / xarray / 3271
96%

Build:
DEFAULT BRANCH: master
Ran 02 Jun 2017 01:40AM UTC
Jobs 4
Files 66
Run time 2min
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
3271

cron

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

16324 of 16818 relevant lines covered (97.06%)

3.79 hits per line

Jobs
ID Job ID Ran Files Coverage
2 3271.2 (CONDA_ENV=py27-cdat+pynio) 02 Jun 2017 01:40AM UTC 0
96.41
Travis Job 3271.2
5 3271.5 (CONDA_ENV=py36) 02 Jun 2017 01:40AM UTC 0
93.9
Travis Job 3271.5
9 3271.9 (CONDA_ENV=py36-dask-dev) 02 Jun 2017 01:42AM UTC 0
93.9
Travis Job 3271.9
11 3271.11 (CONDA_ENV=py36-bottleneck-dev) 02 Jun 2017 01:42AM UTC 0
94.38
Travis Job 3271.11
Source Files on build 3271
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3271
  • 6b18d77b on github
  • Prev Build on master (#3265)
  • Next Build on master (#3273)
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