From 32d22b37a8d7c1ac987f4eae766ebf0090f0a7ea Mon Sep 17 00:00:00 2001 From: Balthasar Reuter Date: Thu, 27 Jun 2024 09:34:01 +0200 Subject: [PATCH] Include idem and idem-stack in ecwam regression --- loki/transformations/tests/test_ecwam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loki/transformations/tests/test_ecwam.py b/loki/transformations/tests/test_ecwam.py index d3c65716e..c6af5ad06 100644 --- a/loki/transformations/tests/test_ecwam.py +++ b/loki/transformations/tests/test_ecwam.py @@ -47,7 +47,7 @@ def fixture_bundle_create(here, local_loki_bundle): @pytest.mark.usefixtures('bundle_create') @pytest.mark.skipif(not HAVE_FP, reason="FP needed for ECWAM parsing") -@pytest.mark.parametrize('mode', ['scc', 'scc-stack']) +@pytest.mark.parametrize('mode', ['idem', 'idem-stack', 'scc', 'scc-stack']) def test_ecwam(here, mode, tmp_path): build_dir = tmp_path/'build' build_cmd = [