Tests: refactor callbacks (#1688)

* refactor default model

* drop redundant seeds

* path

* refactor callback tests

* update

* fix sch

* wip

* fix return

* review
This commit is contained in:
Jirka Borovec
2020-05-04 16:52:22 -04:00
committed by GitHub
parent 6d58fb1353
commit 043ae697c2
3 changed files with 18 additions and 76 deletions
-1
View File
@@ -33,7 +33,6 @@ from tests.base import (
dict(val_check_interval=10000),
])
def test_dataloader_config_errors(tmpdir, dataloader_options):
tutils.reset_seed()
class CurrentTestModel(
LightTrainDataloader,