Skip to content

Commit ce3e075

Browse files
Simplify example in the README
1 parent 6ee4017 commit ce3e075

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ run_node!(hymod_node, climate)
103103

104104
# Display a basic overview plot (shows time series and Q-Q plot)
105105
# using a 366 day offset (e.g., ~1 year burn-in period)
106-
quickplot(Qo, hymod_node, climate, "HyMod"; burn_in=366, limit=nothing)
106+
quickplot(Qo, hymod_node, climate, "HyMod"; burn_in=366)
107107

108108
# Save figure
109109
savefig("quick_example.png")
@@ -212,7 +212,6 @@ climate_data = CSV.read(
212212
# Indicate which columns are precipitation and evaporation data based on partial identifiers
213213
climate = Climate(climate_data, "_rain", "_evap")
214214

215-
216215
# This runs an entire stream network
217216
@info "Running an example stream..."
218217
run_catchment!(sn, climate)

0 commit comments

Comments
 (0)