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

compute(x + x + x, 1) returns an incorrect result #1226

Closed
cpcloud opened this issue Aug 31, 2015 · 1 comment · Fixed by #1227
Closed

compute(x + x + x, 1) returns an incorrect result #1226

cpcloud opened this issue Aug 31, 2015 · 1 comment · Fixed by #1227
Assignees
Milestone

Comments

@cpcloud
Copy link
Member

cpcloud commented Aug 31, 2015

In [1]: from blaze import symbol, compute

In [2]: x = symbol('x', 'int64')

In [3]: compute(x + x + x, 1)
Out[3]: 2
@cpcloud cpcloud self-assigned this Aug 31, 2015
@cpcloud cpcloud added this to the 0.8.3 milestone Aug 31, 2015
@cpcloud
Copy link
Member Author

cpcloud commented Aug 31, 2015

related #891

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

Successfully merging a pull request may close this issue.

1 participant