(self, methodName="runTest")
| 299 | |
| 300 | class uintTestCase(SuperTensorTestCase): |
| 301 | def __init__(self, methodName="runTest"): |
| 302 | SuperTensorTestCase.__init__(self, methodName) |
| 303 | self.typeStr = "uint" |
| 304 | self.typeCode = "I" |
| 305 | #self.result = int(self.result) |
| 306 | |
| 307 | ###################################################################### |
| 308 |