We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce3d5c6 commit 00cf104Copy full SHA for 00cf104
unittest/python/decompositions/sparse/test_Accelerate.py
@@ -32,4 +32,4 @@ def test(SolverType: type):
32
test(eigenpy.AccelerateLDLTSBK)
33
test(eigenpy.AccelerateLDLTTPP)
34
test(eigenpy.AccelerateQR)
35
-# test(eigenpy.AccelerateCholeskyAtA)
+# test(eigenpy.AccelerateCholeskyAtA) # This test is not passing. Seems there is a bug in Eigen with the support of Accelerate.
0 commit comments