You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the access to sparse_ambiguous_field[edge_index_field] is ambiguous, it could either be sparse_ambiguous_field[Edge, edge_index_field] or sparse_ambiguous_field[Edge > Cell > Edge, edge_index_field]. (Dawn defaults to ``sparse_ambiguous_field[Edge, edge_index_field]`).
This is an oversight in the initial design of the Vertical Indirections, and needs to be added throughout the tool chain, including (de)serialization and dawn4py.
The text was updated successfully, but these errors were encountered:
In this dusk code
the access to
sparse_ambiguous_field[edge_index_field]
is ambiguous, it could either besparse_ambiguous_field[Edge, edge_index_field]
orsparse_ambiguous_field[Edge > Cell > Edge, edge_index_field]
. (Dawn defaults to ``sparse_ambiguous_field[Edge, edge_index_field]`).This is an oversight in the initial design of the Vertical Indirections, and needs to be added throughout the tool chain, including (de)serialization and
dawn4py
.The text was updated successfully, but these errors were encountered: