NCAR / wrf_hydro_py

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

Start of Evaluation object (#191) #200

Closed jmccreight closed 4 years ago

jmccreight commented 4 years ago
pep8speaks commented 4 years ago

Hello @jmccreight! Thanks for updating this PR.

Line 5:101: E501 line too long (353 > 100 characters) Line 8:101: E501 line too long (354 > 100 characters) Line 11:101: E501 line too long (2023 > 100 characters) Line 14:101: E501 line too long (7542 > 100 characters) Line 17:101: E501 line too long (385 > 100 characters) Line 20:101: E501 line too long (2198 > 100 characters) Line 23:101: E501 line too long (396 > 100 characters) Line 26:101: E501 line too long (7968 > 100 characters) Line 27:1: W293 blank line contains whitespace Line 31:101: E501 line too long (1551 > 100 characters) Line 34:101: E501 line too long (438 > 100 characters)

Line 235:24: E225 missing whitespace around operator Line 235:37: E225 missing whitespace around operator Line 235:38: E222 multiple spaces after operator Line 235:55: E225 missing whitespace around operator Line 235:56: E222 multiple spaces after operator Line 235:75: E225 missing whitespace around operator Line 235:76: E222 multiple spaces after operator Line 236:22: E222 multiple spaces after operator Line 236:36: E222 multiple spaces after operator Line 236:53: E222 multiple spaces after operator Line 236:68: E222 multiple spaces after operator Line 245:24: E225 missing whitespace around operator Line 245:25: E222 multiple spaces after operator Line 245:40: E225 missing whitespace around operator Line 245:41: E222 multiple spaces after operator Line 245:59: E225 missing whitespace around operator Line 245:60: E222 multiple spaces after operator Line 245:80: E225 missing whitespace around operator Line 246:22: E222 multiple spaces after operator Line 246:36: E222 multiple spaces after operator Line 246:53: E222 multiple spaces after operator Line 246:68: E222 multiple spaces after operator

Comment last updated at 2020-01-29 17:06:03 UTC
coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 528


Changes Missing Coverage Covered Lines Changed/Added Lines %
wrfhydropy/tests/test_evaluation.py 126 129 97.67%
wrfhydropy/core/evaluation.py 193 251 76.89%
<!-- Total: 321 382 84.03% -->
Totals Coverage Status
Change from base Build 515: -0.3%
Covered Lines: 3711
Relevant Lines: 4201

💛 - Coveralls