Status: Accepted
Owner: asmeurer
CC: smi...@gmail.com
Labels: Type-Defect Priority-Medium Quantum Matrices Milestone-Release0.7.2

New issue 2675 by asmeurer: Deprecated functions used in quantum tests
http://code.google.com/p/sympy/issues/detail?id=2675

I noticed there are some deprecation warnings printed in the quantum tests (from sympy-bot):

sympy/physics/quantum/tests/test_gate.py[25] .............../private/var/folders/wc/dppcpmxs1tlb36nqcw853wkm0000gn/T/sympy-bot-tmpesfd1s/sympy/sympy/matrices/matrices.py:2707: DeprecationWarning: pass row and column as zeros(2, 2) warnings.warn("pass row and column as zeros(%i, %i)" % dims[0], DeprecationWarning) ./private/var/folders/wc/dppcpmxs1tlb36nqcw853wkm0000gn/T/sympy-bot-tmpesfd1s/sympy/sympy/matrices/matrices.py:2707: DeprecationWarning: pass row and column as zeros(4, 4) warnings.warn("pass row and column as zeros(%i, %i)" % dims[0], DeprecationWarning)
.........      [OK]

I think you have to use Python 2.5 to see them, or else manually turn on warnings with "python -dW".

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to