Skip to content

Commit

Permalink
[FIX] path
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorreia11 committed Feb 12, 2025
1 parent 2429890 commit 411073d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/reactea/io_streams/readers.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def get_config_from_yaml(yaml_file: Path):

output_path = Path(config_dict['output_path']).resolve()
config_dict['output_dir'] = output_path / config_dict['exp_name']
config_dict['output_path'] = output_path

init_pop_path = Path(config_dict['init_pop_path']).resolve()
config_dict['init_pop_path'] = init_pop_path
Expand Down

0 comments on commit 411073d

Please sign in to comment.