Skip to content

Commit

Permalink
co_health scenario: unify the name of folder and log file
Browse files Browse the repository at this point in the history
  • Loading branch information
EvaJanouskova committed May 24, 2023
1 parent d9b595a commit 935a617
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def __init__(self):

def log_configuration(self):
return {
'filename': 'run_analysis_contraception_no_diseases', # <- (specified only for local running)
'filename': 'run_analysis_co_health_impacts_no_diseases', # <- (specified only for local running)
'directory': './outputs', # <- (specified only for local running)
'custom_levels': {
'*': logging.WARNING,
Expand Down

0 comments on commit 935a617

Please sign in to comment.