Skip to content

Commit

Permalink
Bugfix make_dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
raphtown authored Feb 2, 2021
1 parent 673d4d2 commit 7f2ab96
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions atom3d/datasets/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ def main(input_dir, output_lmdb, filetype, score_path, serialization_format):

dataset = da.load_dataset(file_list, filetype)
da.make_lmdb_dataset(
dataset, output_lmdb, filetype,
serialization_format=serialization_format)
dataset, output_lmdb, serialization_format=serialization_format)


if __name__ == "__main__":
Expand Down

0 comments on commit 7f2ab96

Please sign in to comment.