Skip to content

Commit

Permalink
Revert results directory name change
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmundGoodman committed Feb 13, 2024
1 parent 56ebab1 commit d5f55eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hpc_multibench/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

BASH_SHEBANG = "#!/bin/sh\n"
JOB_ID_REGEX = r"Submitted batch job (\d+)"
OUTPUT_DIRECTORY = Path("results_example/")
OUTPUT_DIRECTORY = Path("results/")

class RunConfiguration:
"""A builder/runner for a run configuration."""
Expand Down

0 comments on commit d5f55eb

Please sign in to comment.