Skip to content

Commit a644219

Browse files
committed
Fix typo in the xpalm test (addressed in a PR, but unmerged)
1 parent 90f9678 commit a644219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/downstream/test-xpalm.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function xpalm_default_param_run(palm, models, out_vars, meteo)
4343
end
4444

4545
function xpalm_default_param_convert_outputs(sim_outputs)
46-
df = PlantSimEngine.convert_outputs(out, DataFrame, no_value=missing)
46+
df = PlantSimEngine.convert_outputs(sim_outputs, DataFrame, no_value=missing)
4747
return df
4848
end
4949

0 commit comments

Comments
 (0)