NCAR / wrf_hydro_py

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

pep8, i didnt ignore you. i just couldnt wait to merge #193

Closed jmccreight closed 5 years ago

jmccreight commented 5 years ago

cleanup

pep8speaks commented 5 years ago

Hello @jmccreight! Thanks for opening this PR.

Line 269:9: E124 closing bracket does not match visual indentation Line 279:9: E124 closing bracket does not match visual indentation Line 289:9: E124 closing bracket does not match visual indentation Line 299:5: E124 closing bracket does not match visual indentation Line 1242:17: E131 continuation line unaligned for hanging indent Line 1356:17: E131 continuation line unaligned for hanging indent Line 1363:17: E131 continuation line unaligned for hanging indent Line 1368:17: E131 continuation line unaligned for hanging indent Line 1371:17: E131 continuation line unaligned for hanging indent

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

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 463


Changes Missing Coverage Covered Lines Changed/Added Lines %
wrfhydropy/tests/conftest.py 1 4 25.0%
<!-- Total: 7 10 70.0% -->
Files with Coverage Reduction New Missed Lines %
wrfhydropy/tests/conftest.py 1 95.93%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 462: 0.0%
Covered Lines: 3327
Relevant Lines: 3752

💛 - Coveralls