Mark Pfeiffer writes: > Just one more issue. I am noticing that I have to run > uniqvec() over my piddle around 5 times on average before > it is actually unique! > ... > I think the issue is in qsortvec() as I can get > uniqvec() to work if I do 4 qsortvec()'s on the > piddle before handing it to uniqvec(). > > After a quick look at the code in ufunc.pd I > realised I'm not up to hacking on any this at > the moment :-(
Nor me. The bug has been entered in the the Bug database at www.sourceforge.net/projects/pdl along with a test case. Thanks for reporting the problem. It is helpful if you could include with future reports: 1. PDL version information 2. A small test case showing the problem. The test case is useful to reproduce the problem for debugging and can be added to the test suite to verify the fix. Happpy PDL-ing! --Chris
_______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
