You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sagemathgh-40384: src/sage/geometry/cone.py: speed up a random_cone() test
We have two `random_cone()` tests that test hard-to-reach code paths.
Usually these will run for a long time, until we get lucky. But testing
these code paths does not actually require randomization -- we need only
a random seed that triggers the desired path. This commit combines the
two slow tests, and chooses a random seed (for those tests only) that
makes them succeed quickly.
URL: sagemath#40384
Reported by: Michael Orlitzky
Reviewer(s):
0 commit comments