Skip to content

Commit

Permalink
Update tests/next_tests/integration_tests/cases.py
Browse files Browse the repository at this point in the history
Co-authored-by: Till Ehrengruber <[email protected]>
  • Loading branch information
nfarabullini and tehrengruber authored Dec 2, 2024
1 parent 9c18a0f commit 667642c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/next_tests/integration_tests/cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,10 +506,8 @@ def unstructured_case(


@pytest.fixture
def unstructured_case_3d(
mesh_descriptor,
exec_alloc_descriptor: test_definitions.EmbeddedDummyBackend | next_backend.Backend,
):
def unstructured_case_3d(unstructured_case):
return dataclasses.replace(unstructured_case, default_sizes={**unstructured_case.default_sizes, KDim: 10}, offset_provider={**unstructured_case.offset_provider, "KOff": KDim})
new_offset_provider = {**mesh_descriptor.offset_provider, "KOff": KDim}
yield Case(
None
Expand Down

0 comments on commit 667642c

Please sign in to comment.