Skip to content

Commit 894db96

Browse files
committed
Update multirate_tutorial.md
1 parent a780fe0 commit 894db96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/multirate/multirate_tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ plant_daily_df
206206
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:
207207

208208
```@example multirate_tutorial
209-
outs = convert_outputs(out_status.outputs, DataFrame)
209+
outs = convert_outputs(out_status, DataFrame)
210210
outs["Plant"]
211211
```
212212

0 commit comments

Comments
 (0)