In <bad9ac66-38aa-4445-a486-6df0e9c77...@googlegroups.com> fl 
<rxjw...@gmail.com> writes:

> correctly. Could you see something useful with variable 'sz'?

'sz' is fewer characters than '(n_iter,)', which may make your code easier
to read.

The np.zeros() function explicitly accepts an 'int or sequence of ints',
so you don't specifically need a sequence.  Is the same true for the
'size' keyword argument of np.random.normal()?

-- 
John Gordon                   A is for Amy, who fell down the stairs
gor...@panix.com              B is for Basil, assaulted by bears
                                -- Edward Gorey, "The Gashlycrumb Tinies"

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to