Skip to content

Commit

Permalink
Re-formatted summary line to pass pydocstyle check.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattj89 committed Jun 19, 2024
1 parent a5dcc62 commit fe1a2be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/openmcmc/mcmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ class MCMC:
store: dict = field(default_factory=dict, init=False)

def __post_init__(self):
"""Convert any state values to at least 2D np.arrays and sample any missing states from the prior distributions
and set up storage arrays for the sampled values.
"""Convert any state values to at least 2D np.arrays and sample any missing states from the prior distributions and set up storage arrays for the sampled values.
Ensures that all elements of the initial state are in an appropriate format for running
the sampler:
Expand Down

0 comments on commit fe1a2be

Please sign in to comment.