Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
leiterenato authored Feb 7, 2023
1 parent eaf4a06 commit 4d22ed0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/workflow_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,17 +233,6 @@ def prepare_args_for_experiment(
exp_doc_ref.set(runner_args, merge=True)

commands = []

# - ${runner.input_dir}
# - ${runner.result_dir}
# - ${"--stop-at-score=" + runner.stop_at_score}
# - ${"--num-recycle=" + runner.num_recycle}
# - ${"--num-models=" + runner.num_models}
# - ${"--msa-mode=" + runner.msa_mode}
# - ${"--model-type=" + runner.model_type}
# - ${"--rank=" + runner.rank_by}
# - ${"--pair-mode=" + runner.pair_mode}

commands.append(runner_args['input_dir'])
commands.append(runner_args['result_dir'])
commands.append(f'--stop-at-score={runner_args["stop_at_score"]}')
Expand Down

0 comments on commit 4d22ed0

Please sign in to comment.