Skip to content

Commit 80169e7

Browse files
Fix broken test
1 parent 1b32cd2 commit 80169e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ end
8686
params = (214.6561105573191, 76.6251447, 200.0, 2.0, 0.727)
8787
current_store, rain, d, d2, alpha = params
8888

89-
(mf, e_rainfall, recharge) = calc_ft_interim_cmd(
89+
(mf, e_rainfall, recharge) = Streamfall.calc_ft_interim_cmd(
9090
current_store,
9191
rain,
9292
d,
@@ -106,7 +106,7 @@ end
106106
recharge = 3.84930005080411E-06
107107
rain = 0.0000188
108108

109-
n_cmd = IHACRES.calc_cmd(cmd, rain, et, e_rain, recharge)
109+
n_cmd = Streamfall.calc_cmd(cmd, rain, et, e_rain, recharge)
110110

111111
@test isapprox(n_cmd, 106.22, atol=0.001)
112112
end

0 commit comments

Comments
 (0)