File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,25 @@ install:
18
18
# If we don't install numpy before SciPy 0.10.1, the SciPy installations fails.
19
19
# - "pip install -q scipy --use-mirrors"
20
20
- " pip install --no-deps git+git://github.com/Theano/Theano.git"
21
+ env :
22
+ - PART="test.py:test_logistic_sgd test.py:test_logistic_cg test.py:test_mlp"
23
+ - PART="test.py:test_convolutional_mlp test.py:test_dA"
24
+ - PART="test.py:test_SdA"
25
+ - PART="test.py:test_dbn"
26
+ - PART="test.py:test_rbm"
27
+ - PART="-e test.py"
28
+
29
+ # 569.882s #10 code.test.test_rbm OK
30
+ # 298.992s #9 code.test.test_dbn OK
31
+ # 268.901s #8 code.test.test_SdA OK
32
+ # 67.292s #7 code.test.test_dA OK
33
+ # 27.485s #5 code.test.test_mlp OK
34
+ # 26.204s #6 code.test.test_convolutional_mlp OK
35
+ # 14.676s #4 code.test.test_logistic_cg OK
36
+ # 10.66s #3 code.test.test_logistic_sgd OK
37
+ # 5.795s #1 code.mcrbm.test_hmc.test_hmc OK
38
+ # 0.0s #2 code.mcrbm.test_mcrbm.test_reproduce_ranzato_hinton_2010 FAILED TEST
39
+
21
40
script :
22
41
- cd data
23
42
- ./download.sh
@@ -27,5 +46,5 @@ script:
27
46
- ls
28
47
- export THEANO_FLAGS=warn.ignore_bug_before=all,on_opt_error=raise,on_shape_error=raise
29
48
- python --version
30
- - nosetests test.py
49
+ - nosetests $PART
31
50
You can’t perform that action at this time.
0 commit comments