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

Fix unary operator handling in FormulaEvalutor #15106

Merged
merged 1 commit into from Jul 6, 2016

Conversation

Dr15Jones
Copy link
Contributor

@Dr15Jones Dr15Jones commented Jul 4, 2016

The code now properly handles -a*b*c where the code had dropped c because of the way operator precedence is handled.

The code now properly handles '-a*b*c' where the code had dropped
'c' because of the way operator precedence is handled.
@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 4, 2016

A new Pull Request was created by @Dr15Jones (Chris Jones) for CMSSW_8_1_X.

It involves the following packages:

CommonTools/Utils

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

cms-bot commands are list here #13028

@Dr15Jones
Copy link
Contributor Author

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 4, 2016

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/13861/console

@Dr15Jones
Copy link
Contributor Author

Fix for #15105

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 5, 2016

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 5, 2016

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

The workflows 1001.0 have different files in step1_dasquery.log than the ones found in the baseline. You may want to check and retrigger the tests if necessary. You can check it in the "files" directory in the results of the comparisons

@slava77
Copy link
Contributor

slava77 commented Jul 5, 2016

@cmsbuild please test
not enough comparisons completed

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 5, 2016

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/13887/console

@slava77
Copy link
Contributor

slava77 commented Jul 5, 2016

+1

for #15106 7abb237

  • changes look OK; the unit test was extended to check the problematic pattern
  • jenkins tests pass:
    • unit test passes;
    • comparisons with baseline show no differences in a combination of 80X and 81X comparisons results. It looks like JECs used in jenkins tests were not affected by the problem (or the phase space with the issue was not probed in the tests)

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 5, 2016

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 5, 2016

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

The workflows 1003.0, 1001.0, 1000.0 have different files in step1_dasquery.log than the ones found in the baseline. You may want to check and retrigger the tests if necessary. You can check it in the "files" directory in the results of the comparisons

@davidlange6 davidlange6 merged commit 1b9a7b1 into cms-sw:CMSSW_8_1_X Jul 6, 2016
@Dr15Jones Dr15Jones deleted the bugFixFormulaEvaluator branch July 14, 2016 19:03
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

4 participants