提交 59d5e9ee authored 作者: notoraptor's avatar notoraptor

Add `theano-*` wrapper files into `bin` folder

to ensure that any code looking for it (e.g. jenkins configuration files) will still work.
上级 3b1b4afe
#!/usr/bin/env python
import theano_cache
theano_cache.main()
\ No newline at end of file
#!/usr/bin/env python
import theano_nose
theano_nose.main()
\ No newline at end of file
#!/usr/bin/env python
import theano_test
theano_test.main()
\ No newline at end of file
......@@ -200,7 +200,7 @@ def help():
print(textwrap.dedent(help_msg))
def main(args=None):
def main():
if '--help' in sys.argv or '-h' in sys.argv:
help()
else:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论