You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.
The function summarize_nwis_widths() has optional arguments to set the date range for pulling the width data. However, we don't use those arguments in estimate_mean_width(). The implication is that different users will get different estimates, depending on the date they built the pipeline and pulled the widths down from NWIS.
For reproducibility, we should consider using date ranges in estimate_mean_width.
The text was updated successfully, but these errors were encountered:
The function
summarize_nwis_widths()
has optional arguments to set the date range for pulling the width data. However, we don't use those arguments inestimate_mean_width()
. The implication is that different users will get different estimates, depending on the date they built the pipeline and pulled the widths down from NWIS.For reproducibility, we should consider using date ranges in
estimate_mean_width
.The text was updated successfully, but these errors were encountered: