-
Notifications
You must be signed in to change notification settings - Fork 9
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
Basis number system swap #205
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #205 +/- ##
==========================================
- Coverage 99.90% 99.90% -0.01%
==========================================
Files 31 31
Lines 3302 3301 -1
==========================================
- Hits 3299 3298 -1
Misses 3 3 ☔ View full report in Codecov by Sentry. |
You were right today, a few things seem to indeed get nicer. Can you also check how much actually breaks with Manifolds.jl downstream? |
In general I can check how well this is described in the docs page about bases and improve that somewhen tomorrow. |
Co-authored-by: Ronny Bergmann <[email protected]>
Sure, I will make another PR to Manifolds.jl with adjustments.
Thanks! |
Besides the type of real coefficients being complex (see point above) this in general looks good to me. |
OK, I've addressed that issue. |
The solution of #204 we discussed today. The code seems to work locally but maybe documentation needs to be updated a bit more.