[Numpy-discussion] problems with calculating numpy.float64

2007-05-12 Thread michael . stoelzle
Hello out there, i try to run this Python-code snippet after I have imported: import numpy as Numeric import numpy as numpy Numeric.Int = Numeric.int32 Numeric.Float = Numeric.float64 Code: if m < maxN and n < maxN and self.activeWide[m+1, n+1]: try:

[Numpy-discussion] problems with calculating numpy.float64

2007-05-11 Thread michael . stoelzle
Hello out there, i try to run this Python-code snippet after I have imported: import numpy as Numeric import numpy as numpy Numeric.Int = Numeric.int32 Numeric.Float = Numeric.float64 Code: if m < maxN and n < maxN and self.activeWide[m+1, n+1]: try: