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

pydata / xarray / 2899 / 1
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 07 Feb 2017 07:51AM UTC
Files 63
Run time 2s
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

07 Feb 2017 07:44AM UTC coverage: 76.369% (-0.03%) from 76.403%
CONDA_ENV=py27-min

push

travis-ci

web-flow
Replace 'signature' argument in apply_ufunc with *_core_dims (#1245)

* Replace 'signature' argument to apply_func with *_core_dims

This results in a much easier to use function signature than the previous
`signature` argument which required triply nested lists.

e.g., new:

    def inner_product(a, b, dim):
        return apply_ufunc(_inner, a, b, input_core_dims=[[dim], [dim]])

vs. old:

    def inner_product(a, b, dim):
        return apply_ufunc(_inner, a, b, signature=[[[dim], [dim]], []])

* Remove use of lambdas to please flake8

12103 of 15848 relevant lines covered (76.37%)

0.76 hits per line

Source Files on job 2899.1 (CONDA_ENV=py27-min)
  • Tree
  • List 0
  • Changed 3
  • Source Changed 3
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2899
  • Travis Job 2899.1
  • d49014d0 on github
  • Prev Job for CONDA_ENV=py27-min on master (#2896.1)
  • Next Job for CONDA_ENV=py27-min on master (#2902.1)
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