small fix
This commit is contained in:
@@ -11,9 +11,10 @@ azimuth = 0 # degrees
|
|||||||
num_years = 1 # number of years to simulate
|
num_years = 1 # number of years to simulate
|
||||||
derating_factor_percent = 1 # derating factor that reduce the efficiency of the modules in percentage [%]
|
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'))
|
config = yaml.safe_load(open("config.yml", 'r'))
|
||||||
path_export = str(config['filename_output_csv_gen_pv']) # path to save the results
|
path_export = str(config['filename_output_csv_gen_pv']) # path to save the results
|
||||||
|
|
||||||
|
# IGNORE THIS
|
||||||
isJoe = config['joe_fight']
|
isJoe = config['joe_fight']
|
||||||
if(isJoe == True):
|
if(isJoe == True):
|
||||||
if shutil.which('ffplay') is not None:
|
if shutil.which('ffplay') is not None:
|
||||||
|
|||||||
Reference in New Issue
Block a user