浏览代码

Release: e0811681ca

master
Dirk Alders 4 年前
父节点
当前提交
d5f9931bca
共有 4 个文件被更改,包括 4164 次插入3995 次删除
  1. 1
    1
      __init__.py
  2. 1
    1
      _testresults_/coverage.xml
  3. 4162
    3993
      _testresults_/unittest.json
  4. 二进制
      _testresults_/unittest.pdf

+ 1
- 1
__init__.py 查看文件

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

+ 1
- 1
_testresults_/coverage.xml 查看文件

@@ -1,5 +1,5 @@
1 1
 <?xml version="1.0" ?>
2
-<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">
2
+<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">
3 3
 	<!-- Generated by coverage.py: https://coverage.readthedocs.io -->
4 4
 	<!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd -->
5 5
 	<sources/>

+ 4162
- 3993
_testresults_/unittest.json
文件差异内容过多而无法显示
查看文件


二进制
_testresults_/unittest.pdf 查看文件


正在加载...
取消
保存