Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Royalvice/DocDiff
/ test
Function
test
src/train.py:10–13 ·
view source on GitHub ↗
(config)
Source
from the content-addressed store, hash-verified
8
9
10
def
test(config):
11
trainer = Trainer(config)
12
trainer.test()
13
print(
'testing complete'
)
Callers
1
main
Function · 0.90
Calls
2
test
Method · 0.95
Trainer
Class · 0.90
Tested by
no test coverage detected