From dbd19a3844440e2da93ed92825410d523677fa15 Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Mon, 29 Jul 2024 15:27:28 +0200 Subject: [PATCH] `waterschap = waterschap1` --- src/peilbeheerst_model/Shortest_path/10_shortest_path_AGV.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/src/peilbeheerst_model/Shortest_path/10_shortest_path_AGV.ipynb b/src/peilbeheerst_model/Shortest_path/10_shortest_path_AGV.ipynb index a9692be..30972a9 100644 --- a/src/peilbeheerst_model/Shortest_path/10_shortest_path_AGV.ipynb +++ b/src/peilbeheerst_model/Shortest_path/10_shortest_path_AGV.ipynb @@ -50,6 +50,7 @@ "source": [ "waterschap1 = \"AmstelGooienVecht\"\n", "waterschap2 = \"AGV\"\n", + "waterschap = waterschap1\n", "\n", "# Define crossings file path\n", "path2json = \"/DATAFOLDER/projects/4750_30/Scripts/Ribasim-NL/src/peilbeheerst_model/waterschappen.json\"\n",