Skip to content

Commit 9e50915

Browse files
committed
Missing path change
1 parent 768de5e commit 9e50915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providentia/interpolation/experiment_interpolation_submission.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
# load the defined experiments and species yamls
2525
interp_experiments = yaml.safe_load(pkg_resources.open_text("providentia.settings", "interp_experiments.yaml"))
26-
mapping_species = yaml.safe_load(pkg_resources.open_text("providentia.settings", "internal", "mapping_species.yaml"))
26+
mapping_species = yaml.safe_load(pkg_resources.open_text("providentia.settings.internal", "mapping_species.yaml"))
2727

2828
class SubmitInterpolation(object):
2929
""" Class that handles the interpolation submission. """

0 commit comments

Comments
 (0)