We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93cecb2 commit c9f95caCopy full SHA for c9f95ca
tests/test_first_true_2d.py
@@ -10,7 +10,7 @@ def test_first_true_2d_a() -> None:
10
assert pos2.tolist() == [0, 1, 2, 0]
11
12
pos1 = first_true_2d(a1, 0)
13
- import ipdb; ipdb.set_trace()
+ # import ipdb; ipdb.set_trace()
14
assert pos1.tolist() == [0, 1, 2, 0, 1]
15
16
0 commit comments