Skip to content
Snippets Groups Projects
Commit 11d93627 authored by Moritz Huebner's avatar Moritz Huebner
Browse files

Changed a default argument

parent 5abed18a
No related branches found
No related tags found
1 merge request!63Docstring update
......@@ -3,7 +3,7 @@ from tupak.core.prior import *
class UniformComovingVolume(FromFile):
def __init__(self, minimum=None, maximum=None, name=None, latex_label=None):
def __init__(self, minimum=None, maximum=None, name='luminosity distance', latex_label='d_L'):
"""
Parameters
......
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