Release: e0811681ca449814caa5d180f6645860
This commit is contained in:
parent
a12e00bb81
commit
d5f9931bca
@ -71,7 +71,7 @@ def physical_value_repr(value, unit=''):
|
|||||||
5: 'P',
|
5: 'P',
|
||||||
}
|
}
|
||||||
u = 0
|
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:
|
if value >= 1:
|
||||||
u += 1
|
u += 1
|
||||||
value /= 1000.
|
value /= 1000.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" ?>
|
<?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 -->
|
<!-- Generated by coverage.py: https://coverage.readthedocs.io -->
|
||||||
<!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd -->
|
<!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd -->
|
||||||
<sources/>
|
<sources/>
|
||||||
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user