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
then for example shear should be [[1,1],[0,1]] instead of [[1,0],[1,1]] I put in, but the question will become do we need to transpose W in new_OI = OI@W?
I just think those two lines basiclly do the same thing with different W seems really odd
new_OI = OI @ W should be new_OI = OI @ W.t().
The first .t() was a bug fix, I've merged from someone.
I guess they forgot to add it to the other line?
a simple test of shear, yellow dots should be in lower right instead of upper right, new_OI is right without transpose
The text was updated successfully, but these errors were encountered: