Skip to content

Commit

Permalink
fix types in searches query parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
eloyfelix committed Jan 15, 2025
1 parent 926bf45 commit 2c60082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FPSim2/FPSim2.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def _parallel(

def _search(
self,
query: Union[str, ExplicitBitVect],
query: Union[str, ExplicitBitVect, Chem.Mol],
search_type: str = "similarity",
metric: str = "tanimoto",
threshold: float = None,
Expand Down

0 comments on commit 2c60082

Please sign in to comment.