From 60ac923f8dc0e00c732de246f12f5a95c4f46511 Mon Sep 17 00:00:00 2001 From: Ian Hinder Date: Wed, 14 Nov 2012 14:37:35 +0100 Subject: TestTensorTools.m: Correct expected result for PD[u[ua],la] test The test still fails (see Issue #87). --- Tests/TestTensorTools.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tests/TestTensorTools.m') 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, -- cgit v1.2.3