-
Notifications
You must be signed in to change notification settings - Fork 451
Closed
Milestone
Description
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) a where a is the input to the function.
Reactions are currently unavailable