Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
waleko committed Jun 25, 2024
1 parent b9f3b8e commit c6ebda8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions code_editing/scripts/run_backbone.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,7 @@ def main(cfg: RunBaselineConfig):
init_wandb(cfg, run_name)

# Perform inference loop and save predictions
inference_loop(
baseline,
data_source,
output_path,
cfg.inference,
run_name
)
inference_loop(baseline, data_source, output_path, cfg.inference, run_name)
finish_wandb()


Expand Down

0 comments on commit c6ebda8

Please sign in to comment.