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
Right now calls `SArray(rand(3,3,4))` produces this error. `SMatrix{3,3}` works but `SArray{3,3}` doesn't; this change makes the requirement of SArray{Tuple{3,3}} explicit.
0 commit comments