We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f9678 commit a644219Copy full SHA for a644219
test/downstream/test-xpalm.jl
@@ -43,7 +43,7 @@ function xpalm_default_param_run(palm, models, out_vars, meteo)
43
end
44
45
function xpalm_default_param_convert_outputs(sim_outputs)
46
- df = PlantSimEngine.convert_outputs(out, DataFrame, no_value=missing)
+ df = PlantSimEngine.convert_outputs(sim_outputs, DataFrame, no_value=missing)
47
return df
48
49
0 commit comments