feat: Improve float parsing logic for enhanced accuracy in numeric conversions #79
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "develop"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
_parse_float_autofunction intype_converter.pyto better handle various decimal and thousand separators, particularly for cases with long decimal parts from sources like Apple Health.These changes enhance the accuracy of numeric conversions, ensuring more reliable data processing across the application.