Remove duplicate, close #8
This commit is contained in:
@@ -313,13 +313,6 @@ Thanks to Michiaki Ariga, there is now a
|
|||||||
Z = np.zeros((25,25))
|
Z = np.zeros((25,25))
|
||||||
print(Z)
|
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 ? (★★☆)
|
#. How to find the closest value (to a given scalar) in an array ? (★★☆)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user