Skip to content

Commit

Permalink
Update model/testing/src/icon4py/model/testing/helpers.py
Browse files Browse the repository at this point in the history
Co-authored-by: Hannes Vogt <hannes@havogt.de>
  • Loading branch information
nfarabullini and havogt authored Jan 16, 2025
1 parent f647c3c commit 17c100a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/testing/src/icon4py/model/testing/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def _match_marker(marker, backend):
case "embedded_as_offset_error" if is_embedded(backend):
pytest.xfail("Embedded backend does not support as_offset.")
case "levels_plus_one" if is_embedded(backend):
pytest.xfail("Embdeed backend does not support larger boundaries than field sizes.")
pytest.xfail("Embedded backend does not support larger boundaries than field sizes.")
case "domain_dims_mismatch" if is_embedded(backend):
pytest.xfail("Stencil does not support missing neighbors.")
case "gtfn_miss_neighbors" if backend and ("gtfn" in backend.name):
Expand Down

0 comments on commit 17c100a

Please sign in to comment.