rougier / from-python-to-numpy

An open-access book on numpy vectorization techniques, Nicolas P. Rougier, 2017
http://www.labri.fr/perso/nrougier/from-python-to-numpy
Other
2.05k stars 340 forks source link

Syntax error on 3.3 #60

Closed ssantic closed 7 years ago

ssantic commented 7 years ago

In section 3.1, in the example on using .base for checking whether an object is a view or a copy of the original, there is a syntax error:

Z = np.random.uniform(0,1,(5,,5))

This isn't present in the repository, but for some reason is still present in the text on the book website.

rougier commented 7 years ago

Thanks. Most probably I didn't update the html build.

rougier commented 7 years ago

Should be corrected by now.