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

Wrong result during division of int8 / int16 #1562

Closed
st-pasha opened this issue Jan 16, 2019 · 0 comments · Fixed by #1563
Closed

Wrong result during division of int8 / int16 #1562

st-pasha opened this issue Jan 16, 2019 · 0 comments · Fixed by #1563
Assignees
Labels
bug Any bugs / errors in datatable; however for severe bugs use [segfault] label
Milestone

Comments

@st-pasha
Copy link
Contributor

from datatable import *
DT = Frame(A=[-8], B=[1677])
DT[:, f.A / f.B]

produces

           C0
---  --------
 0   -1.00477

[1 row x 1 column]
@st-pasha st-pasha added the bug Any bugs / errors in datatable; however for severe bugs use [segfault] label label Jan 16, 2019
@st-pasha st-pasha self-assigned this Jan 16, 2019
@st-pasha st-pasha added this to the Release 0.8.0 milestone Jan 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Any bugs / errors in datatable; however for severe bugs use [segfault] label
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant