Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #690 #701

Closed
wants to merge 1 commit into from
Closed

fix #690 #701

wants to merge 1 commit into from

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

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.

None yet

3 participants