Skip to content

Commit

Permalink
Merge pull request madgraph5#890 from valassi/actions
Browse files Browse the repository at this point in the history
Port to master a CI fix (tmad xsec tolerance increase for 889) from master_june24 work
  • Loading branch information
valassi authored Jul 5, 2024
2 parents c5805fe + 861ff92 commit 6dce3d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testsuite_oneprocess.sh
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,9 @@ function tmad_test() {
fptype=${FPTYPE}
if [ "${fptype}" == "f" ]; then
###xsecthr="2E-4" # fails for ggttggg with clang14 (2.8E-4)
xsecthr="4E-4"
###xsecthr="4E-4" # xsec differs by 5.2E-4 ggttggg sse4 in master_june24 #889
###xsecthr="6E-4" # xsec differs by 1.1E-3 ggttggg avx2 in master_june24 #889
xsecthr="2E-3"
elif [ "${fptype}" == "m" ]; then
xsecthr="2E-4" # FIXME #537 (AV: by "fixme" I probably meant a stricter tolerance could be used, maybe E-5?)
else
Expand Down

0 comments on commit 6dce3d6

Please sign in to comment.