(self, methodName="runTest")
| 360 | |
| 361 | class floatTestCase(TensorTestCase): |
| 362 | def __init__(self, methodName="runTest"): |
| 363 | TensorTestCase.__init__(self, methodName) |
| 364 | self.typeStr = "float" |
| 365 | self.typeCode = "f" |
| 366 | |
| 367 | ###################################################################### |
| 368 |