Skip to content

Commit

Permalink
Enable test for OMNI 'test_inline_member_functions'
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSt98 authored and reuterbal committed Oct 9, 2024
1 parent cf1b03c commit 53cc3fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions loki/transformations/tests/test_inline.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 53cc3fa

Please sign in to comment.