|
From: Pearu P. <pe...@sc...> - 2006-02-10 11:29:28
|
Hi, While converting some Numeric based code to numpy, I noticed that in Numeric array([None])==None returns array([1]) while in numpy it returns False. Is this expected behaviour or a bug? Pearu |