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

Merge branch 'return_type_for_run_sampler' into 'master'

Added return type for run_sampler

See merge request !870
parents dcd56c75 c070d74f
No related branches found
No related tags found
1 merge request!870Added return type for run_sampler
Pipeline #155117 failed
......@@ -3,6 +3,7 @@ import sys
import datetime
from collections import OrderedDict
import bilby
from ..utils import command_line_args, logger
from ..prior import PriorDict, DeltaFunction
......@@ -107,7 +108,7 @@ def run_sampler(likelihood, priors=None, label='label', outdir='outdir',
Returns
-------
result
result: bilby.core.result.Result
An object containing the results
"""
......
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