Test FloatVectorData multiplication operations
(self)
| 448 | BaseVectorDataTest.testSubOperations(self) |
| 449 | |
| 450 | def testMultOperations(self): |
| 451 | """Test FloatVectorData multiplication operations""" |
| 452 | BaseVectorDataTest.testMultOperations(self) |
| 453 | |
| 454 | def testDivOperations(self): |
| 455 | """Test FloatVectorData division operations""" |
nothing calls this directly
no test coverage detected