Make arith doctests ready for random seeds
Closed this issue · 17 comments
This ticket makes
sage -t --long --random-seed=n src/sage/arith/
pass for different values n than just 0.
Depends on #29962
Component: doctest framework
Author: Jonathan Kliem
Branch/Commit: 99b1ca1
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/29970
Branch: public/29970
Author: Jonathan Kliem
Merge conflict.
I also need to go through it again and check I respected the design decision in #29935.
Changed branch from public/29970 to public/29970-reb
Branch pushed to git repo; I updated commit sha1. New commits:
c8d01b9 | respect desing decisions in src/sage/arith/misc.py |
There is probably a better way to fix the tests in src/sage/arith/multi_modular.pyx, but I don't understand what is going on and from the documentation it is not clear to me what MultiModularBasis_base(height) is supposed to return.
Setting new milestone based on a cursory review of ticket status, priority, and last modification date.
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
99b1ca1 | make arith ready for random doctesting |
Reviewer: Dima Pasechnik
lgtm
Changed branch from public/29970-reb to 99b1ca1