From 604362b29a2b423fc9c7108e51746654b5f8ba11 Mon Sep 17 00:00:00 2001 From: Abel Soares Siqueira Date: Tue, 29 Oct 2024 15:04:32 +0100 Subject: [PATCH] Fix docs Related to #895 --- docs/src/20-tutorials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/20-tutorials.md b/docs/src/20-tutorials.md index 33185275..a889de90 100644 --- a/docs/src/20-tutorials.md +++ b/docs/src/20-tutorials.md @@ -127,7 +127,7 @@ variables = compute_variables_indices(dataframes) Now we can compute the model. ```@example manual -model = create_model(graph, sets, variables, representative_periods, dataframes, years, timeframe, groups, model_parameters) +model = create_model(connection, graph, sets, variables, representative_periods, dataframes, years, timeframe, groups, model_parameters) ``` Finally, we can compute the solution.