Test FloatVectorData by value return type
(self)
| 456 | BaseVectorDataTest.testDivOperations(self) |
| 457 | |
| 458 | def testByValueItem(self): |
| 459 | """Test FloatVectorData by value return type""" |
| 460 | BaseVectorDataTest.testByValueItem(self) |
| 461 | |
| 462 | class HalfVectorDataTest(BaseVectorDataTest,unittest.TestCase): |
| 463 |
nothing calls this directly
no test coverage detected