We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4032847 commit a3bddb9Copy full SHA for a3bddb9
ms2query/ms2query_library.py
@@ -226,7 +226,7 @@ def analogue_search(
226
"""
227
top_compounds = self.query_compounds_by_spectra(spectra)
228
# TODO: implement analogue search logic here
229
- return top_compounds.drop_duplicated("query_ix")
+ return top_compounds.drop_duplicates("query_ix")
230
231
232
# ----------------------------- helpers / optional glue -----------------------------
0 commit comments