We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a780fe0 commit 894db96Copy full SHA for 894db96
1 file changed
docs/src/multirate/multirate_tutorial.md
@@ -206,7 +206,7 @@ plant_daily_df
206
Of course the outputs of the models are still available in the `status_outputs` returned by `run!`, and can be converted to DataFrames as well:
207
208
```@example multirate_tutorial
209
-outs = convert_outputs(out_status.outputs, DataFrame)
+outs = convert_outputs(out_status, DataFrame)
210
outs["Plant"]
211
```
212
0 commit comments