Skip to content
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

add PU=0 at the start of vectors (master) #21291

Merged
merged 1 commit into from Nov 20, 2017

Conversation

capalmer85
Copy link
Contributor

Same as #21285 but in master

@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@capalmer85
Copy link
Contributor Author

@davidlange6, @franzoni

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/PR-21291/1971

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @capalmer85 for master.

It involves the following packages:

SimGeneral/MixingModule

@cmsbuild, @civanch, @mdhildreth can you please review it and eventually sign? Thanks.
@makortel, @ebrondol this is something you requested to watch as well.
@davidlange6, @slava77 you are the release manager for this.

cms-bot commands are listed here

@civanch
Copy link
Contributor

civanch commented Nov 13, 2017

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 13, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/24404/console Started: 2017/11/13 18:54

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Comparison job queued.

@cmsbuild
Copy link
Contributor

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-21291/24404/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 4 differences found in the comparisons
  • DQMHistoTests: Total files compared: 27
  • DQMHistoTests: Total histograms compared: 2832699
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2832520
  • DQMHistoTests: Total skipped: 178
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.640000000109 KiB( 23 files compared)
  • Checked 111 log files, 8 edm output root files, 27 DQM output files

@davidlange6
Copy link
Contributor

hi @capalmer85 @civanch - so how do you suggest to prevent these issues next time?

@civanch
Copy link
Contributor

civanch commented Nov 14, 2017

+1

@cmsbuild
Copy link
Contributor

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. @davidlange6, @slava77, @smuzaffar (and backports should be raised in the release meeting by the corresponding L2)

@civanch
Copy link
Contributor

civanch commented Nov 14, 2017

@davidlange6 , potentially, a warning may be added in the constructor of the class. May it be an exception for me not clear.

@capalmer85
Copy link
Contributor Author

capalmer85 commented Nov 14, 2017 via email

@davidlange6
Copy link
Contributor

davidlange6 commented Nov 14, 2017 via email

@capalmer85
Copy link
Contributor Author

capalmer85 commented Nov 14, 2017 via email

@franzoni
Copy link

hello @capalmer85 @davidlange6

a fair amount of test on the input histogram are actually carried out here:

if ((dataProbFunctionVar[0] != 0) || (dataProbFunctionVar[varSize - 1] != (varSize - 1)))

, and this is loaded any time the mixing takes place needing a target distribution.
Can the bot be instructed to customise one of the PU standard test with the option:

--pileup 2017_25ns_WinterMC_PUScenarioV1_PoissonOOTPU

That would be the easiest, imho.

@davidlange6
Copy link
Contributor

the bot can pick up any change in runTheMatrix. indeed, probably for the best that future pu distributions come with a corresponding runTheMatrix entry

but that doesn't easily confirm the PU distribution itself. That could be more easily accomplished via a unit test.. maybe @civanch can discuss with the sim group and propose something?

@civanch
Copy link
Contributor

civanch commented Nov 15, 2017

Yes, we can discuss this. For me not clear where check should be. Unit test is intended to test something stable but in this case after each new scenario we have to change unit test. This may not work. The extra sanity checks inside class constructor may be implemented and/or addition of an extra entry to the runMatrix may be needed.

@davidlange6
Copy link
Contributor

davidlange6 commented Nov 15, 2017 via email

@davidlange6
Copy link
Contributor

+1
(I guess there is not much interest in unit tests)

@cmsbuild cmsbuild merged commit cbb8baf into cms-sw:master Nov 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants