Skip to content

Commit c791189

Browse files
committed
Update duplicate test docstring
1 parent b944232 commit c791189

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_morphsqueeze.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ def test_squeeze_warnings(user_filesystem, squeeze_coeffs, x_morph):
284284
@pytest.mark.parametrize(
285285
"x_sampled",
286286
[
287+
# Expected output: all repeated datapoints are removed
287288
# Test one duplicate per number
288289
np.array([0, 0, 1, 1, 2, 2, 3, 3]),
289290
# Test more than one duplicates per number

0 commit comments

Comments
 (0)