diff --git a/applications/tegel/run_model.ipynb b/applications/tegel/run_model.ipynb index 10b8a983b9ef7a2bd13a368b3a7fb136e99b6386..5a767f386af1783eae5e701c50cd415731e5110a 100644 --- a/applications/tegel/run_model.ipynb +++ b/applications/tegel/run_model.ipynb @@ -31,11 +31,11 @@ " filepath_musagetable=\"materialusage.ods\",\n", " infra_floor_area=1276.429,\n", " project_area=213069.25,\n", - " name_of_transport= 'truck_small',\n", + " name_of_transport=\"truck_small\",\n", " write_output=True,\n", - " resolution= 'material',\n", - " seperate_dfs= False,\n", - ")" + " resolution=\"material\",\n", + " seperate_dfs=False,\n", + ")\n" ] }, { @@ -372,7 +372,7 @@ } ], "source": [ - "tegel" + "tegel\n" ] } ],