add case for csum
This commit is contained in:
parent
017c2d1205
commit
efdca5ab2e
|
@ -131,6 +131,9 @@ class TDTestCase:
|
|||
|
||||
for i in range(tdSql.queryRows):
|
||||
print(f"case in {line}: ", end='')
|
||||
if pre_csum[i] >1.7e+308 or pre_csum[i] < -1.7e+308:
|
||||
continue
|
||||
else:
|
||||
tdSql.checkData(i, 0, pre_csum[i])
|
||||
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue