]> gitweb.michael.orlitzky.com - sage.d.git/blobdiff - mjo/cone/permutation_invariant.py
mjo/**/*.py: drop obsolete set_random_seed().
[sage.d.git] / mjo / cone / permutation_invariant.py
index faa39f76fbe9072c54f1ff29cebb563d1e8524cb..d0715867a35770470cb47c384d3b84656d012a2c 100644 (file)
@@ -65,7 +65,6 @@ def is_permutation_invariant(K):
 
     As is the nonnegative orthant::
 
-        sage: set_random_seed()
         sage: K = nonnegative_orthant(ZZ.random_element(5))
         sage: is_permutation_invariant(K)
         True