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
Check dimensions match in getExpanded python utility (#4671)
Previously we hit a segfault in `getExpanded` when using `define_tensor`
and providing a `contiguity` vector that does not match the length of
`shape`. This provides an error message instead.
Fixes#4661
0 commit comments