diff --git a/Fotovoltaico.py b/Fotovoltaico.py index 27a2af7..db76315 100644 --- a/Fotovoltaico.py +++ b/Fotovoltaico.py @@ -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: