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

Brunel 2.3 --- there seems to be a bug when rounding values #306

Open
LCabrera84 opened this issue Jun 18, 2018 · 2 comments
Open

Brunel 2.3 --- there seems to be a bug when rounding values #306

LCabrera84 opened this issue Jun 18, 2018 · 2 comments

Comments

@LCabrera84
Copy link

Brunel is inconsistent when rounding values. For instance, 5000.05 is truncating the value to 5 instead of rounding it to 5000. On another occasion, the value was 5311279.49 and it rounded it to 531128.
Data:
image

Result:
image

Data:
image

Result:
image

grahamwills added a commit that referenced this issue Jun 22, 2018
@grahamwills
Copy link
Member

Worse than inconsistent, it was straight up wrong! There was a defect in the Javascript code that would cause zeroes to be lost for the case when the number was not quite and integer, such as 5000.02. I have appleid a fix and it should be in the build shortly

@LCabrera84
Copy link
Author

Hi,

Was this fixed added to the latest version 2.6? I downloaded the latest code but I still see the rounding bug.

grahamwills added a commit that referenced this issue Aug 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants