Re: Various improvements for physics/secondquant.py

2010-03-04 Thread Aaron S. Meurer
I pushed in the branch that was up at fix_wick2 at git://github.com/jegerjensen/sympy.git, so if anything is not in, it is because it was not there. Aaron Meurer On Mar 4, 2010, at 2:02 PM, Ondrej Certik wrote: On Thu, Mar 4, 2010 at 12:51 PM, Vinzent Steinberg

Re: review of Chris' 1766

2010-03-04 Thread Vinzent Steinberg
2010/3/4 Ondrej Certik ond...@certik.cz: $ ./setup.py test Traceback (most recent call last):  File ./setup.py, line 33, in module    import sympy  File /home/ondrej/repos/sympy/sympy/__init__.py, line 29, in module    from concrete import *  File

Re: review of Chris' 1766

2010-03-04 Thread smichr
OK, let's try again...it's repushed and no failures show here. I am, however, trying to track down something that showed up in the polynomial decomposition question that I posed recently. ### t = -sqrt(2)*(1-sqrt(2)) print sqrt(t).is_real == sqrt(t.expand()).is_real ### This is False for reasons