-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
When I wanted to do a search evaluation, I run python EvaluateSearchEngine.py and found the following error reported.
File "EvaluateSearchEngine.py", line 54, in find_target_fcn
q = cur.execute("SELECT num FROM count_func WHERE file_name='{}' and function_name='{}'".format(fi_name,f_name))
sqlite3.OperationalError: no such table: count_funcThen I go into AMD64PostgreSQL.db and check it, I find that there is no count_func table in the database, but only the following tables
sqlite> .tables
filtered_functions safe_embeddings train
functions test validationReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels