Skip to content
Snippets Groups Projects
Commit 727b5176 authored by MoritzThomasHuebner's avatar MoritzThomasHuebner
Browse files

Added Mpc as a default for 'UniformComovingVolume'

parent 21ca4ab2
No related branches found
No related tags found
1 merge request!184Resolve "units in latex labels"
......@@ -23,7 +23,7 @@ class UniformComovingVolume(FromFile):
"""
file_name = os.path.join(os.path.dirname(__file__), 'prior_files', 'comoving.txt')
FromFile.__init__(self, file_name=file_name, minimum=minimum, maximum=maximum, name=name,
latex_label=latex_label)
latex_label=latex_label, unit='Mpc')
class BBHPriorSet(PriorSet):
......
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