Skip to content
Snippets Groups Projects
Commit 67c21364 authored by Colm Talbot's avatar Colm Talbot
Browse files

fix typos in spin prior labels

parent 261adead
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -60,17 +60,17 @@ class Prior(object):
return '$\mathcal{M}$'
elif self.name == 'q':
return '$q$'
elif self.name == 'a1':
elif self.name == 'a_1':
return '$a_1$'
elif self.name == 'a2':
elif self.name == 'a_2':
return '$a_2$'
elif self.name == 'tilt1':
return '$\\text{tilt}_1$'
elif self.name == 'tilt2':
return '$\\text{tilt}_2$'
elif self.name == 'phi1':
elif self.name == 'tilt_1':
return '$\\theta_1$'
elif self.name == 'tilt_2':
return '$\\theta_2$'
elif self.name == 'phi_1':
return '$\phi_1$'
elif self.name == 'phi2':
elif self.name == 'phi_2':
return '$\phi_2$'
elif self.name == 'luminosity_distance':
return '$d_L$'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment