提交 558d455d authored 作者: Brandon T. Willard's avatar Brandon T. Willard

Apply isort to tests.misc sub-package modules

上级 a3dbdec3
...@@ -3,8 +3,10 @@ test the tensor and sparse type. (gpuarray is tested in the gpuarray folder). ...@@ -3,8 +3,10 @@ test the tensor and sparse type. (gpuarray is tested in the gpuarray folder).
""" """
import numpy as np import numpy as np
import theano import theano
try: try:
import scipy.sparse import scipy.sparse
......
...@@ -5,9 +5,8 @@ from tempfile import mkdtemp ...@@ -5,9 +5,8 @@ from tempfile import mkdtemp
import numpy as np import numpy as np
import theano import theano
from theano.misc.pkl_utils import StripPickler, dump, load
from theano.sandbox.rng_mrg import MRG_RandomStreams from theano.sandbox.rng_mrg import MRG_RandomStreams
from theano.misc.pkl_utils import dump, load, StripPickler
class TestDumpLoad: class TestDumpLoad:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论