Skip to content

Commit

Permalink
some fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rieck committed Dec 16, 2024
1 parent 244f649 commit 4cdd965
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ def setup_function(
if my_simulation_parameters.result_directory == "":

ResultPathProviderSingleton().set_important_result_path_information(
module_directory="/storage_cluster/projects/2024-k-rieck-hisim-mass-simulations/analysis_austria_for_kristina_20_11_2024_2", # my_sim.module_directory,
module_directory=my_sim.module_directory, # "/storage_cluster/projects/2024-k-rieck-hisim-mass-simulations/analysis_austria_for_kristina_20_11_2024_2",
model_name=my_sim.module_filename,
further_result_folder_description=os.path.join(*[further_result_folder_description]),
variant_name="_",
Expand Down
2 changes: 1 addition & 1 deletion system_setups/household_gas_building_sizer_with_new_dhw.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ def setup_function(
if my_simulation_parameters.result_directory == "":

ResultPathProviderSingleton().set_important_result_path_information(
module_directory="/storage_cluster/projects/2024-k-rieck-hisim-mass-simulations/analysis_austria_for_kristina_20_11_2024_2", # my_sim.module_directory,
module_directory=my_sim.module_directory, # "/storage_cluster/projects/2024-k-rieck-hisim-mass-simulations/analysis_austria_for_kristina_20_11_2024_2",
model_name=my_sim.module_filename,
further_result_folder_description=os.path.join(*[further_result_folder_description,]),
variant_name="_",
Expand Down
2 changes: 1 addition & 1 deletion system_setups/household_hp_hws_hds_pv_battery_ems.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def setup_function(
)

ResultPathProviderSingleton().set_important_result_path_information(
module_directory=my_sim.module_directory, # "/storage_cluster/projects/2024-k-rieck-hisim-mass-simulations/paper_1_quantification_self-covered_heat_demand_germany/hisim_results", # "/storage_cluster/projects/2024_waage/01_hisim_results",
module_directory=my_sim.module_directory, # "/storage_cluster/projects/2024-k-rieck-hisim-mass-simulations/paper_1_quantification_self-covered_heat_demand_germany/hisim_results",
model_name=my_sim.module_filename,
further_result_folder_description=os.path.join(
*[
Expand Down
2 changes: 1 addition & 1 deletion system_setups/household_oil_building_sizer_with_new_dhw.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ def setup_function(
if my_simulation_parameters.result_directory == "":

ResultPathProviderSingleton().set_important_result_path_information(
module_directory="/storage_cluster/projects/2024-k-rieck-hisim-mass-simulations/analysis_austria_for_kristina_20_11_2024_2", # my_sim.module_directory,
module_directory=my_sim.module_directory, # "/storage_cluster/projects/2024-k-rieck-hisim-mass-simulations/analysis_austria_for_kristina_20_11_2024_2",
model_name=my_sim.module_filename,
further_result_folder_description=os.path.join(*[further_result_folder_description]),
variant_name="_",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ def setup_function(
if my_simulation_parameters.result_directory == "":

ResultPathProviderSingleton().set_important_result_path_information(
module_directory="/storage_cluster/projects/2024-k-rieck-hisim-mass-simulations/analysis_austria_for_kristina_20_11_2024_2", # my_sim.module_directory,
module_directory=my_sim.module_directory, # "/storage_cluster/projects/2024-k-rieck-hisim-mass-simulations/analysis_austria_for_kristina_20_11_2024_2",
model_name=my_sim.module_filename,
further_result_folder_description=os.path.join(*[further_result_folder_description]),
variant_name="_",
Expand Down

0 comments on commit 4cdd965

Please sign in to comment.