cgq-qgc / pyhelp

A Python library for the assessment of spatially distributed groundwater recharge and hydrological components with HELP
MIT License
17 stars 5 forks source link

PR: Update script to compare simulated with observed river flow #80

Closed jnsebgosselin closed 2 years ago

jnsebgosselin commented 2 years ago

Currently, the code to compile and compare total and base river flow simulated with PyHELP with observed values is not an integral part of PyHELP.

It is instead a script. This PR update this script so that it works with the newer version of PyHELP.

image

image

pep8speaks commented 2 years ago

Hello @jnsebgosselin! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 14:80: E501 line too long (85 > 79 characters) Line 15:80: E501 line too long (85 > 79 characters) Line 16:80: E501 line too long (99 > 79 characters)