Test HalfVectorData subtraction operations
(self)
| 514 | BaseVectorDataTest.testSumOperations(self) |
| 515 | |
| 516 | def testSubOperations(self): |
| 517 | """Test HalfVectorData subtraction operations""" |
| 518 | BaseVectorDataTest.testSubOperations(self) |
| 519 | |
| 520 | def testMultOperations(self): |
| 521 | """Test HalfVectorData multiplication operations""" |
nothing calls this directly
no test coverage detected