From fe1a2be30e351c361e4f458dd8dfd562f822e78c Mon Sep 17 00:00:00 2001 From: "Matthew.Jones" Date: Wed, 19 Jun 2024 10:48:07 +0200 Subject: [PATCH] Re-formatted summary line to pass pydocstyle check. --- src/openmcmc/mcmc.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/openmcmc/mcmc.py b/src/openmcmc/mcmc.py index a7898b6..445ee2b 100644 --- a/src/openmcmc/mcmc.py +++ b/src/openmcmc/mcmc.py @@ -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: