Test FloatVectorData comparison function
(self)
| 436 | BaseVectorDataTest.testEquality(self) |
| 437 | |
| 438 | def testComparison(self): |
| 439 | """Test FloatVectorData comparison function""" |
| 440 | BaseVectorDataTest.testComparison(self) |
| 441 | |
| 442 | def testSumOperations(self): |
| 443 | """Test FloatVectorData sum operations""" |
nothing calls this directly
no test coverage detected