small fix

This commit is contained in:
2025-06-18 10:25:10 +02:00
parent e3ca0f7682
commit 4c6bb2dca3

View File

@@ -11,9 +11,10 @@ azimuth = 0 # degrees
num_years = 1 # number of years to simulate
derating_factor_percent = 1 # derating factor that reduce the efficiency of the modules in percentage [%]
# IGNORE THIS
config = yaml.safe_load(open("config.yml", 'r'))
path_export = str(config['filename_output_csv_gen_pv']) # path to save the results
# IGNORE THIS
isJoe = config['joe_fight']
if(isJoe == True):
if shutil.which('ffplay') is not None: