Skip to content

Commit

Permalink
small edit
Browse files Browse the repository at this point in the history
  • Loading branch information
nfarabullini committed Dec 2, 2024
1 parent 740bb42 commit ac4b5ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ def reduction_ke_field(
"fop", [reduction_e_field, reduction_ek_field, reduction_ke_field], ids=lambda fop: fop.__name__
)
def test_neighbor_sum(unstructured_case_3d, fop):
v2e_table = unstructured_case.offset_provider["V2E"].table
v2e_table = unstructured_case_3d.offset_provider["V2E"].table

edge_f = cases.allocate(unstructured_case, fop, "edge_f")()
edge_f = cases.allocate(unstructured_case_3d, fop, "edge_f")()

local_dim_idx = edge_f.domain.dims.index(Edge) + 1
adv_indexing = tuple(
Expand Down

0 comments on commit ac4b5ee

Please sign in to comment.