Skip to content

Commit

Permalink
chore: Remove sqlite_vec assertion in test_online_retrieval.py (feast…
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscojavierarceo authored Sep 27, 2024
1 parent 0390d8a commit 6adc157
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,6 @@ def test_sqlite_vec_import() -> None:
sqlite_version, vec_version = db.execute(
"select sqlite_version(), vec_version()"
).fetchone()
assert vec_version == "v0.1.1"
print(f"sqlite_version={sqlite_version}, vec_version={vec_version}")

result = db.execute("""
Expand Down

0 comments on commit 6adc157

Please sign in to comment.