Skip to content

Commit

Permalink
remove set_trace
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Feb 18, 2024
1 parent b0468e4 commit bc6a47b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def test_add_column_no_lmm(small_ds):

def test_search(small_ds_with_index):
results = small_ds_with_index.search("test", top_k=1)
pytest.set_trace()
assert len(results) == 1


Expand Down

0 comments on commit bc6a47b

Please sign in to comment.