fix: , replace | with float,double
This commit is contained in:
parent
a386395b20
commit
8559e7061c
|
@ -30,7 +30,7 @@ from frame import *
|
||||||
class TDTestCase(TBase):
|
class TDTestCase(TBase):
|
||||||
updatecfgDict = {
|
updatecfgDict = {
|
||||||
"countAlwaysReturnValue" : "0",
|
"countAlwaysReturnValue" : "0",
|
||||||
"lossyColumns" : "float|double",
|
"lossyColumns" : "float,double",
|
||||||
"fPrecision" : "0.000000001",
|
"fPrecision" : "0.000000001",
|
||||||
"dPrecision" : "0.00000000000000001",
|
"dPrecision" : "0.00000000000000001",
|
||||||
"ifAdtFse" : "1"
|
"ifAdtFse" : "1"
|
||||||
|
|
Loading…
Reference in New Issue