Skip to content

Commit

Permalink
add init
Browse files Browse the repository at this point in the history
  • Loading branch information
clallemand committed Sep 8, 2023
1 parent 3a09a2a commit cf8bfcc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ def modify_parameters(parameters):
reform_year = 2013
reform_period = period(reform_year)

print(dir_path)
file_path = os.path.join(dir_path, 'plf2015.yaml')
reform_parameters_subtree = load_parameter_file(name='plf2015', file_path=file_path)
parameters.add_child('plf2015', reform_parameters_subtree)
Expand Down

0 comments on commit cf8bfcc

Please sign in to comment.