Fix paths in the theano patch
This commit is contained in:
parent
d55f2d8da2
commit
10ef511153
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user