Skip to content

Commit

Permalink
typo docs
Browse files Browse the repository at this point in the history
  • Loading branch information
juanitorduz committed Feb 7, 2024
1 parent 346d71b commit a833f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpyro/infer/hmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def init_kernel(
`d2` is the max tree depth during post warmup phase.
:param bool find_heuristic_step_size: whether to a heuristic function to adjust the
step size at the beginning of each adaptation window. Defaults to False.
::param bool forward_mode_differentiation: flag indicating whether to use forward mode differentiation.
:param bool forward_mode_differentiation: flag indicating whether to use forward mode differentiation.
:param bool regularize_mass_matrix: whether or not to regularize the estimated mass
matrix for numerical stability during warmup phase. Defaults to True. This flag
does not take effect if ``adapt_mass_matrix == False``.
Expand Down

0 comments on commit a833f54

Please sign in to comment.