Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
0de775be
提交
0de775be
authored
3月 06, 2017
作者:
Frédéric Bastien
提交者:
GitHub
3月 06, 2017
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #5651 from nouiz/cleanup
Remove old files not used anymore.
上级
27a681ce
2db90556
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
1 行增加
和
36 行删除
+1
-36
MANIFEST.in
MANIFEST.in
+0
-1
theano-test
bin/theano-test
+0
-3
theano_test.py
bin/theano_test.py
+0
-30
setup.py
setup.py
+1
-2
没有找到文件。
MANIFEST.in
浏览文件 @
0de775be
...
@@ -9,4 +9,3 @@ global-include *.pkl
...
@@ -9,4 +9,3 @@ global-include *.pkl
recursive-include doc
recursive-include doc
include bin/theano-cache
include bin/theano-cache
include bin/theano-nose
include bin/theano-nose
include bin/theano-test
bin/theano-test
deleted
100755 → 0
浏览文件 @
27a681ce
#!/usr/bin/env python
import
theano_test
theano_test
.
main
()
bin/theano_test.py
deleted
100644 → 0
浏览文件 @
27a681ce
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""IPython Test Suite Runner.
"""
from
__future__
import
print_function
def
main
():
# The tests can't even run if nose isn't available, so might as well give the
# user a civilized error message in that case.
try
:
import
nose
except
ImportError
:
error
=
"""
\
ERROR: The IPython test suite requires nose to run.
Please install nose on your system first and try again.
For information on installing nose, see:
http://nose.readthedocs.org/en/latest/
Exiting."""
import
sys
print
(
error
,
file
=
sys
.
stderr
)
else
:
import
theano
theano
.
test
()
if
__name__
==
"__main__"
:
main
()
setup.py
浏览文件 @
0de775be
...
@@ -175,8 +175,7 @@ def do_setup():
...
@@ -175,8 +175,7 @@ def do_setup():
},
},
entry_points
=
{
entry_points
=
{
'console_scripts'
:
[
'theano-cache = bin.theano_cache:main'
,
'console_scripts'
:
[
'theano-cache = bin.theano_cache:main'
,
'theano-nose = bin.theano_nose:main'
,
'theano-nose = bin.theano_nose:main'
]
'theano-test = bin.theano_test:main'
]
},
},
keywords
=
' '
.
join
([
keywords
=
' '
.
join
([
'theano'
,
'math'
,
'numerical'
,
'symbolic'
,
'blas'
,
'theano'
,
'math'
,
'numerical'
,
'symbolic'
,
'blas'
,
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论