]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - dunshire/matrices.py
Enable doctest ELLIPSIS in a few modules.
[dunshire.git] / dunshire / matrices.py
index 29c5867aabe544f768a1b1ce3862f14c0a316712..94f841d39f888392624077afd12bcdcb7e0c3c19 100644 (file)
@@ -422,10 +422,6 @@ def condition_number(mat):
     Examples
     --------
 
-    >>> condition_number(identity(1, typecode='d'))
-    1.0
-    >>> condition_number(identity(2, typecode='d'))
-    1.0
     >>> condition_number(identity(3, typecode='d'))
     1.0