NCAR / wrf_hydro_py

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

Output change #207

Closed jmccreight closed 4 years ago

jmccreight commented 4 years ago

Changes in the Simulation.output attribute

pep8speaks commented 4 years ago

Hello @jmccreight! Thanks for opening this PR.

Line 454:1: E302 expected 2 blank lines, found 1

Line 396:25: E201 whitespace after '[' Line 396:69: E202 whitespace before ']'

Line 38:9: E124 closing bracket does not match visual indentation Line 53:9: E124 closing bracket does not match visual indentation

Local linting (style checking) can be peformed using pycodestyle General guidelines can be found at the Hitchhiker's guide to code style

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 544


Changes Missing Coverage Covered Lines Changed/Added Lines %
wrfhydropy/core/simulation.py 16 40 40.0%
<!-- Total: 18 42 42.86% -->
Files with Coverage Reduction New Missed Lines %
wrfhydropy/core/simulation.py 1 82.68%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 542: -0.5%
Covered Lines: 3709
Relevant Lines: 4229

💛 - Coveralls