Skip to content

Commit a3bddb9

Browse files
committed
fix
1 parent 4032847 commit a3bddb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ms2query/ms2query_library.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def analogue_search(
226226
"""
227227
top_compounds = self.query_compounds_by_spectra(spectra)
228228
# TODO: implement analogue search logic here
229-
return top_compounds.drop_duplicated("query_ix")
229+
return top_compounds.drop_duplicates("query_ix")
230230

231231

232232
# ----------------------------- helpers / optional glue -----------------------------

0 commit comments

Comments
 (0)