Hi! The following bug was marked as fixed, but I believe the current fix is incomplete: http://scipy.org/scipy/numpy/ticket/791 This issue seemed to not only affect std and var, but also clip and imag. For the example code given at the link the following code gives the wrong results: dat.clip(2,7).info # produces '' dat.imag.info # produces '' Let me know if I can provide any additional info that may help fixing this bug! Best, Christoph Weidemann
Hello again! I re-opened the ticket for the original bug at: http://scipy.org/scipy/numpy/ticket/791 Travis Oliphant fixed the bug for std and var in this changeset: http://scipy.org/scipy/numpy/changeset/5160 I'm hoping the same fix can be applied to clip and imag. Could somebody who knows this part of the code please take a look? Thanks! CTW On Tue, Jun 3, 2008 at 7:29 AM, I wrote:
Hi!
The following bug was marked as fixed, but I believe the current fix is incomplete: http://scipy.org/scipy/numpy/ticket/791
This issue seemed to not only affect std and var, but also clip and imag. For the example code given at the link the following code gives the wrong results:
dat.clip(2,7).info # produces '' dat.imag.info # produces ''
Let me know if I can provide any additional info that may help fixing this bug!
Best, Christoph Weidemann
Christoph T. Weidemann wrote:
Hello again!
I re-opened the ticket for the original bug at: http://scipy.org/scipy/numpy/ticket/791
Travis Oliphant fixed the bug for std and var in this changeset: http://scipy.org/scipy/numpy/changeset/5160
I'm hoping the same fix can be applied to clip and imag. Could somebody who knows this part of the code please take a look?
Try it now. It should be fixed in SVN. There are probably other attributes that have this kind of failure as well. If you could isolate them all that would be great. -Travis
participants (2)
-
Christoph T. Weidemann -
Travis E. Oliphant