Skip to content

Commit 09ff7f0

Browse files
committed
modify test because g_i_i cannot parse
1 parent cbd341d commit 09ff7f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/lib/math/tensor.egi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@
8383
[$g [| [| g_1_1 0 0 |]
8484
[| 0 g_2_2 0 |]
8585
[| 0 0 g_3_3 |] |]]}
86-
(d/d g x))
87-
([| [| g_1_1|x 0 0 |] [| 0 g_2_2|x 0 |] [| 0 0 g_3_3|x |] |]))
86+
(show (d/d g x)))
87+
"[| [| g_1_1|x 0 0 |] [| 0 g_2_2|x 0 |] [| 0 0 g_3_3|x |] |]")

0 commit comments

Comments
 (0)