(self, methodName="runTest")
| 254 | |
| 255 | class scharTestCase(SuperTensorTestCase): |
| 256 | def __init__(self, methodName="runTest"): |
| 257 | SuperTensorTestCase.__init__(self, methodName) |
| 258 | self.typeStr = "schar" |
| 259 | self.typeCode = "b" |
| 260 | #self.result = int(self.result) |
| 261 | |
| 262 | ###################################################################### |
| 263 |