Skip to content

Fix for testArithmeticCpu from TMVA #512

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

Merged
merged 2 commits into from
Apr 19, 2017

Conversation

amadio
Copy link
Member

@amadio amadio commented Apr 19, 2017

Please see commit messages for full explanation of the changes.

Failing test: http://cdash.cern.ch/testDetails.php?test=24129853&build=345069

amadio added 2 commits April 19, 2017 10:32
Casting the matrices from double to float create small rounding
errors of the order of 1e-06 in the reference matrices themselves,
so when they are multiplied the sum over long rows/columns accumulates
many rounding errors and make the test fail. Using TMatrixT of float
as the reference to begin with eliminates this problem.
@amadio amadio requested a review from dpiparo April 19, 2017 08:37
@phsft-bot
Copy link

Starting build on centos7/gcc49, mac1011/native, slc6/gcc49, slc6/gcc62, ubuntu14/native and CMake flags -Dccache=ON -Dimt=OFF

@dpiparo
Copy link
Member

dpiparo commented Apr 19, 2017

well done. Waiting for the PR build.

@dpiparo dpiparo merged commit 92bc04f into root-project:master Apr 19, 2017
@amadio amadio deleted the fix-tmva-test-matrix-arithmetic branch April 21, 2017 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants