(self)
| 228 | self.check_inexact_conversion(np.random.randn(10), "vector<double>") |
| 229 | |
| 230 | def test_ndarray2(self): |
| 231 | self.check_inexact_conversion(np.random.randn(3, 2), "vector<vector<double>>") |
| 232 | |
| 233 | def test_ndarray3(self): |
| 234 | # Each inner AnyValue holds a vector<vector<double>> |
nothing calls this directly
no test coverage detected