Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/modAL-python/modAL
/ forward
Method
forward
tests/core_tests.py:740–741 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
738
)
739
740
def
forward(self, x):
741
return
x
742
743
744
class
TestDropout(unittest.TestCase):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected