22 Jun
2007
22 Jun
'07
8:19 a.m.
Hi, I was wondering if the numpy function 'isinf' should return True for complex infinity. I encountered the following behavior that could be considered a bug:
import numpy as N N.isinf(1j*N.inf) True
1j/(N.array(1)-1) (nannanj) N.isinf(1j/(N.array(1)-1)) False
1j/(N.array([1])-1) array([ nan +nanj]) N.isinf(1j/(N.array([1])-1)) array([False], dtype=bool)
Thanks, Kilian -- Kilian Koepsell Redwood Center for Theoretical Neuroscience Helen Wills Neuroscience Institute, UC Berkeley 132 Barker Hall, #3190, Berkeley, CA 94720-3190
6397
Age (days ago)
6397
Last active (days ago)
0 comments
1 participants
participants (1)
-
Kilian Koepsell