[sympy] Printing in secondquant is broken

2012-01-06 Thread Matt Habel
For many of the classes in secondquant dealing with state they will not print. Most of them are because of not having a variable lbracket or rbracket. The __str__ method in the common superclass FockState uses these variables to represent it. I have no clue what this means, but I am working on

[sympy] Import combinatorics in __init__

2011-12-11 Thread Matt Habel
So, I was doing a GCI task that involved cleaning up doctests in combinatorics, and I thought, why isn't this imported initially? So, I imported it, ran timeit tests with and without it being imported, and the difference is only about .04-.05 seconds (.36 - ~.4). What do you think about keeping it

[sympy] Module debugging with pyflakes

2011-11-21 Thread Matt Habel
Hi there mentors and others of this project, I am just following up on my task claim from earlier today. As stated, I need to find a good module to work on, would the functions module be okay? Also, what kind of errors are skippable? Thanks -- You received this message because you are

[sympy] Re: Module debugging with pyflakes

2011-11-21 Thread Matt Habel
I started working on functions and noticed it was smaller than it looked. So could I add in some other smaller modules? I'm thinking of core, assumptions, concrete, combinatorics, integrals, logic, matrices, series and printing. On Nov 21, 4:20 pm, Matt Habel habel...@gmail.com wrote: Hi

[sympy] Re: Module debugging with pyflakes

2011-11-21 Thread Matt Habel
(but if you choose pylint, ignore the invalid name and too many... warnings). Aaron Meurer On Mon, Nov 21, 2011 at 2:20 PM, Matt Habel habel...@gmail.com wrote: Hi there mentors and others of this project, I am just following up on my task claim from earlier today. As stated, I need

[sympy] Re: Module debugging with pyflakes

2011-11-21 Thread Matt Habel
/coverage_report.py script (I think we also have some tasks for this too). Aaron Meurer On Mon, Nov 21, 2011 at 3:01 PM, Matt Habel habel...@gmail.com wrote: Pylint is giving me a buttload of errors that don't really seem like errors. The tests run and pass fine, so I really can't figure

[sympy] Re: Module debugging with pyflakes

2011-11-21 Thread Matt Habel
there, then they should be removed. If you're asking if you should run the tests when you're done, then the answer is also yes, because you need to verify that you didn't mess anything up. So, either way, the answer is yes. Aaron Meurer On Mon, Nov 21, 2011 at 3:54 PM, Matt Habel habel...@gmail.com