Skip to content

Commit

Permalink
[dace] Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
edopao committed Sep 11, 2023
1 parent 6828e4e commit 98ac100
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,7 @@ def first_vertex_neigh_of_first_edge_neigh_of_cells(in_vertices):
return deref(shift(E2V, 0)(shift(C2E, 0)(in_vertices)))


def test_first_vertex_neigh_of_first_edge_neigh_of_cells_fencil(
program_processor, lift_mode
):
def test_first_vertex_neigh_of_first_edge_neigh_of_cells_fencil(program_processor, lift_mode):
program_processor, validate = program_processor
inp = vertex_index_field()
out = gtx.np_as_located_field(Cell)(np.zeros([9], dtype=inp.dtype))
Expand Down

0 comments on commit 98ac100

Please sign in to comment.