Skip to content

Commit

Permalink
Update 3_difflinker_sample.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunp2 authored Sep 27, 2023
1 parent b8bca0e commit f73d202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3_difflinker_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# change to the line below to reproduce paper result
# nodes = [i.split('_')[1].split('.sdf')[0] for i in os.listdir('data/conformers') if 'conformers' in i]

for n_atoms in [5]:
for n_atoms in [8]:
# change to the line below to reproduce paper result
# for n_atoms in range(5,11):
print(f'Sampling {n_atoms} atoms...')
Expand Down

0 comments on commit f73d202

Please sign in to comment.