Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove some pirated methods for the symmetric eigenvalue problem. #142

Merged
merged 2 commits into from
Oct 27, 2024

Conversation

andreasnoack
Copy link
Member

They don't seem to be needed anymore and avoid an ambiguity introduced by Julia 1.11. Also, sort the eigenvalues of the symmetric problem when nothing is passed.

Fixes #141

Copy link

codecov bot commented Oct 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.10%. Comparing base (d766949) to head (79c8b7f).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #142   +/-   ##
=======================================
  Coverage   96.10%   96.10%           
=======================================
  Files          11       11           
  Lines        1645     1645           
=======================================
  Hits         1581     1581           
  Misses         64       64           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

They don't seem to be needed anymore and avoid an ambiguity introduced
by Julia 1.11. Also, sort the eigenvalues of the symmetric problem
when nothing is passed.
@andreasnoack andreasnoack merged commit 2b7bd49 into master Oct 27, 2024
8 checks passed
@andreasnoack andreasnoack deleted the an/julai111 branch October 27, 2024 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Method ambiguity in eigen with Julia 1.11
1 participant