Skip to content

Commit

Permalink
Update hierarc/Sampling/mcmc_sampling.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ajshajib authored Dec 1, 2023
1 parent e2fe031 commit 29abfd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hierarc/Sampling/mcmc_sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class MCMCSampler(object):
def __init__(self, *args, **kwargs):
"""Initialise the classes of the chain and for parameter options :param args:
positional arguments for the CosmoLikelihood() instance
:param args: positional arguments for the CosmoLikelihood() instance
:param kwargs: keyword arguments for the CosmoLikelihood() instance.
"""
self.chain = CosmoLikelihood(*args, **kwargs)
Expand Down

0 comments on commit 29abfd8

Please sign in to comment.