Test DoubleVectorData sum operations
(self)
| 580 | BaseVectorDataTest.testComparison(self) |
| 581 | |
| 582 | def testSumOperations(self): |
| 583 | """Test DoubleVectorData sum operations""" |
| 584 | BaseVectorDataTest.testSumOperations(self) |
| 585 | |
| 586 | def testSubOperations(self): |
| 587 | """Test DoubleVectorData subtraction operations""" |
nothing calls this directly
no test coverage detected