(X_in)
| 100 | def test_linear_combination(self): |
| 101 | |
| 102 | def dummy_function(X_in): |
| 103 | return np.ones(shape=(len(X_in), 1)) |
| 104 | |
| 105 | for n_samples in range(2, 10): |
| 106 | for n_features in range(1, 10): |
nothing calls this directly
no outgoing calls
no test coverage detected