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: do not evaluate ArrayMultiplication in TR-011 #81

Merged
merged 1 commit into from
Nov 2, 2021
Merged

Conversation

redeboer
Copy link
Member

@redeboer redeboer commented Nov 2, 2021

Previously, ArrayMultiplication derived from UnevaluatedExpression and got a doit method implemented. This caused the evaluated expression to use Mul instead of ArrayMultiplication so that the array contractions were not anymore lambdified to numpy.einsum.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@redeboer redeboer self-assigned this Nov 2, 2021
@redeboer redeboer added the 🐛 Bug Something isn't working label Nov 2, 2021
@redeboer redeboer merged commit 5b129ff into main Nov 2, 2021
@redeboer redeboer deleted the fix-TR-011 branch November 2, 2021 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant