Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hydroshift/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.4"
__version__ = "0.1.5"
2 changes: 1 addition & 1 deletion hydroshift/_pages/changepoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def summary_text(self) -> str:
def test_description(self):
"""Analysis methodology."""
payload = {
"alr0": st.session_state.arlo_slider,
"arl0": st.session_state.arlo_slider,
"burn_in": st.session_state.burn_in,
}
return render_template("changepoint_description.md", payload)
Expand Down
2 changes: 1 addition & 1 deletion hydroshift/templates/app_description.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**HydroShift** is a tool for exploring streamflow trends in USGS gage data. This web app
provides interactive plots of annual peak discharge, seasonality of flood peaks, and daily and monthly discharge
trends. Beyond data summary, the application includes a statistical changepoint analysis that will detect when
significant changes in the distribution of flood peaks have occured.
significant changes in the distribution of flood peaks have occurred.