From 8f9fab9397410e97028714589c6db5495e99c87f Mon Sep 17 00:00:00 2001 From: Kevin Knosala Date: Wed, 18 Oct 2023 16:25:46 +0200 Subject: [PATCH] Remove duplicate --- hisim/system_setup_starter.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hisim/system_setup_starter.py b/hisim/system_setup_starter.py index 96af5273b..ff87532ae 100644 --- a/hisim/system_setup_starter.py +++ b/hisim/system_setup_starter.py @@ -86,10 +86,6 @@ def make_system_setup( setup_config: Any = config_class.get_default() set_values(setup_config, setup_config_dict) - # Save to file - with open(module_config_path, "w", encoding="utf8") as out_file: - out_file.write(setup_config.to_json()) # ignore: type - # Set custom simulation parameters simulation_parameters = SimulationParameters( start_date=datetime.datetime.fromisoformat(