SAFE icon indicating copy to clipboard operation
SAFE copied to clipboard

No count_func table in the AMD64PostgreSQL.db

Open linzqin opened this issue 2 years ago • 0 comments

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_func

Then 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 validation

linzqin avatar Jan 04 '23 13:01 linzqin