Release: e0811681ca449814caa5d180f6645860

This commit is contained in:
Dirk Alders 2020-02-05 13:50:10 +01:00
parent a12e00bb81
commit d5f9931bca
4 changed files with 4164 additions and 3995 deletions

View File

@ -71,7 +71,7 @@ def physical_value_repr(value, unit=''):
5: 'P',
}
u = 0
while u > -4 and u < 5 and (value >= 1000. or value < 1.):
while u > -4 and u < 5 and (value >= 1000. or value < 1.) and value != 0:
if value >= 1:
u += 1
value /= 1000.

View File

@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<coverage branch-rate="0.9767" branches-covered="84" branches-valid="86" complexity="0" line-rate="1" lines-covered="208" lines-valid="208" timestamp="1580751729089" version="4.5">
<coverage branch-rate="0.9767" branches-covered="84" branches-valid="86" complexity="0" line-rate="1" lines-covered="208" lines-valid="208" timestamp="1580906930804" version="4.5">
<!-- Generated by coverage.py: https://coverage.readthedocs.io -->
<!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd -->
<sources/>

File diff suppressed because it is too large Load Diff

Binary file not shown.