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

fix uniform in comoving volume prior file finding

parent d3c90300
No related branches found
No related tags found
1 merge request!59Updating priors
......@@ -4,6 +4,7 @@ from tupak.core.prior import *
class UniformComovingVolume(FromFile):
def __init__(self, minimum=None, maximum=None, name=None, latex_label=None):
self.__file__ = __file__
FromFile.__init__(self, file_name='comoving.txt', minimum=minimum, maximum=maximum, name=name,
latex_label=latex_label)
......
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