NCAR / wrf_hydro_py

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

Added changes wrt USGS USACE reservoir files #220

Closed ishita9 closed 4 years ago

ishita9 commented 4 years ago

Creating a PR to test changes with wrf_hydro_prtest.

pep8speaks commented 4 years ago

Hello @ishita9! Thanks for updating this PR.

Line 354:13: E265 block comment should start with '# ' Line 457:1: E302 expected 2 blank lines, found 1

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 596


Changes Missing Coverage Covered Lines Changed/Added Lines %
wrfhydropy/core/domain.py 1 2 50.0%
<!-- Total: 2 3 66.67% -->
Files with Coverage Reduction New Missed Lines %
wrfhydropy/core/ensemble.py 1 88.78%
wrfhydropy/core/ioutils.py 1 51.16%
wrfhydropy/core/namelist.py 2 95.56%
wrfhydropy/core/teams.py 4 94.37%
<!-- Total: 8 -->
Totals Coverage Status
Change from base Build 590: 0.09%
Covered Lines: 3749
Relevant Lines: 4270

💛 - Coveralls