Tests: refactor cleanup (#1744)

* wip

* cleaning

* optim imports

* -

* default hparams

* fix restore

* fix imports
This commit is contained in:
Jirka Borovec
2020-05-10 13:15:28 -04:00
committed by GitHub
parent 4970927ec8
commit 134eb61e1a
41 changed files with 187 additions and 1150 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import inspect
import pickle
from argparse import ArgumentParser, Namespace
from unittest import mock
import pickle
import pytest