Skip to content

Commit

Permalink
Merge pull request #19 from GEOS-ESM/fix/geos
Browse files Browse the repository at this point in the history
Fix/geos
  • Loading branch information
FlorianDeconinck authored Jul 21, 2023
2 parents 3c4a60e + 4d070d4 commit 5e7481a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion geosongpu_ci/pipeline/ci_clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def check(

@Registry.register
class SlurmCancelJob(TaskBase):
def run(
def run_action(
self,
config: Dict[str, Any],
experiment_name: str,
Expand Down
2 changes: 1 addition & 1 deletion geosongpu_ci/pipeline/held_suarez.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def run_action(

if action == PipelineAction.Benchmark or action == PipelineAction.All:
# TODO: benchmark
pass
return
# Execute gtFV3
_replace_in_file(
srun_script_gpu_name,
Expand Down

0 comments on commit 5e7481a

Please sign in to comment.