Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dace-gtir-iterator_view' into da…
Browse files Browse the repository at this point in the history
…ce-gtir-scan
  • Loading branch information
edopao committed Jan 10, 2025
2 parents 90a2378 + db94493 commit 76168b3
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1424,10 +1424,7 @@ def _make_unstructured_shift(
"""Implements shift in unstructured domain by means of a neighbor table."""
assert any(dim == connectivity.codomain for dim, _ in it.field_domain)
neighbor_dim = connectivity.codomain
assert neighbor_dim not in it.indices

origin_dim = connectivity.source_dim
assert origin_dim in it.indices
origin_index = it.indices[origin_dim]
assert isinstance(origin_index, SymbolExpr)

Expand Down

0 comments on commit 76168b3

Please sign in to comment.