Skip to content

Commit

Permalink
fix: Fix physmon comment template after #2130 (#2138)
Browse files Browse the repository at this point in the history
another problem I try to fix after #2130
  • Loading branch information
andiwand committed May 19, 2023
1 parent c676ece commit 3e13c13
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CI/physmon/comment_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Ambiguity resolution: {{ make_url("seeded", "ambi_seeded.html") }}, {{ make_url(
{% for mode in ["seeded", "truth_smeared", "truth_estimated", "orthogonal"] %}

{% call detail_block("IVF "+mode, "ivf_"+mode+"_plots") %}

{% for url in [
"covXX.pdf",
"covYY.pdf",
Expand All @@ -48,10 +48,12 @@ Ambiguity resolution: {{ make_url("seeded", "ambi_seeded.html") }}, {{ make_url(

{% endcall %}

{% endfor %}

{% for mode in ["seeded", "truth_smeared", "truth_estimated", "orthogonal"] %}

{% call detail_block("AMVF "+mode, "amvf_"+mode+"_plots") %}

{% for url in [
"covXX.pdf",
"covYY.pdf",
Expand Down

0 comments on commit 3e13c13

Please sign in to comment.