Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
melissa-pan committed Nov 15, 2024
1 parent 4b25cec commit b786163
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lotus/sem_ops/sem_join.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,6 @@ def run_sem_sim_join(
right_on=col2_label,
K=K,
keep_index=True)

out['_scores'].to_csv("raw_helper_join.csv")

# Correct helper scores
out['_scores'] = calibrate_sem_sim_join(out['_scores'].tolist())
Expand Down

0 comments on commit b786163

Please sign in to comment.