We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
in https://github.com/thombashi/DataProperty/blob/master/dataproperty/_function.py#L13 The decimal context is modified and the default precision is changed to 60.
It changes the global decimal behavior of any code importing your library.
The text was updated successfully, but these errors were encountered:
Change the context setting of decimal to be local to the `get_int…
context
decimal
412edd6
…eger_digit` function, not global: #59 Signed-off-by: Tsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com>
@benjaminrigaud Thank you for your report. This problem has been fixed in DataProperty 1.0.2.
DataProperty 1.0.2
Sorry, something went wrong.
thombashi
No branches or pull requests
Hi,
in https://github.com/thombashi/DataProperty/blob/master/dataproperty/_function.py#L13
The decimal context is modified and the default precision is changed to 60.
It changes the global decimal behavior of any code importing your library.
The text was updated successfully, but these errors were encountered: