Skip to content

Commit

Permalink
[ANTBO]: remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
AntGro committed Aug 8, 2023
1 parent 5702186 commit c888b3a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions AntBO/bo/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,6 @@ def log(self, message: str, end: Optional[str] = None):
print(f"Starting Trial {t + 1} for antigen {antigen}")
config_['bbox']['antigen'] = antigen

_save_dir = os.path.join(
config_['save_path'],
f"antigen_{antigen}_kernel_{config_['kernel_type']}_seed_{seeds[t]}_cdr_constraint_True_seqlen_{11}")

boexp = BOExperiments(config_, args.cdr_constraints, seeds[t])

try:
Expand Down

0 comments on commit c888b3a

Please sign in to comment.