Skip to content

Commit 3549d8c

Browse files
committed
fix readme typo
1 parent f4b5eff commit 3549d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ smiles_list, property_np_array = load_qm9(local_dir='torchmol_data')
9090
# len(smiles_list): 133885
9191
# Property array shape: (133885, 1)
9292

93-
# load_qm9 returns the target "gas" by default, but you can adjust it by passing new target_cols
93+
# load_qm9 returns the target "gap" by default, but you can adjust it by passing new target_cols
9494
target_cols = ['homo', 'lumo', 'gap']
9595
smiles_list, property_np_array = load_qm9(local_dir='torchmol_data', target_cols=target_cols)
9696
```

0 commit comments

Comments
 (0)