提交 5bf606c4 authored 作者: Frederic Bastien's avatar Frederic Bastien

put the verbose option in the version as this make life easier when we change the verbosity.

上级 9b205d0a
...@@ -203,7 +203,7 @@ class RecAlgo(object): ...@@ -203,7 +203,7 @@ class RecAlgo(object):
class NaiveAlgo(object): class NaiveAlgo(object):
verbose = 0 # 1 or 2 for more verbose output. verbose = 0 # 1 or 2 for more verbose output.
cache_version = () cache_version = ()
cache_version = ('debug', 5) cache_version = ('debug', 5, verbose)
def __init__(self, scalar_op): def __init__(self, scalar_op):
self.scalar_op = scalar_op self.scalar_op = scalar_op
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论