Change behavior of base_ring for UniversalPolyRing#2182
Change behavior of base_ring for UniversalPolyRing#2182SoongNoonien merged 1 commit intoNemocas:masterfrom
base_ring for UniversalPolyRing#2182Conversation
|
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 88.07% 88.07% -0.01%
==========================================
Files 127 127
Lines 31771 31769 -2
==========================================
- Hits 27982 27980 -2
Misses 3789 3789 ☔ 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
Co-authored-by: Max Horn <max@quendi.de>
3a0ec26 to
ac08061
Compare
Co-authored-by: Lars Göttgens <lars.goettgens@rwth-aachen.de>
As mentioned here, I've adjusted the behavior of
base_ringto eliminate more polynomial-specific code in the implementation ofUniversalPolyRingin preparation for #2172.