(self, methodName="runTest")
| 319 | |
| 320 | class floatTestCase(MatrixTestCase): |
| 321 | def __init__(self, methodName="runTest"): |
| 322 | MatrixTestCase.__init__(self, methodName) |
| 323 | self.typeStr = "float" |
| 324 | self.typeCode = "f" |
| 325 | |
| 326 | ###################################################################### |
| 327 |