Skip to content

Commit

Permalink
Removing the stopJVM line
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis-Mozart committed Feb 19, 2025
1 parent c9eae8c commit 3805a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/retrieval_eval_under_incomplete.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def execute(args):

print(final_df.head())
print(f"Results have been saved to {final_csv_path}")
stopJVM()
# stopJVM()
return avg_jaccard_reasoners


Expand Down

0 comments on commit 3805a82

Please sign in to comment.