Skip to content

Commit

Permalink
Fix outdated argument problem
Browse files Browse the repository at this point in the history
  • Loading branch information
FanwangM committed Mar 10, 2022
1 parent 8865dbe commit 90c30a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion padelpy/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def from_sdf(sdf_file: str,
output_csv=output_csv,
descriptors=descriptors,
fingerprints=fingerprints,
timeout=timeout,
sp_timeout=timeout,
maxruntime=maxruntime,
)
return rows
Expand Down

0 comments on commit 90c30a3

Please sign in to comment.