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

global_evaluate not applying on MatAdd #17987

Open
JSS95 opened this issue Dec 2, 2019 · 0 comments
Open

global_evaluate not applying on MatAdd #17987

JSS95 opened this issue Dec 2, 2019 · 0 comments

Comments

@JSS95
Copy link
Collaborator

JSS95 commented Dec 2, 2019

Let's say that we have

>>> a,b = ImmutableDenseMatrix([1,2]), ImmutableDenseMatrix([x,y])

With this, a+b gives [1+x, 2+y], and MatAdd(a,b) gives [1,2]+[x,y].

However, using with evaluate(False) context still gives [1+x, 2+y].
Shouldn't it give [1,2]+[x,y]?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants