X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo%2Fmatrix_algebra.py;h=bc46c2a67c5dacb69387592d3593ecfd29123779;hb=928b7d49fda98ff105c92293b5797bb7a2b9873a;hp=69d9aebcabfd566bf95b797ec20444629c62c14f;hpb=d2136d7696349ee48790818ed3927cbd9464e342;p=sage.d.git diff --git a/mjo/matrix_algebra.py b/mjo/matrix_algebra.py index 69d9aeb..bc46c2a 100644 --- a/mjo/matrix_algebra.py +++ b/mjo/matrix_algebra.py @@ -148,7 +148,6 @@ class MatrixAlgebraElement(IndexedFreeModuleElement): TESTS:: - sage: set_random_seed() sage: entries = QuaternionAlgebra(QQ,-1,-1) sage: M = MatrixAlgebra(3, entries, QQ) sage: M.random_element().matrix_space() == M