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
When in a signature a FloatField is of the wrong size, we detect in gt4py.cartesian.stencil_object but the error is: Compute domain too large (provided: (X, X, X), maximum (X,X,X)
This is not enough for a quick debug because it doesn't give:
The name of the stencil
The name of the offending Field with a bad size
A clear explanation of stencil domain vs Field sizes
When in a signature a
FloatField
is of the wrong size, we detect ingt4py.cartesian.stencil_object
but the error is:Compute domain too large (provided: (X, X, X), maximum (X,X,X)
This is not enough for a quick debug because it doesn't give:
Parent: #49
The text was updated successfully, but these errors were encountered: