ioos / pyoos

A Python library for collecting Met/Ocean observations
GNU Lesser General Public License v3.0
34 stars 33 forks source link

Update NDBC station counts to fix tests #76

Closed benjwadams closed 7 years ago

benjwadams commented 7 years ago

Updates unique station counts for NDBC collector test from 265 to 264 in order to fix assertion.

benjwadams commented 7 years ago

Don't know if I should put this in the same PR, but this commit I made to OWSLib should also fix test failures with optional time elements: https://github.com/geopython/OWSLib/commit/5eefc277b6e8b510eec2b2f108995fe1aa6bbf52

As of this writing, the fixed version of OWSLib isn't in PyPI yet, though.

lukecampbell commented 7 years ago

The tests will be fully fixed when this PR gets merged into the mainline PyPI https://github.com/geopython/OWSLib/pull/359