(self, methodName="runTest")
| 263 | |
| 264 | class ucharTestCase(SuperTensorTestCase): |
| 265 | def __init__(self, methodName="runTest"): |
| 266 | SuperTensorTestCase.__init__(self, methodName) |
| 267 | self.typeStr = "uchar" |
| 268 | self.typeCode = "B" |
| 269 | #self.result = int(self.result) |
| 270 | |
| 271 | ###################################################################### |
| 272 |