mroberge / hydrofunctions

A suite of convenience functions for working with hydrology data in an interactive Python session.
MIT License
66 stars 28 forks source link

fix URL print out for hf.stats #119

Closed mroberge closed 2 years ago

mroberge commented 2 years ago

Issue #118 the hf.stats function prints the incorrect url when it requests data. This fix will print the correct URL. None of the other functions in this module are affected.

codecov[bot] commented 2 years ago

Codecov Report

Merging #119 (a2bf876) into develop (e9b6969) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop     #119   +/-   ##
========================================
  Coverage    97.34%   97.34%           
========================================
  Files           19       19           
  Lines         1394     1394           
========================================
  Hits          1357     1357           
  Misses          37       37           

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more