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

fixes bug when applying in-place transfers #3

Merged
merged 1 commit into from
Nov 17, 2016

Conversation

nickhand
Copy link

with no pm interface, cannot do complex *= kk, since first multiplication
returns an ndarray, which is then assigned to "complex" variable, destroying
the ComplexField

with no pm interface, cannot do complex *= kk, since first calculation
returns an array, which is then assigned to "complex" variable, destroying
the ComplexField
@rainwoodman rainwoodman merged commit ccd3fdb into rainwoodman:noarrpm Nov 17, 2016
@nickhand nickhand deleted the noarrpm branch February 2, 2017 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants