File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
sudo : false
3
3
4
+ cache :
5
+ directories :
6
+ - $HOME/.theano
7
+ - $HOME/minicoda2
8
+ - $HOME/minicoda3
9
+
4
10
before_install :
5
11
- . ./scripts/install_miniconda.sh
6
12
- sh -e /etc/init.d/xvfb start
Original file line number Diff line number Diff line change 1
1
import theano .tensor as tt
2
2
import numpy as np
3
3
from functools import reduce
4
- from theano import Variable
5
4
6
5
__all__ = ['ExpQuad' ,
7
6
'RatQuad' ,
Original file line number Diff line number Diff line change 16
16
fi
17
17
18
18
19
- if [ ! -d $INSTALL_FOLDER ]; then
19
+ if [ ! -d $INSTALL_FOLDER ] || [ ! -e $INSTALL_FOLDER /bin/conda ] ; then
20
20
if [ " $( uname) " == " Darwin" ]; then
21
21
URL_OS=" MacOSX"
22
22
elif [ " $( expr substr " $( uname -s) " 1 5) " == " Linux" ]; then
You can’t perform that action at this time.
0 commit comments