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

PCAModelBuilderWithSelfAdjointEigenSolverTest is failing [develop branch] #236

Open
muefra opened this issue Dec 8, 2015 · 0 comments
Open

Comments

@muefra
Copy link

muefra commented Dec 8, 2015

How to reproduce:

Here the difference is usually in the 7 figure range:

git checkout b30e7dc1d3c994351d4e6790d071a957f3fb59e0 && make -j $(nproc) && ctest -R PCAModelBuilderWithSelfAdjointEigenSolverTest -VV

Output:

5: PCAModelBuilderWithSelfAdjointEigenSolverTest:       comparing principal components...       [failed]
5: PCAModelBuilderWithSelfAdjointEigenSolverTest:       - pc error(5.24711e+09) exceeds threshold (150)!
5: PCAModelBuilderWithSelfAdjointEigenSolverTest:       comparing variances...          [failed]
5: PCAModelBuilderWithSelfAdjointEigenSolverTest:       - variance error(1.07573e+17) exceeds threshold (250)!

Here it's working (although not always since the threshold is 250, but it sometimes goes up to ~400)

git checkout b1a69864e1fcc51aa022a0404c7b5e06a8f63e67 && make -j $(nproc) && ctest -R PCAModelBuilderWithSelfAdjointEigenSolverTest -VV

Output:

5: PCAModelBuilderWithSelfAdjointEigenSolverTest:       comparing principal components...  (0.000409 sec)                       [passed]
5: PCAModelBuilderWithSelfAdjointEigenSolverTest:       comparing variances...  (0.000415 sec)                          [passed]

I have not yet had a look at what exactly causes the difference in PCA-variance vectors and samples to be so big between the Jacobi and the SelfAdjointEigenSolver models.

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

No branches or pull requests

1 participant