Skip to content

Commit

Permalink
Revert "Function perturbate_theta: description of output dimensions w…
Browse files Browse the repository at this point in the history
…as reversed" (#111)
  • Loading branch information
twallema authored Nov 22, 2024
1 parent a881e9c commit 9c6d96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pySODM/optimization/mcmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def perturbate_theta(theta, pert, multiplier=2, bounds=None, verbose=None):
Number of chains
pos : np.array
Initial positions for markov chains. Dimensions: [nwalkers, ndim]
Initial positions for markov chains. Dimensions: [ndim, nwalkers]
"""

# Validation
Expand Down

0 comments on commit 9c6d96c

Please sign in to comment.