(self, methodName="runTest")
| 344 | |
| 345 | class floatTestCase(SuperTensorTestCase): |
| 346 | def __init__(self, methodName="runTest"): |
| 347 | SuperTensorTestCase.__init__(self, methodName) |
| 348 | self.typeStr = "float" |
| 349 | self.typeCode = "f" |
| 350 | |
| 351 | ###################################################################### |
| 352 |