Skip to content

Commit

Permalink
Merge branch 'k-knosala-patch-1' of https://github.com/FZJ-IEK3-VSA/H…
Browse files Browse the repository at this point in the history
…iSim into k-knosala-patch-1
  • Loading branch information
DavidNeuroth committed Oct 18, 2023
2 parents 0db2b0d + 8f9fab9 commit 622a968
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hisim/system_setup_starter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 622a968

Please sign in to comment.