MCPcopy Create free account
hub / github.com/modAL-python/modAL / dummy_function

Method dummy_function

tests/core_tests.py:102–103  ·  view source on GitHub ↗
(X_in)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected