Re: [Numpy-discussion] Changeset 6729

2009-03-27 Thread Charles R Harris
2009/3/27 Stéfan van der Walt > Hi Chuck > > 2009/3/27 Charles R Harris : > > Also, the test is buggy. > > Could you be a bit more specific? Which test, what is the problem, > what would you like to see? > I fixed it. You used assert_equal instead of assert_array_equal which caused the axis tes

Re: [Numpy-discussion] Changeset 6729

2009-03-27 Thread Stéfan van der Walt
Hi Chuck 2009/3/27 Charles R Harris : > Also, the test is buggy. Could you be a bit more specific? Which test, what is the problem, what would you like to see? Cheers Stéfan ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://mail.scip

Re: [Numpy-discussion] Changeset 6729

2009-03-26 Thread Charles R Harris
On Thu, Mar 26, 2009 at 8:56 PM, Charles R Harris wrote: > Hi Stephan, > > You can actually change these functions to use fmax.reduce/fmin.reduce and > get about a 50% speedup. > Also, the test is buggy. Chuck ___ Numpy-discussion mailing list Numpy-d

Re: [Numpy-discussion] Changeset 6729

2009-03-26 Thread Charles R Harris
Hi Stephan, You can actually change these functions to use fmax.reduce/fmin.reduce and get about a 50% speedup. Chuck ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion