From bc6a47bfbc87791e98c78b8b500df14e2e921d91 Mon Sep 17 00:00:00 2001 From: Dillon Laird Date: Sat, 17 Feb 2024 17:48:06 -0800 Subject: [PATCH] remove set_trace --- tests/test_data.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_data.py b/tests/test_data.py index 3bca716c..813d165a 100644 --- a/tests/test_data.py +++ b/tests/test_data.py @@ -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