From 79367839fd36d680f3d2be367a5ec570843e9db6 Mon Sep 17 00:00:00 2001 From: MedinavonLevetzow <67633998+MedinavonLevetzow@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:44:38 +0100 Subject: [PATCH] Update examples/basic_example/basic_example.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Patrik Schönfeldt --- examples/basic_example/basic_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/basic_example/basic_example.py b/examples/basic_example/basic_example.py index 14bdd9b9a..d609dceab 100644 --- a/examples/basic_example/basic_example.py +++ b/examples/basic_example/basic_example.py @@ -78,7 +78,7 @@ from oemof.solph import processing from oemof.solph import views -BATTERY_STORAGE = "battery_storage" +STORAGE_LABEL = "battery_storage" def get_data_from_file_path(file_path: str) -> pd.DataFrame: