Skip to content

Commit

Permalink
[pptt] in .github/workflows/testsuite_oneprocess.sh, remove madgraph5…
Browse files Browse the repository at this point in the history
…#872 xsec pp_tt012j from the list of known issues to bypass
  • Loading branch information
valassi committed Jul 26, 2024
1 parent 0309427 commit 9e890a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/testsuite_oneprocess.sh
Original file line number Diff line number Diff line change
Expand Up @@ -542,8 +542,6 @@ if [ $BYPASS_KNOWN_ISSUES -eq 1 ] && [ $status -ne 0 ]; then
if [ "$stage" == "tmad_test" ]; then
# No cross section in susy_gg_t1t1 (#826)
if [ "${proc%.mad}" == "susy_gg_t1t1" ]; then bypassIssue "No cross section in ${proc%.mad} for FPTYPE=d,f,m (#826)"; fi
# Cross section mismatch in pp_tt012j for P2_gu_ttxgu (#872)
if [ "${proc%.mad}" == "pp_tt012j" ]; then bypassIssue "Cross section mismatch for P2_gu_ttxgu in ${proc%.mad} for FPTYPE=d,f,m (#856)"; fi
# Final printout
if [ $status -ne 0 ]; then echo "[testsuite_oneprocess.sh] $stage ($proc) FPTYPE=${FPTYPE}: issue will not be bypassed, test has FAILED"; fi
fi
Expand Down

0 comments on commit 9e890a6

Please sign in to comment.