Skip to content

Commit 3f12eba

Browse files
committed
Fix another merge conflict error causing the XPalm test to break again
1 parent 521bd64 commit 3f12eba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/downstream/test-all-benchmarks.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ include("test-xpalm.jl")
4444
suite[suite_name]["XPalm_setup"] = @benchmarkable xpalm_default_param_create() seconds = 120
4545

4646
palm, models, out_vars, meteo = xpalm_default_param_create()
47-
sim_outputs = xpalm_default_param_run(palm, models, meteo, out_vars)
47+
sim_outputs = xpalm_default_param_run(palm, models, out_vars, meteo)
4848

49-
suite[suite_name]["XPalm_run"] = @benchmarkable xpalm_default_param_run($palm, $models, $meteo, $out_vars) seconds = 120
49+
suite[suite_name]["XPalm_run"] = @benchmarkable xpalm_default_param_run($palm, $models, $out_vars, $meteo) seconds = 120
5050
suite[suite_name]["XPalm_convert_outputs"] = @benchmarkable xpalm_default_param_convert_outputs($sim_outputs) seconds = 120
5151

5252
tune!(suite)

0 commit comments

Comments
 (0)