aboutsummaryrefslogtreecommitdiff
path: root/Tests
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2012-11-14 14:37:35 +0100
committerIan Hinder <ian.hinder@aei.mpg.de>2012-11-14 14:37:35 +0100
commit60ac923f8dc0e00c732de246f12f5a95c4f46511 (patch)
tree9f5a3b751dadab431d595fb42d87c2e444e0bcb2 /Tests
parent4ba5575be79e43a2306cf106da650c71ead5734a (diff)
TestTensorTools.m: Correct expected result for PD[u[ua],la] test
The test still fails (see Issue #87).
Diffstat (limited to 'Tests')
-rwxr-xr-xTests/TestTensorTools.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/TestTensorTools.m b/Tests/TestTensorTools.m
index 975ede5..538cb64 100755
--- a/Tests/TestTensorTools.m
+++ b/Tests/TestTensorTools.m
@@ -188,7 +188,7 @@ test[FullSimplify[MakeExplicit[MatrixInverse[a[ua, ub]] a[lb, lc]]],
test[MakeExplicit[PD[u[la], lb]], {PD[u1, 1], PD[u1, 2], PD[u1, 3], PD[u2, 1],
PD[u2, 2], PD[u2, 3], PD[u3, 1], PD[u3, 2], PD[u3, 3]}];
-test[MakeExplicit[PD[u[ua], la]], {PD[u1, 1], PD[u2, 2], PD[u3, 3]}];
+test[MakeExplicit[PD[u[ua], la]], {PD[u1, 1] + PD[u2, 2] + PD[u3, 3]}];
test[Simplify[MakeExplicit[PD[MatrixInverse[a[ua, ub]] a[lb, lc], ld]]], {0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,