Make plot doctests ready for random seeds
Closed this issue · 14 comments
kliem commented
This ticket makes
sage -t --long --random-seed=n src/sage/plot/
pass for different values n than just 0.
This was already taken care of by #30176.
Component: doctest framework
Reviewer: Dave Morris
Issue created by migration from https://trac.sagemath.org/ticket/29986
kliem commented
Author: Jonathan Kliem
kliem commented
Branch: public/29986
kliem commented
kliem commented
comment:2
Merge conflict.
I also need to go through it again and check I respected the design decision in #29935.
kliem commented
comment:4
It appears that without a solution to #29954, this task might be infeasible (unless you want to mark every single doctest counting the graphic primitives as known bug).
DaveWitteMorris commented
Reviewer: Dave Morris
DaveWitteMorris commented
kliem commented
Changed author from Jonathan Kliem to none
kliem commented
comment:6
Agreed.
kliem commented
Description changed:
---
+++
@@ -5,3 +5,4 @@
```
pass for different values `n` than just `0`.
+This was already taken care of by #30176.kliem commented
Changed branch from public/29986 to none