Issue 1098 Patch

2009-04-05 Thread Luke
So this was my first patch, I hope I did everything correctly.  I added tests for issue 1098 to make sure that (x * m/s).integrate((x, 1*s, 5*s)) == integrate(x*m/s,(x, 1*s, 5*s)) On my first commit I accidentally left some extra print statements in the test_units.py, so I created another commit

Re: Issue 1098 Patch

2009-04-05 Thread Ondrej Certik
On Sun, Apr 5, 2009 at 1:57 PM, Luke hazelnu...@gmail.com wrote: So this was my first patch, I hope I did everything correctly.  I added tests for issue 1098 to make sure that (x * m/s).integrate((x, 1*s, 5*s)) == integrate(x*m/s,(x, 1*s, 5*s)) On my first commit I accidentally left some