-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix the mergeLHE.py script #34804
Fix the mergeLHE.py script #34804
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34804/24527
|
A new Pull Request was created by @colizz (Congqiao Li) for master. It involves the following packages:
@SiewYan, @mkirsano, @Saptaparna, @cmsbuild, @GurpreetSinghChahal, @agrohsje, @alberto-sanchez can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
test parameters:
|
please test |
Thanks. My local test shows that 537.0 in the 4-thread test will still report an error in
The issue will be solved by changing to event number from 10 to 12, in #34710 |
-1 Failed Tests: RelVals-INPUT RelVals-INPUT
Expand to see more relval errors ...
Comparison SummarySummary:
|
please test with #34710 |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-3e4be7/17634/summary.html Comparison SummarySummary:
|
@cms-sw/generators-l2 Any comment? |
+generators |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
fixes #34531 |
Thanks @perrotta, the failure of workflow 537 will only be fixed by https://github.com/cms-sw/cmssw/pull/34710/files/ce06076dc65aadc045eb878c99ee0ef3f88cd48a..2e7e1c0ca67865630b9aae21948cf75b6ffad0e5 This PR only helps to make the script more generalized. But I'll backport both of them to help 537 works. |
PR description:
Fix the regex to match the LHE tags in the
mergeLHE.py
script.Now we are capable to match the tag if it has leading spaces. The issue is discussed in #34531 (comment)
PR validation:
Validation done based on https://github.com/colizz/mergelhe_validate indicated by
mergeLHE.py -h
.A backport to 10_6_X is also needed.