Skip to content

Commit

Permalink
Merge pull request #1920 from deepchem/qm9
Browse files Browse the repository at this point in the history
Fixes qm9 molnet type
  • Loading branch information
Bharath Ramsundar committed Jun 24, 2020
2 parents 52f3d33 + b5d6c79 commit 9096263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepchem/molnet/load_function/qm9_datasets.py
Expand Up @@ -47,7 +47,7 @@ def load_qm9(featurizer='CoulombMatrix',
loaded, all_dataset, transformers = deepchem.utils.save.load_dataset_from_disk(
save_folder)
if loaded:
return qm7_tasks, all_dataset, transformers
return qm9_tasks, all_dataset, transformers

if featurizer in ['CoulombMatrix', 'BPSymmetryFunctionInput', 'MP', 'Raw']:
dataset_file = os.path.join(data_dir, "gdb9.sdf")
Expand Down

0 comments on commit 9096263

Please sign in to comment.