NCAR / wrf_hydro_py

Python API for the WRF-Hydro model
59 stars 43 forks source link

Ensemble Output Collections #182

Closed jmccreight closed 5 years ago

jmccreight commented 5 years ago

Also fix collection data symlinks

pep8speaks commented 5 years ago

Hello @jmccreight! Thanks for updating this PR.

Line 653:9: E722 do not use bare 'except'

Line 4:101: E501 line too long (1274 > 100 characters) Line 6:101: E501 line too long (892 > 100 characters) Line 8:101: E501 line too long (945 > 100 characters) Line 10:101: E501 line too long (662 > 100 characters) Line 11:101: E501 line too long (1069 > 100 characters) Line 12:101: E501 line too long (8389 > 100 characters) Line 13:101: E501 line too long (1703 > 100 characters) Line 15:101: E501 line too long (2738 > 100 characters) Line 17:101: E501 line too long (5911 > 100 characters)

Comment last updated at 2019-05-26 05:18:12 UTC
coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 415


Changes Missing Coverage Covered Lines Changed/Added Lines %
wrfhydropy/core/ioutils.py 15 31 48.39%
wrfhydropy/core/collection.py 80 122 65.57%
<!-- Total: 113 171 66.08% -->
Files with Coverage Reduction New Missed Lines %
wrfhydropy/core/ioutils.py 1 49.02%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 407: -1.0%
Covered Lines: 2776
Relevant Lines: 3163

💛 - Coveralls