Skip to content

Commit a6fbba7

Browse files
Fix broken test
1 parent 1b32cd2 commit a6fbba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
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,

0 commit comments

Comments
 (0)