Utils: SI: fix rounding problems (#895)

* Utils: SI: fix rounding problems

999.999 would give 1000.00 instead of 1.00k

* Tests: add Utils: SI tests
This commit is contained in:
black-sliver
2022-08-12 00:46:11 +02:00
committed by GitHub
parent adc16fdd3d
commit b8ca41b45f
3 changed files with 47 additions and 2 deletions

0
test/utils/__init__.py Normal file
View File