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

creare-com / podpac / 1783
86%

Build:
DEFAULT BRANCH: develop
Ran 14 Dec 2019 04:47PM UTC
Jobs 1
Files 61
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

pending completion
1783

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

Jobs
ID Job ID Ran Files Coverage
2 1783.2 14 Dec 2019 04:47PM UTC 0
81.85
Travis Job 1783.2
Source Files on build 1783
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1783
  • 84019ab7 on github
  • Prev Build on develop (#1782)
  • Next Build on develop (#1784)
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