From d79f8438ce514331b1f35bc351f1f29663226923 Mon Sep 17 00:00:00 2001 From: Colm Talbot <colm.talbot@ligo.org> Date: Mon, 11 Jun 2018 14:10:51 +1000 Subject: [PATCH] update docstring --- tupak/core/prior.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tupak/core/prior.py b/tupak/core/prior.py index e1ff515a3..f4316b2cd 100644 --- a/tupak/core/prior.py +++ b/tupak/core/prior.py @@ -72,8 +72,6 @@ class PriorSet(dict): Parameters ---------- - prior: dict - dictionary of prior objects and floats likelihood: tupak.likelihood.GravitationalWaveTransient instance Used to infer the set of parameters to fill the prior with default_priors_file: str -- GitLab