mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
fix tests, KNN/rowids in
This commit is contained in:
parent
4cb891a0b2
commit
8369dfe72d
2 changed files with 29 additions and 8 deletions
|
|
@ -1420,7 +1420,6 @@ def test_vec0_point():
|
|||
assert execute_all(db, "select * from t2 where id = 'xxx'") == []
|
||||
|
||||
|
||||
# @pytest.mark.skip(reason="TODO failing locally for some reason")
|
||||
def test_vec0_text_pk():
|
||||
db = connect(EXT_PATH)
|
||||
db.execute(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue