mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
fix rdkit version
This commit is contained in:
parent
f4913c6f02
commit
bd2933d3a5
5 changed files with 16 additions and 16 deletions
|
|
@ -244,7 +244,7 @@ class SMILESGenerator:
|
|||
valid_smiles_set = set()
|
||||
total_attempts_overall = 0
|
||||
|
||||
print(f"Attempting to generate {n} valid SMILES (min_len={self.min_len}, max_len={self.max_len})...")
|
||||
# print(f"Attempting to generate {n} valid SMILES (min_len={self.min_len}, max_len={self.max_len})...")
|
||||
while len(valid_smiles_set) < n:
|
||||
attempts_for_current_smiles = 0
|
||||
generated_this_round = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue