-
Notifications
You must be signed in to change notification settings - Fork 126
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
Update exterior_algebra
#4093
Update exterior_algebra
#4093
Conversation
- unify functions for coefficient field and ring (while still using singular in the former case) - use `@varnames_interface` - re-structure tests
36c9957
to
e74b92e
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4093 +/- ##
==========================================
- Coverage 84.69% 84.69% -0.01%
==========================================
Files 614 614
Lines 83568 83568
==========================================
- Hits 70780 70776 -4
- Misses 12788 12792 +4
|
Can we merge this in the meantime, even though the implementation in #4097 seems superior? This PR contains some small improvements that @HechtiDerLachs could then use in the user-facing constructors in #4097 as well |
Could we decide on @lgoettgens question (merge or leave it out) at triage? |
@HechtiDerLachs is fine with this, no complaints in triage |
See the commit messages for more details to the changes.
This does not change anything large, just unifies and cleans up a bit.