Skip to content

Commit

Permalink
- Delete: Some code that was creating a file which was just being tem…
Browse files Browse the repository at this point in the history
…porarily created for troubleshooting. (#588)
  • Loading branch information
joeflack4 authored Jun 26, 2024
1 parent 8ce3689 commit 5532f09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scripts/lexmatch-sssom-compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ def get_unmapped_df(
new_df['confidence'] = new_df['confidence'].apply(lambda x: x if 0 <= x <= 1 else 0.5) # Replace out of range values with default
new_df['confidence'].fillna(0.5, inplace=True) # Replace NaN with default value

new_df.to_csv("check_me_out.sssom.tsv", sep="\t")
filtered_new_df = filter_redundant_rows(new_df)
return filtered_new_df

Expand Down

0 comments on commit 5532f09

Please sign in to comment.