Skip to content

Commit

Permalink
Remove printouts
Browse files Browse the repository at this point in the history
  • Loading branch information
raunakab committed Dec 19, 2024
1 parent be77c83 commit 1038b87
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/ci-scripts/job_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@ def submit_job(
results.append(result)

output_file = output_dir / "out.csv"
with open(output_file, "w") as file:
file.write("asdf")

with open(output_file, mode="w", newline="") as csv_file:
writer = csv.DictWriter(csv_file, fieldnames=results[0].__dataclass_fields__.keys())
writer.writeheader()
Expand Down

0 comments on commit 1038b87

Please sign in to comment.