(self, methodName="runTest")
| 288 | |
| 289 | class shortTestCase(TensorTestCase): |
| 290 | def __init__(self, methodName="runTest"): |
| 291 | TensorTestCase.__init__(self, methodName) |
| 292 | self.typeStr = "short" |
| 293 | self.typeCode = "h" |
| 294 | self.result = int(self.result) |
| 295 | |
| 296 | ###################################################################### |
| 297 |