You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compute_fourier_basis uses scipy.linalg.eigh assuming the matrix is complex Hermitian or real symmetric. This will lead to incorrect results, if I am not mistaken, when using for example the directed cycle graph (aka directed Ring or Path simple graph).
I am wondering if this is intended, for instance the library only supports filtering on non-directed graphs, or if there's anything else. Thank you in advance for any help!
The text was updated successfully, but these errors were encountered:
compute_fourier_basis
usesscipy.linalg.eigh
assuming the matrix is complex Hermitian or real symmetric. This will lead to incorrect results, if I am not mistaken, when using for example the directed cycle graph (aka directed Ring or Path simple graph).I am wondering if this is intended, for instance the library only supports filtering on non-directed graphs, or if there's anything else. Thank you in advance for any help!
The text was updated successfully, but these errors were encountered: