-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Fixed bug which was crashing ROOT in fitting empty histograms #35903
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
Conversation
|
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35903/26302
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
|
Added changes to |
|
thanks @dinardo! in order to fix #35903 (comment) |
|
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35903/26303
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35903/26304
|
|
A new Pull Request was created by @dinardo (Mauro) for master. It involves the following packages:
@emanueleusai, @ahmad3213, @cmsbuild, @jfernan2, @pmandrik, @pbo0, @rvenditti can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
@cmsbuild please test |
|
@dinardo thanks! in order for this to be deployed in P5 a bakport to 12_0_X branch is needed. |
|
-1 Failed Tests: UnitTests RelVals-INPUT Unit TestsI found errors in the following unit tests: ---> test TestDQMServicesDemo had ERRORS RelVals-INPUT
Comparison SummarySummary:
|
|
Are these errors related to my commit? |
|
please test with #35905 |
|
-1 Failed Tests: UnitTests Unit TestsI found errors in the following unit tests: ---> test TestDQMServicesDemo had ERRORS Comparison SummarySummary:
|
|
please test with #35921 |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-1a403a/20172/summary.html Comparison SummarySummary:
|
|
+1 |
|
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 |
PR description:
I fixed a bug that was crashing ROOT: the application was trying to fit empty histograms.
Now I've protected the fit by checking whether the histogram is empty or not
PR validation:
Now the crash should not occur anymore
if this PR is a backport please specify the original PR and why you need to backport that PR:
N.A.