提交 b9d5ad20 authored 作者: Frederic Bastien's avatar Frederic Bastien

bump the code version to force the use of the lastest version.

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