Skip to content

Commit 37961f0

Browse files
Fix docstring
1 parent 1a18aac commit 37961f0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/metrics.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ end
690690

691691

692692
"""
693-
inverse_metric(obs, sim; metric, comb_method::Function=mean)
693+
inverse_metric(obs, sim, metric; comb_method::Function=mean, ϵ=1e-2)
694694
695695
A meta-objective function which combines the performance of the
696696
given metric as applied to the discharge and the inverse of the
@@ -705,7 +705,6 @@ By default, the combination method is to take the mean.
705705
- `comb_method::Function` : mean
706706
- ϵ : offset value to use (enables use with zero-flow time steps), defaults to 1e-2
707707
708-
709708
# References
710709
1. Garcia, F., Folton, N., Oudin, L., 2017.
711710
Which objective function to calibrate rainfall–runoff models

0 commit comments

Comments
 (0)