Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernandez Vilanova, Lucas committed Mar 6, 2024
1 parent 65a058e commit 4ef33e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida_flexpart/calculations/collect_sens.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from aiida import orm, common, engine
import yaml

with open(Path.cwd() / 'config/params.yaml', 'r') as fp:
with open(Path.home() / 'work/aiida-flexpart/config/params.yaml', 'r') as fp:
params_dict = yaml.safe_load(fp)


Expand Down

0 comments on commit 4ef33e4

Please sign in to comment.