Coverage for pesummary/core/plots/latex_labels.py: 100.0%

2 statements  

« prev     ^ index     » next       coverage.py v7.4.4, created at 2024-05-02 08:42 +0000

1# Licensed under an MIT style license -- see LICENSE.md 

2 

3__author__ = ["Charlie Hoy <charlie.hoy@ligo.org>"] 

4 

5 

6latex_labels = { 

7 "log_likelihood": r"$\log{\mathcal{L}}$", 

8 "log_prior": r"$\log{P}$" 

9}