Skip to content

Commit c9f95ca

Browse files
committed
cleanup
1 parent 93cecb2 commit c9f95ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_first_true_2d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def test_first_true_2d_a() -> None:
1010
assert pos2.tolist() == [0, 1, 2, 0]
1111

1212
pos1 = first_true_2d(a1, 0)
13-
import ipdb; ipdb.set_trace()
13+
# import ipdb; ipdb.set_trace()
1414
assert pos1.tolist() == [0, 1, 2, 0, 1]
1515

1616

0 commit comments

Comments
 (0)