cleaned up docstring
Showing 1 of 1 files from the diff.
Newly tracked file
src/einsteinpy/symbolic/riemann.py
changed.
@@ -55,7 +55,8 @@
Loading
55 | 55 | @classmethod |
|
56 | 56 | def from_christoffels(cls, chris, parent_metric=None): |
|
57 | 57 | """ |
|
58 | - | Get Riemann Tensor calculated from a Christoffel Symbols Reimann Tensor is given as: |
|
58 | + | Get Riemann Tensor from Christoffel Symbols. |
|
59 | + | Riemann Tensor is given as:: |
|
59 | 60 | .. math:: |
|
60 | 61 | R^{t}{}_{s r n}=\\Gamma^{t}{}_{s n, r} - \\Gamma^{t }{}_{s r, n } |
|
61 | 62 | + \\Gamma^{p}{}_{s n}\\Gamma^{t}{}_{p r} - \\Gamma^{p}{}_{s r}\\Gamma^{t}{}_{p n} |
Files | Coverage |
---|---|
src/einsteinpy | 97.27% |
Project Totals (68 files) | 97.27% |
9375.0
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.