Skip to content

Commit

Permalink
chore: temporarily turn off removal of redundancies due to perf
Browse files Browse the repository at this point in the history
  • Loading branch information
ireneisdoomed committed Dec 12, 2023
1 parent fc887f0 commit d3804cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/otg/dataset/l2g_gold_standard.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def from_otg_curation(

return (
OpenTargetsL2GGoldStandard.as_l2g_gold_standard(gold_standard_curation, v2g)
.filter_unique_associations(study_locus_overlap)
# .filter_unique_associations(study_locus_overlap)
.remove_false_negatives(interactions_df)
)

Expand Down

0 comments on commit d3804cc

Please sign in to comment.