Updates:
Status: Accepted
Labels: -Quantum Documentation
Comment #3 on issue 2675 by asmeurer: Deprecated functions used in quantum
tests
http://code.google.com/p/sympy/issues/detail?id=2675
There's also a problem with the doctests:
sympy/doc/src/modules/logic.txt
[15]
[OK]
/Users/aaronmeurer/Documents/python/sympy/sympy/sympy/matrices/matrices.py:2707:
DeprecationWarning:
pass row and column as zeros(2, 5)
warnings.warn("pass row and column as zeros(%i, %i)" % dims[0],
DeprecationWarning)
/Users/aaronmeurer/Documents/python/sympy/sympy/sympy/matrices/matrices.py:2720:
DeprecationWarning:
pass row and column as ones(1, 3)
warnings.warn("pass row and column as ones(%i, %i)" % dims[0],
DeprecationWarning)
/Users/aaronmeurer/Documents/python/sympy/sympy/sympy/matrices/matrices.py:2707:
DeprecationWarning:
pass row and column as zeros(3, 4)
warnings.warn("pass row and column as zeros(%i, %i)" % dims[0],
DeprecationWarning)
/Users/aaronmeurer/Documents/python/sympy/sympy/sympy/matrices/matrices.py:2707:
DeprecationWarning:
pass row and column as zeros(4, 3)
warnings.warn("pass row and column as zeros(%i, %i)" % dims[0],
DeprecationWarning)
sympy/doc/src/modules/matrices.txt
[99]
[OK]
sympy/doc/src/modules/polys/basics.txt
[54]
[OK]
*** DocTestRunner.merge: 'index.txt' in both testers; summing outcomes.
sympy/doc/src/modules/polys/wester.txt
[59]
[OK]
sympy/doc/src/modules/printing.txt
[24]
[OK]
sympy/doc/src/modules/rewriting.txt
[15]
[OK]
sympy/doc/src/modules/series.txt
[7]
[OK]
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sympy-issues?hl=en.