-
Notifications
You must be signed in to change notification settings - Fork 71
Change behavior of base_ring
for UniversalPolyRing
#2182
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
base: master
Are you sure you want to change the base?
Conversation
Ok, I forgot to replace all original occurrences of |
04536d9
to
2e0dfb9
Compare
I noticed that things like |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2182 +/- ##
==========================================
- Coverage 87.95% 87.95% -0.01%
==========================================
Files 127 127
Lines 31791 31789 -2
==========================================
- Hits 27961 27959 -2
Misses 3830 3830 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
The error seem to be related to the serialization in Oscar. To obtain the type of the coefficients of a given universal polynomial |
It is still failing because I overlooked some occurrences of |
The tests are still failing... The experimental action polynomial rings of Oscar which use universal polynomial rings seem to be the issue. I've isolated the respective use of |
Has a merge conflict now. We had a look, the OSCAR booktest error is due to GenericCharactertables, @SoongNoonien is work on it. |
6b39cac
to
653f220
Compare
As mentioned here, I've adjusted the behavior of
base_ring
to eliminate more polynomial-specific code in the implementation ofUniversalPolyRing
in preparation for #2172.