(self, methodName="runTest")
| 272 | |
| 273 | class shortTestCase(SuperTensorTestCase): |
| 274 | def __init__(self, methodName="runTest"): |
| 275 | SuperTensorTestCase.__init__(self, methodName) |
| 276 | self.typeStr = "short" |
| 277 | self.typeCode = "h" |
| 278 | #self.result = int(self.result) |
| 279 | |
| 280 | ###################################################################### |
| 281 |