|
From: Stephan T. <and...@gm...> - 2006-02-08 22:44:24
|
Hi I'm new to Numpy and just stumbled over the following problem in Numpy 0.9.4: array(x**2 for x in range(10)) does not return what one (me) would suspect, i.e. array([x**2 for x in range(10)]) Is this expected behavior? Stephan |