Re: [Numpy-discussion] Benchmarking code

2008-07-23 Thread Alan McIntyre
On Wed, Jul 23, 2008 at 9:40 AM, Stéfan van der Walt <[EMAIL PROTECTED]> wrote: > 2008/7/23 Alan McIntyre <[EMAIL PROTECTED]>: >> There's a function (_test_unique1d_speed) in numpy/lib/arraysetops.py >> that looks to me like it should be in a benchmark suite instead of in >> the library module. Wo

Re: [Numpy-discussion] Benchmarking code

2008-07-23 Thread Stéfan van der Walt
2008/7/23 Alan McIntyre <[EMAIL PROTECTED]>: > There's a function (_test_unique1d_speed) in numpy/lib/arraysetops.py > that looks to me like it should be in a benchmark suite instead of in > the library module. Would anyone mind if I moved it to > numpy/lib/benchmarks? No, please go ahead. Cheer

[Numpy-discussion] Benchmarking code

2008-07-23 Thread Alan McIntyre
There's a function (_test_unique1d_speed) in numpy/lib/arraysetops.py that looks to me like it should be in a benchmark suite instead of in the library module. Would anyone mind if I moved it to numpy/lib/benchmarks? ___ Numpy-discussion mailing list Num