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

creare-com / podpac / 1783 / 2
86%
develop: 86%

Build:
DEFAULT BRANCH: develop
Ran 14 Dec 2019 04:47PM UTC
Files 61
Run time 3s
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

14 Dec 2019 04:34PM UTC coverage: 81.847% (-0.1%) from 81.976%
1783.2

push

travis-ci

jmilloy
ENH: Infer StackedCoordinates when a list or tuple is provided as the dimension name to the Coordinates dims argument.

The following now are both the same
 - Coordinates([[lat_coords, lon_coords]], dims=['lat_lon'])
 - Coordinates([[lat_coords, lon_coords]], dims=[['lat', 'lon']])

Notes:
 - I chose to convert the dimension name from ['lat', 'lon'] to 'lat_lon' in the Coordinates init loop because c._set_name(dim) expects a string dimension name. We could instead add the tuple/list case below, but then we would have to check *again* to choose between c._set_name and c._set_dims.
 - I had to choose between StackedCoordinates and DependentCoordinates, and I chose StackedCoordinates because they are more common and more well-supported. This choice will be moot once the two classes are merged.

5460 of 6671 relevant lines covered (81.85%)

0.82 hits per line

Source Files on job 1783.2
  • Tree
  • List 0
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1563
  • Travis Job 1783.2
  • 84019ab7 on github
  • Prev Job for on develop (#1782.1)
  • Next Job for on develop (#1784.2)
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