Skip to content

Commit

Permalink
Fix bug related to prepare_data() method calling
Browse files Browse the repository at this point in the history
  • Loading branch information
fils99 committed Oct 1, 2024
1 parent e112ac2 commit 4af406a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,7 @@ def main():
):
raise RuntimeError("Unable to set the references")

if not vectors_collection_server.prepare_data():
raise RuntimeError("Unable to prepare the data")
vectors_collection_server.prepare_data()

vectors_collection_server.clear_data()

Expand Down

0 comments on commit 4af406a

Please sign in to comment.