Remove duplicate, close #8

This commit is contained in:
Nicolas P. Rougier
2016-03-09 07:02:08 +01:00
parent f828eaa2fe
commit 275d8e4a29

View File

@@ -313,13 +313,6 @@ Thanks to Michiaki Ariga, there is now a
Z = np.zeros((25,25))
print(Z)
#. How to print all the values of an array ? (★★☆)
.. code-block:: python
np.set_printoptions(threshold=np.nan)
Z = np.zeros((25,25))
print(Z)
#. How to find the closest value (to a given scalar) in an array ? (★★☆)