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

update label assignment test

parent 3bd974eb
No related branches found
No related tags found
1 merge request!31Change sampled parameters
Pipeline #
......@@ -54,7 +54,7 @@ class TestPriorLatexLabel(unittest.TestCase):
self.assertEqual(test_label, self.prior.latex_label)
def test_default_label_assignment(self):
self.prior.name = 'mchirp'
self.prior.name = 'chirp_mass'
self.prior.latex_label = None
self.assertEqual(self.prior.latex_label, '$\mathcal{M}$')
......
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