Skip to content

Commit ea2d802

Browse files
Fix malformed sentence
1 parent c8e8a78 commit ea2d802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/examples/calibration/custom_calibration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ function custom_low_flow_objective(obs, sim)
218218
end
219219

220220
# Assign different metrics to individual nodes
221-
# Make GR4J
221+
# Make the GR4J node use the custom low-flow metric
222222
custom_metrics = Dict(
223223
"410730_ihacres" => (obs, sim) -> 1.0 - Streamfall.NmKGE(obs, sim),
224224
"410730_gr4j" => custom_low_flow_objective,

0 commit comments

Comments
 (0)