Skip to content

Commit

Permalink
Merge remote-tracking branch 'simcenter/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannis-vm committed May 19, 2024
2 parents 891b5dd + 2f524c8 commit 9c8a001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pelicun/tools/DL_calculation.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ def run_pelicun(

config_ap['DL']['Outputs']['Settings'].update(
regional_out_config['Settings']
)
)

# save the extended config to a file
config_ap_path = Path(config_path.stem + '_ap.json').resolve()
Expand Down Expand Up @@ -476,7 +476,7 @@ def run_pelicun(
sample_size = int(sample_size_str)

# provide all outputs if the files are not specified
if ('Outputs' not in config) or (not config['Outputs']):
if ('Outputs' not in config['DL']) or (not config['DL']['Outputs']):
config['DL']['Outputs'] = full_out_config

# provide outputs in CSV by default
Expand Down

0 comments on commit 9c8a001

Please sign in to comment.