提交 15821dab authored 作者: Frederic Bastien's avatar Frederic Bastien

style change following code review.

上级 b8c39daf
...@@ -13,7 +13,7 @@ import theano ...@@ -13,7 +13,7 @@ import theano
from theano import tensor as T from theano import tensor as T
from theano import sparse as S from theano import sparse as S
if S.enable_sparse == False: if not S.enable_sparse:
raise SkipTest('Optional package sparse disabled') raise SkipTest('Optional package sparse disabled')
from theano.sparse.sandbox import sp2 as S2 from theano.sparse.sandbox import sp2 as S2
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论