On Mon, Feb 14, 2011 at 9:32 PM, smichr <[email protected]> wrote: > I get these failures in master: > > > > ________________________________________________________________________________ > > ________ sympy\physics\quantum\tests > \test_innerproduct.py:test_printing ________ > > File "c:\documents and settings\chris\sympy\sympy\physics\quantum > \tests\test_i > nnerproduct.py", line 76, in test_printing > assert pretty(ip) == u'\u27e8\u03c8\u2758\u03c8\u27e9' > AssertionError > > ________________________________________________________________________________ > > ___________ sympy\physics\quantum\tests > \test_state.py:test_printing ____________ > > File "c:\documents and settings\chris\sympy\sympy\physics\quantum > \tests\test_s > tate.py", line 132, in test_printing > assert pretty(psi) == u'\u2758\u03c8\u27e9' > AssertionError
Would you mind inserting a print statement just before it fails to see what "psi" contains? Do you have pretty printing enabled or disabled at your computer? Ondrej -- You received this message because you are subscribed to the Google Groups "sympy" 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?hl=en.
