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
Thank you @thejacksbad for opening this issue. Can you prepare a PR? If yes, please add also a simple test for this enhancements.
If you need help, you can count on me.
the definition of eig in prepare55 doesn't allow complex eigenvalue formatting.
Proposed solution:
if not isinstance(eig, (float, complex) and eig != None:
Same approach for modal_a and modal_b
The text was updated successfully, but these errors were encountered: