Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmundGoodman committed Apr 13, 2024
1 parent 32a3394 commit 06e0293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hpc_multibench/run_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __init__(
self.instantiation: dict[str, Any] | None = None

@property
def sbatch_contents(self) -> str:
def sbatch_contents(self) -> str: # noqa: C901
"""Construct the sbatch configuration for the run."""
sbatch_file = SHELL_SHEBANG

Expand Down

0 comments on commit 06e0293

Please sign in to comment.