Test DoubleVectorData comparison function
(self)
| 576 | BaseVectorDataTest.testEquality(self) |
| 577 | |
| 578 | def testComparison(self): |
| 579 | """Test DoubleVectorData comparison function""" |
| 580 | BaseVectorDataTest.testComparison(self) |
| 581 | |
| 582 | def testSumOperations(self): |
| 583 | """Test DoubleVectorData sum operations""" |
nothing calls this directly
no test coverage detected