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

Large decimal double parsing fix #93

Merged

Conversation

ConorStokes
Copy link
Contributor

This fix is for https://github.com/bldrs-ai/test-models-private/issues/15 - here we skip decimals larger than would allow a safe radix implementation in a pair of doubles.

We don't currently warn because the location is too low-level, but in the future, we should add some statistics collection.

@ConorStokes ConorStokes added the bug Something isn't working label Nov 28, 2023
Copy link
Contributor

@nickcastel50 nickcastel50 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ConorStokes ConorStokes merged commit be09315 into bldrs-ai:main Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants