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
Thanks! In general, I would suggest closing issues from a PR (just put closes #39 in the description of the PR), or at least from commits (put closes #39 in the commit message) if you are pushing the commits directly.
Just wrap all tests in
and maybe add some type assertions like
eigvals(A)::Vector{Complex{T}} ≈ [....]
The text was updated successfully, but these errors were encountered: