Test FloatVectorData subtraction operations
(self)
| 444 | BaseVectorDataTest.testSumOperations(self) |
| 445 | |
| 446 | def testSubOperations(self): |
| 447 | """Test FloatVectorData subtraction operations""" |
| 448 | BaseVectorDataTest.testSubOperations(self) |
| 449 | |
| 450 | def testMultOperations(self): |
| 451 | """Test FloatVectorData multiplication operations""" |
nothing calls this directly
no test coverage detected