-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Migrate module configuration in RecoJets to use default cfipython #34543
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34543/24066
|
A new Pull Request was created by @jeongeun (JeongEun Lee) for master. It involves the following packages:
@perrotta, @jpata, @cmsbuild, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
-1 Failed Tests: Build Python3 BuildI found compilation warning when building: See details on the summary page. #Python3 I found errors: *** Error compiling 'src/RecoJets/JetProducers/python/hltak4CaloJets_cfi.py'... |
@@ -1,61 +1,16 @@ | |||
import FWCore.ParameterSet.Config as cms | |||
import RecoJets.JetProducers.FastjetJetProducer_cfi _mod |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import RecoJets.JetProducers.FastjetJetProducer_cfi _mod | |
import RecoJets.JetProducers.FastjetJetProducer_cfi as _mod |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this! Can you double check the syntax error above? Also, could you check if the validations were affected by this error?
Yes, the python3 error reported in the tests was due exactly to the typo you pointed out |
right, I mean to double check if the validations done in the PR description are up to date with what was committed. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34543/24116
|
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-267e19/17040/summary.html Comparison SummarySummary:
|
+reconstruction
|
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. @silviodonato, @dpiparo, @qliphy, @perrotta (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Optimization of the python configurations: Improve maintainability by cleaning up the duplicated and cloning from the default/reference configurations. (The previous PRs : #33207, #33307, #33352, #33543, #33563, #33671, #34007, #34091, #34009, #34155, #34371, #34480)
In this PR, 3 files changed.
modified: RecoJets/JetProducers/python/ak4PFJetsBetaStar_cfi.py
modified: RecoJets/JetProducers/python/hltMVAJetPuId_cff.py
modified: RecoJets/JetProducers/python/hltak4CaloJets_cfi.py
Update
PR validation:
Event Content comparison check was also done and there is no change with these updates.
Tested in CMSSW_12_0_X, the basic test all passed in the CMSSW PR instructions.