Skip to content

Commit

Permalink
going out in style
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfhm committed Oct 20, 2023
1 parent 7fac0d2 commit b546733
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
from loki.module import Module
from loki.ir import CallStatement
from loki.visitors import FindNodes
from loki.expression import Sum, IntLiteral, Scalar, Product, RangeIndex
from loki.expression import Sum, IntLiteral, Scalar, Product


@pytest.mark.parametrize('frontend', available_frontends())
def test_transform_utilities_recursive_expression_map_update(frontend):
def test_transform_scalar_notation(frontend):
fcode = """
module mod_a
implicit none
Expand Down Expand Up @@ -201,7 +201,3 @@ def test_transform_utilities_recursive_expression_map_update(frontend):
assert calls[27].arguments[0].dimensions[0].stop == Sum((n,m_k,m))
assert calls[28].arguments[0].dimensions[0].stop == Sum((n,Product((-1,Sum((k, m_one)))),m,m_one))
assert calls[29].arguments[0].dimensions[0].stop == Sum((n,m_abd,abc))




0 comments on commit b546733

Please sign in to comment.