Commit 664cb92
committed
fix: relax orthonormality tolerance to 1e-3
The 1e-5 tolerance was too tight and rejected rotation matrices
constructed from rounded values (e.g. Matlab output with 4 decimal
places), causing testSimilarity3 failures.1 parent e86e2bf commit 664cb92
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments