-
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 31771 31769 -2
==========================================
- Hits 27945 27943 -2
Misses 3826 3826 ☔ 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
|
I think this should be good to go now. |
b948499 to
8042af2
Compare
8042af2 to
3a0ec26
Compare
As mentioned here, I've adjusted the behavior of
base_ringto eliminate more polynomial-specific code in the implementation ofUniversalPolyRingin preparation for #2172.