diff --git a/sympy-theano.patch b/sympy-theano.patch index b755dc9..e01385f 100644 --- a/sympy-theano.patch +++ b/sympy-theano.patch @@ -1,5 +1,5 @@ ---- sympy/printing/tests/test_theanocode.py.orig 2016-03-08 11:35:33.000000000 -0700 -+++ sympy/printing/tests/test_theanocode.py 2017-04-01 21:32:35.092097881 -0600 +--- sympy-sympy-1.0/sympy/printing/tests/test_theanocode.py.orig 2016-03-08 11:35:33.000000000 -0700 ++++ sympy-sympy-1.0/sympy/printing/tests/test_theanocode.py 2017-04-01 21:32:35.092097881 -0600 @@ -243,7 +243,7 @@ def test_DenseMatrix(): X = MatrixType([[sy.cos(t), -sy.sin(t)], [sy.sin(t), sy.cos(t)]]) tX = theano_code(X)