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

pydata / xarray / 2142
96%

Build:
DEFAULT BRANCH: master
Ran 16 Jun 2016 09:41PM UTC
Jobs 7
Files 40
Run time 11min
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
2142

push

travis-ci

web-flow
Correctly concatenate pandas.Index objects (#875)

We now have a dedicated method, Coordinate.concat that will correctly
concatenate pandas.Index objects, even if they can't be properly expressed as
NumPy arrays (e.g., PeriodIndex and MultiIndex).

As part of this change, I removed and replaced the internal `interleaved_concat`
routine. It turns out we can do this with an inverse permutation instead, which
results in much simpler and cleaner code. In particular, we no longer need a
special path to support dask.array.

This should help with GH818.

86 of 86 new or added lines in 5 files covered. (100.0%)

5305 of 5500 relevant lines covered (96.45%)

5.71 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
100.0
xarray/core/groupby.py
4
100.0
xarray/core/variable.py
Jobs
ID Job ID Ran Files Coverage
1 2142.1 (CONDA_ENV=py27-min) 16 Jun 2016 09:41PM UTC 0
74.87
Travis Job 2142.1
2 2142.2 (CONDA_ENV=py27-cdat+pynio) 16 Jun 2016 09:44PM UTC 0
83.25
Travis Job 2142.2
3 2142.3 (CONDA_ENV=py33) 16 Jun 2016 09:44PM UTC 0
74.76
Travis Job 2142.3
4 2142.4 (CONDA_ENV=py34) 16 Jun 2016 09:46PM UTC 0
75.22
Travis Job 2142.4
5 2142.5 (CONDA_ENV=py35) 16 Jun 2016 09:49PM UTC 0
94.11
Travis Job 2142.5
6 2142.6 (CONDA_ENV=py27-pydap) 16 Jun 2016 09:49PM UTC 0
86.51
Travis Job 2142.6
8 2142.8 (CONDA_ENV=py35-dask-dev) 16 Jun 2016 09:52PM UTC 0
82.2
Travis Job 2142.8
Source Files on build 2142
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2142
  • 918945ce on github
  • Prev Build on master (#2141)
  • Next Build on master (#2143)
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