This commit is contained in:
jiacy-jcy 2022-07-08 10:30:47 +00:00
parent 294c815a44
commit bd0525b028
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ class TDTestCase:
else:
tdSql.query(f'select percentile({k}, {param}) from {self.stbname}_{i}')
tdSql.checkData(0, 0, np.percentile(floatData, param))
#!bug TD-17119
# for k,v in self.tag_dict.items():
# for param in self.param: