Skip to content

Commit

Permalink
Merge pull request #371 from ecmwf-ifs/nams-fix-pipeline
Browse files Browse the repository at this point in the history
Change/fix pipeline for mode 'scc-raw-stack'
  • Loading branch information
reuterbal authored Sep 2, 2024
2 parents 2263f78 + 9a74a77 commit 7748c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/loki_transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def convert(
if mode == 'scc-raw-stack':
pipeline = scheduler.config.transformations.get('scc-raw-stack', None)
if not pipeline:
pipeline = SCCStackPipeline(
pipeline = SCCRawStackPipeline(
horizontal=horizontal,
block_dim=block_dim, directive=directive,
check_bounds=False,
Expand Down

0 comments on commit 7748c24

Please sign in to comment.