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

Remove arrays from priors imported from a file from __repr__.

parent d51aaf63
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -430,7 +430,7 @@ class FromFile(Interped):
logging.warning(r"x\tp(x)")
def __repr__(self, subclass_keys=list(), subclass_names=list()):
return Prior._subclass_repr_helper(self, subclass_args=['xx', 'yy', 'id'])
return Prior._subclass_repr_helper(self, subclass_args=['id'])
class UniformComovingVolume(FromFile):
......
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