Test HalfVectorData sum operations
(self)
| 510 | BaseVectorDataTest.testComparison(self) |
| 511 | |
| 512 | def testSumOperations(self): |
| 513 | """Test HalfVectorData sum operations""" |
| 514 | BaseVectorDataTest.testSumOperations(self) |
| 515 | |
| 516 | def testSubOperations(self): |
| 517 | """Test HalfVectorData subtraction operations""" |
nothing calls this directly
no test coverage detected