Skip to content

Commit a302eb5

Browse files
committed
Comment out sphere test
1 parent a517872 commit a302eb5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/components.cdb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -461,10 +461,10 @@ g^{\alpha\beta}::InverseMetric.
461461

462462
sphe:={ g_{\theta\theta} = r**2,
463463
g_{\varphi\varphi} = r**2 \sin(\theta)**2 }.
464-
complete(sphe, $g^{\alpha\beta}$);
464+
# complete(sphe, $g^{\alpha\beta}$);
465465

466-
ch:= \Gamma^{\alpha}_{\mu\nu} = 1/2 g^{\alpha\beta} ( \partial_{\nu}{g_{\beta\mu}}
467-
+\partial_{\mu}{g_{\beta\nu}}
468-
-\partial_{\beta}{g_{\mu\nu}} );
466+
#ch:= \Gamma^{\alpha}_{\mu\nu} = 1/2 g^{\alpha\beta} ( \partial_{\nu}{g_{\beta\mu}}
467+
# +\partial_{\mu}{g_{\beta\nu}}
468+
# -\partial_{\beta}{g_{\mu\nu}} );
469469

470-
evaluate(ch, sphe, rhsonly=True);
470+
# evaluate(ch, sphe, rhsonly=True);

0 commit comments

Comments
 (0)