Skip to content

Conversation

@sn6uv
Copy link
Member

@sn6uv sn6uv commented May 27, 2017

No description provided.

eigenvects = sorted(eigenvects, key=lambda val_c_vect: (abs(val_c_vect[0]), -val_c_vect[0]), reverse=True)
except TypeError:
# complex eigenvalues.
eignevects = eigenvects.reverse()
Copy link
Contributor

@numbermaniac numbermaniac Jun 5, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this meant to be eigenvects instead of eignevects?

@GarkGarcia
Copy link
Contributor

Hey peeps, this has already been addressed by #804.

@GarkGarcia GarkGarcia closed this Aug 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants