Skip to content

Commit

Permalink
pynorms
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidNew-NOAA committed Oct 24, 2024
1 parent 215188a commit cbf1c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/python/pygfs/task/marine_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def _prep_variational_yaml(self: Task) -> None:
jcb_algo_config = YAMLFile(path=jcb_algo_yaml)
jcb_algo_config = Template.substitute_structure(jcb_algo_config, TemplateConstants.DOUBLE_CURLY_BRACES, envconfig_jcb.get)
jcb_algo_config = Template.substitute_structure(jcb_algo_config, TemplateConstants.DOLLAR_PARENTHESES, envconfig_jcb.get)

# Override base with the application specific config
jcb_config = {**jcb_base_config, **jcb_algo_config}

Expand Down

0 comments on commit cbf1c6f

Please sign in to comment.