From 53cc3fa2851f76efc093a5b0a8047cdf307c8001 Mon Sep 17 00:00:00 2001 From: Michael Staneker Date: Wed, 9 Oct 2024 08:27:29 +0200 Subject: [PATCH] Enable test for OMNI 'test_inline_member_functions' --- loki/transformations/tests/test_inline.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/loki/transformations/tests/test_inline.py b/loki/transformations/tests/test_inline.py index a9eafb061..4a9ade8ad 100644 --- a/loki/transformations/tests/test_inline.py +++ b/loki/transformations/tests/test_inline.py @@ -465,8 +465,7 @@ def test_inline_member_routines(tmp_path, frontend): assert (b == [3., 3., 3.]).all() -@pytest.mark.parametrize('frontend', available_frontends(skip={ - OMNI: "OMNI has a problem with function return variables being arrays!"})) +@pytest.mark.parametrize('frontend', available_frontends()) def test_inline_member_functions(tmp_path, frontend): """ Test inlining of member subroutines.