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
There is a bug in the block-diagonal schur matrix computation in line 473. It should be tmodal = tmodal @ rperm.T. Otherwise tmodal @ amodal @ np.linalg.inv(tmodal)$\neq$a where a is the input to the function.