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
We need to ensure that any dimensional arrays have range like lookups before we allow meshimage...if they don't we can throw an informative error redirecting the user to surface.
@rafaqz you may want to do the same for image in DD...
The text was updated successfully, but these errors were encountered:
Not necessarily holding ranges... But Regular spans. We don't swap regular vectors to ranges to avoid the floating point changes. (Also for performance in some cases, reading a vector is faster than steprange extended float calculations)
We need to ensure that any dimensional arrays have range like lookups before we allow meshimage...if they don't we can throw an informative error redirecting the user to surface.
@rafaqz you may want to do the same for
image
in DD...The text was updated successfully, but these errors were encountered: