New hint for question 96

This commit is contained in:
kuzand
2018-11-02 15:57:57 +02:00
committed by GitHub
parent 90f676235a
commit 03b1a408f5

View File

@@ -606,7 +606,7 @@ np.sqrt(-1) == np.emath.sqrt(-1)
#### 96. Given a two dimensional array, how to extract unique rows? (★★★)
(**hint**: np.ascontiguousarray)
(**hint**: np.ascontiguousarray | np.unique)