提交 2b9fd4dc authored 作者: Frederic Bastien's avatar Frederic Bastien

better error msg.

上级 1f320096
...@@ -26,7 +26,7 @@ class DB(object): ...@@ -26,7 +26,7 @@ class DB(object):
# It is an instance of a DB.In the tests for example, # It is an instance of a DB.In the tests for example,
# this is not always the case. # this is not always the case.
if not isinstance(obj, (DB, opt.Optimizer, opt.LocalOptimizer)): if not isinstance(obj, (DB, opt.Optimizer, opt.LocalOptimizer)):
raise Exception('wtf', obj) raise Exception('Triing to register an optimizer that don\'t herite from theano.gof.opt.Optimizer or theano.gof.opt.LocalOptimizer', obj)
if self.name is not None: if self.name is not None:
tags = tags + (self.name,) tags = tags + (self.name,)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论