Update 100_Numpy_exercises.md
This commit is contained in:
parent
5b18530d79
commit
90f676235a
@ -1158,7 +1158,7 @@ uZ = Z[idx]
|
|||||||
print(uZ)
|
print(uZ)
|
||||||
|
|
||||||
# Author: Andreas Kouzelis
|
# Author: Andreas Kouzelis
|
||||||
# For NumPy >= 1.13
|
# NumPy >= 1.13
|
||||||
uZ = np.unique(Z, axis=0)
|
uZ = np.unique(Z, axis=0)
|
||||||
print(uZ)
|
print(uZ)
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user