Skip to content

Commit fa307df

Browse files
committed
lint fix
1 parent c6177c2 commit fa307df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmdstanpy/stanfit/pathfinder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def create_inits(
4242
:param seed: Used for random selection, defaults to None
4343
:param chains: Number of initial values to return, defaults to 4
4444
:return: The initial values for the parameters of the model.
45-
45+
4646
If ``chains`` is 1, a dictionary is returned, otherwise a list
4747
of dictionaries is returned, in the format expected for the
4848
``inits`` argument. of :meth:`CmdStanModel.sample`.

0 commit comments

Comments
 (0)