Skip to content

Commit

Permalink
Merge branch 'mol_opt' of https://github.com/YerevaNN/ChemLactica int…
Browse files Browse the repository at this point in the history
…o mol_opt
  • Loading branch information
philippguevorguian committed May 22, 2024
2 parents 1306842 + 800278b commit d9f85d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chemlactica/mol_opt/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def add(self, entries: List, diversity_score=1.r9):
insert = True
for e in new_optim_entries:
if (
entry == e
entry.last_entry == e.last_entry
or tanimoto_dist_func(
entry.last_entry.fingerprint, e.last_entry.fingerprint
)
Expand Down

0 comments on commit d9f85d1

Please sign in to comment.