Extend // to create total_ring_of_fractions if necessary#2410
Extend // to create total_ring_of_fractions if necessary#2410JohnAAbbott wants to merge 7 commits into
Conversation
|
This is proving a little trickier than anticipated: some tests create, e.g., |
I think that is the way to go. I would probably just do the minimal number of changes to make the tests pass. Should hopefully not be too many. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2410 +/- ##
==========================================
- Coverage 88.13% 88.13% -0.01%
==========================================
Files 130 130
Lines 32948 32970 +22
==========================================
+ Hits 29038 29057 +19
- Misses 3910 3913 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
It's looking better now. What do you think @thofma ? |
|
I believe this is now ready. @thofma? |
|
Looks good, thanks. As it turns out, Oscar has the type hardcoded, which is breaking Oscar: https://github.com/oscar-system/Oscar.jl/blob/master/src/Rings/mpoly-localization_types.jl#L367 So the type will hold elements of a fraction field of One simple fix would be to use |
First prototype.
Quick test: