-
-
Notifications
You must be signed in to change notification settings - Fork 318
aep.py float_is_zero rounding #30
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
Comments
Indeed. Well spotted. |
sbidoul
added a commit
to acsone/mis-builder
that referenced
this issue
Oct 12, 2017
sbidoul
added a commit
to acsone/mis-builder
that referenced
this issue
Oct 12, 2017
sbidoul
added a commit
to acsone/mis-builder
that referenced
this issue
Oct 13, 2017
sbidoul
added a commit
to acsone/mis-builder
that referenced
this issue
Oct 13, 2017
JordiBForgeFlow
pushed a commit
to ForgeFlow/mis-builder
that referenced
this issue
Nov 17, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you sure the following:
is right?
Correct me if I'm wrong but it seems that self.dp which is currency decimal_places is the number of decimals to take, this is an integer like 2 decimals (1.01) and you are passing this in the precision_rounding parameter of float_is_zero.
Shouldn't you use the precision_digits parameters instead?
The text was updated successfully, but these errors were encountered: