Skip to content

Commit

Permalink
Flake
Browse files Browse the repository at this point in the history
  • Loading branch information
PapyChacal committed Aug 21, 2024
1 parent 6e0673c commit b9b1bbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_xdsl_op_correctness.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def test_symbol_I():
assert ops[0].result.name_hint == a.name
assert type(ops[0] == Return)


def test_inplace():
# Define a simple Devito Operator
grid = Grid(shape=(3, 3))
Expand Down

0 comments on commit b9b1bbc

Please sign in to comment.