DataProperty icon indicating copy to clipboard operation
DataProperty copied to clipboard

Stop changing the default decimal precision globally

Open benjaminrigaud opened this issue 2 years ago • 0 comments

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.

benjaminrigaud avatar Dec 13 '23 09:12 benjaminrigaud