Skip to content

Commit 03b1a40

Browse files
authored
New hint for question 96
1 parent 90f6762 commit 03b1a40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

100_Numpy_exercises_with_hint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ np.sqrt(-1) == np.emath.sqrt(-1)
606606

607607
#### 96. Given a two dimensional array, how to extract unique rows? (★★★)
608608

609-
(**hint**: np.ascontiguousarray)
609+
(**hint**: np.ascontiguousarray | np.unique)
610610

611611

612612

0 commit comments

Comments
 (0)