Skip to content

Commit

Permalink
fix duplicate anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
mieskolainen committed Jul 28, 2024
1 parent d0e9505 commit 37eb044
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configs/zee/tune0_EB.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ deploy_runmode:
#mc_param: !include configs/dqcd/mc_param.yml

models: !include configs/zee/models.yml
active_models: &ACTIVE_MODELS !include configs/zee/active_models.yml
active_models: *ACTIVE_MODELS


# ----------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion configs/zee/tune0_EEm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ deploy_runmode:
#mc_param: !include configs/dqcd/mc_param.yml

models: !include configs/zee/models.yml
active_models: &ACTIVE_MODELS !include configs/zee/active_models.yml
active_models: *ACTIVE_MODELS


# ----------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion configs/zee/tune0_EEp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ deploy_runmode:
#mc_param: !include configs/dqcd/mc_param.yml

models: !include configs/zee/models.yml
active_models: &ACTIVE_MODELS !include configs/zee/active_models.yml
active_models: *ACTIVE_MODELS

# ----------------------------------------------------
plot_param: !include configs/zee/plots.yml
Expand Down

0 comments on commit 37eb044

Please sign in to comment.