Commit c14af90
committed
Fix for arc transforms -- use eigh instead of eig
We're computing eigenvectors/eigenvalues on real symmetric matrices
so we should use the Hermitian form (np.linalg.eigh),
which is guaranteed to return real eigenvectors/eigenvalues.1 parent bb54e6b commit c14af90
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
330 | | - | |
| 330 | + | |
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
| |||
0 commit comments