提交 6455a8dc authored 作者: Razvan Pascanu's avatar Razvan Pascanu

bump scan version for the new code to be used

上级 77a05341
......@@ -63,7 +63,7 @@ from theano.sandbox import cuda
def get_version():
return 0.25
return 0.265
@cython.boundscheck(False)
def perform(
......
......@@ -14,7 +14,7 @@ logging.basicConfig(level=logging.DEBUG)
if config.compiledir not in sys.path:
sys.path.append(config.compiledir)
version = 0.25 # must match constant returned in function get_version()
version = 0.265 # must match constant returned in function get_version()
need_reload = False
try:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论