Test FloatVectorData sum operations
(self)
| 440 | BaseVectorDataTest.testComparison(self) |
| 441 | |
| 442 | def testSumOperations(self): |
| 443 | """Test FloatVectorData sum operations""" |
| 444 | BaseVectorDataTest.testSumOperations(self) |
| 445 | |
| 446 | def testSubOperations(self): |
| 447 | """Test FloatVectorData subtraction operations""" |
nothing calls this directly
no test coverage detected