Closed irskep closed 11 years ago
Recommend you write a function zeros that aliases to np.zeros if numpy is present and a list thingy if not.
zeros
np.zeros
Assigning this to you because I don't actually know what np.zeros does.
:shipit:
Recommend you write a function
zeros
that aliases tonp.zeros
if numpy is present and a list thingy if not.Assigning this to you because I don't actually know what
np.zeros
does.