From 10ef511153fa0217ebdb24170099427a55db9106 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Sat, 1 Apr 2017 21:47:36 -0600 Subject: [PATCH] Fix paths in the theano patch --- sympy-theano.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)