Skip to content

Commit

Permalink
[dace] Enable test_conditional_w_tuple
Browse files Browse the repository at this point in the history
Left-over from PR #1393
  • Loading branch information
edopao committed Dec 12, 2023
1 parent 83d3e13 commit d8da3c0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def stencil_conditional(inp):
return tuple_get(0, tmp) + tuple_get(1, tmp)


@pytest.mark.uses_tuple_returns
def test_conditional_w_tuple(program_processor):
program_processor, validate = program_processor

Expand Down

0 comments on commit d8da3c0

Please sign in to comment.