Closed 93749b3a-c0a4-47a7-b178-004ba08b0b97 closed 7 years ago
Branch: u/chapoton/6265
Author: Frédéric Chapoton
Branch pushed to git repo; I updated commit sha1. New commits:
716ac65 | trac 6265 fixing doctest |
It doesn't seem like the problem is fixed if you have to use ...
in the doctest. So I'm not sure we should remove the comment, but I haven't looked to deep into this.
Indeed, I also have some doubts. Let us check "needs_info"
The ...
are there to replace huge numbers. Maybe we should keep the top few digits ?
Here is another try, with green bot. I changed the term order so that the Groebner basis has much smaller coefficients. Maybe this should be tested on diverse machines.
maybe this is good enough, I don't know..
Hmm...I'm now not so sure what the point of the doctest is. From the description above it looks more like the minimal integer that is in the ideal is the important point rather than the integers that are part of the binomial generators. I'm cc-ing Simon to see if he has a thought on this. Yet, this was last touched in 2009, so maybe we can just ...
the binomial term integers and be done with it.
Replying to @tscrim:
Hmm...I'm now not so sure what the point of the doctest is. From the description above it looks more like the minimal integer that is in the ideal is the important point rather than the integers that are part of the binomial generators. I'm cc-ing Simon to see if he has a thought on this.
I don't know anything about the theory of d-Gröbner bases. However, from the explanation in the doctest, it seems to me that the integers in the binomial generators do not matter (at least not for the test). It seems to me that the point of the example is to show that
Thanks Simon.
So shall we revert back to 716ac65?
IMHO, the current branch should be just as good. I would rather try to let this in and see if the buildbots of Volker report any failure on apples and oranges.
Okay, then if you break the long line into each of the generators, you can set a positive review on my behalf.
Reviewer: Travis Scrimshaw
Branch pushed to git repo; I updated commit sha1. New commits:
39616a7 | trac 6265 break lines |
ok, done. Thanks. Setting to positive
Changed branch from u/chapoton/6265 to 39616a7
As discussed at #6051. Line 91 of sage/rings/polynomial/toy_d_basis.py needs to be unrandomed when this is fixed.
CC: @malb @tscrim @kedlaya @simon-king-jena
Component: commutative algebra
Author: Frédéric Chapoton
Branch/Commit:
39616a7
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/6265