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

fixed issue 2100: faker does not properly convert min/max value to de… #2101

Conversation

bdjellabaldebaran
Copy link
Contributor

What does this change

Cast min and max value to string before trying to cast them to Decimal (to avoid floating point issues).

What was wrong

The float was directly passed to Decimal.

How this fixes it

Casting to string makes sure that the Decimal is created with the expected value.

Fixes #2100

Copy link
Collaborator

@fcurella fcurella left a comment

Choose a reason for hiding this comment

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

Thank you!

@fcurella fcurella merged commit cd6e847 into joke2k:master Sep 4, 2024
28 checks passed
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

Successfully merging this pull request may close these issues.

pydecimal mishandles max_value and min_value when used with left_digits/right_digits
2 participants