MCPcopy 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
10def test(config):
11 trainer = Trainer(config)
12 trainer.test()
13 print('testing complete')

Callers 1

mainFunction · 0.90

Calls 2

testMethod · 0.95
TrainerClass · 0.90

Tested by

no test coverage detected