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

Fix defaults on Grassmann #592

Merged
merged 3 commits into from
Apr 13, 2023
Merged

Fix defaults on Grassmann #592

merged 3 commits into from
Apr 13, 2023

Conversation

kellertuer
Copy link
Member

@kellertuer kellertuer commented Apr 12, 2023

Main reason – it defaulted to exp/parallel transport, which do not exist in Stiefel representation.

@codecov
Copy link

codecov bot commented Apr 12, 2023

Codecov Report

Merging #592 (51c8498) into master (8f9a6e7) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #592   +/-   ##
=======================================
  Coverage   98.90%   98.90%           
=======================================
  Files          98       98           
  Lines        9894     9897    +3     
=======================================
+ Hits         9786     9789    +3     
  Misses        108      108           
Impacted Files Coverage Δ
src/manifolds/Grassmann.jl 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@mateuszbaran
Copy link
Member

Good idea. Manopt tests are failing because it defines copy(::NONMUTATINGMANIFOLDS, p) = p somehow -- it needs to be removed.

@kellertuer
Copy link
Member Author

That is also done in the same branch linked above.

@kellertuer
Copy link
Member Author

Ah I will document the new defaults for sure so they should up in the docs.

@kellertuer kellertuer added the Ready-for-Review A label for pull requests that are feature-ready label Apr 12, 2023
@kellertuer kellertuer merged commit 8ccd5d8 into master Apr 13, 2023
@kellertuer kellertuer deleted the kellertuer/grassmann-defaults branch May 4, 2024 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready-for-Review A label for pull requests that are feature-ready
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants