From 06e029314d24f21e4a35a6cc70646d8b4642dc28 Mon Sep 17 00:00:00 2001 From: EdmundGoodman Date: Sun, 14 Apr 2024 00:04:25 +0100 Subject: [PATCH] Fix pipeline --- src/hpc_multibench/run_configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hpc_multibench/run_configuration.py b/src/hpc_multibench/run_configuration.py index eb24e4b..7811d3c 100755 --- a/src/hpc_multibench/run_configuration.py +++ b/src/hpc_multibench/run_configuration.py @@ -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