On Monday 24 July 2006 20:10, Sebastian Haase wrote:
> Hi !
>  Thanks for the reply.
> Did you actually run this ? I get:
> #>>> a=N.arange(10, dtype=N.float32)
> #>>> a.dtype == N.float32
> #True
> #>>> N.__version__
> #'0.9.9.2823'

Hi,

Looks like I need to upgrade my working version or something...

>>> import numpy as N
>>> N.__version__
'0.9.8'
>>> a=N.arange(10, dtype=N.float32)
>>> a.dtype == N.float32
False

Cheers,
Karol

-- 
written by Karol Langner
pon lip 24 20:36:05 CEST 2006

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to