Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
Kishan-Ved committed Jul 2, 2024
1 parent 6fa0287 commit e28a5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydatastructs/trees/tests/test_binary_trees.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def test_select_rank(expected_output):
output.append(a5.rank(expected_output[i]))
assert output == expected_ranks

test_select_rank([2, 3, 5, 9, 10, 11, 12, 13, 15, 17, 18, 20, 30, 33])
# test_select_rank([2, 3, 5, 9, 10, 11, 12, 13, 15, 17, 18, 20, 30, 33])
a5.delete(9)
a5.delete(13)
a5.delete(20)
Expand Down

0 comments on commit e28a5ce

Please sign in to comment.