提交 37be8c4b authored 作者: Iban Harlouchet's avatar Iban Harlouchet

flake8 for minimal.py

上级 1050bcbe
from __future__ import print_function
import numpy, scipy.linalg
from theano import gof, tensor, scalar, function
import unittest
import numpy
from theano import gof, tensor, function
from theano.tests import unittest_tools as utt
class Minimal(gof.Op):
......@@ -49,7 +53,6 @@ minimal = Minimal()
# TODO: test dtype conversion
# TODO: test that invalid types are rejected by make_node
# TODO: test that each valid type for A and b works correctly
from theano.tests import unittest_tools as utt
class T_minimal(unittest.TestCase):
......
......@@ -138,7 +138,6 @@ whitelist_flake8 = [
"sandbox/theano_object.py",
"sandbox/scan.py",
"sandbox/test_multinomial.py",
"sandbox/minimal.py",
"sandbox/test_rng_mrg.py",
"sandbox/test_neighbourhoods.py",
"sandbox/symbolic_module.py",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论