Skip to content

Commit

Permalink
Update prepare_data_from_sdf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunp2 authored Sep 18, 2023
1 parent 28f8330 commit 2fde249
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/prepare_data_from_sdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@

def prepare_sdf(sdf_path: str=None, output_path: str=None, no_filters: bool=False, verbose: bool=False):
# Parse args
# args = docopt(__doc__)
args = docopt(__doc__)
print(args)
# sdf_path = args.get('--sdf_path')
# output_path = args.get('--output_path')
# no_filters = args.get('--no_filters')
Expand Down

0 comments on commit 2fde249

Please sign in to comment.