Skip to content

Commit a4d9833

Browse files
MukundaKattazaxtax
andauthored
Fix 'accomodate' typo in transform_value.py comment (#8251)
Co-authored-by: MukundaKatta <mukundakatta@users.noreply.github.com> Co-authored-by: Rob Zinkov <zaxtax@users.noreply.github.com>
1 parent 506d728 commit a4d9833

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pymc/logprob/transform_value.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def transformed_value_logprob(op, values, *rv_outs, use_jacobian=True, **kwargs)
106106
if log_jac_det.ndim < logp.ndim:
107107
diff_ndims = logp.ndim - log_jac_det.ndim
108108
logp = logp.sum(axis=np.arange(-diff_ndims, 0))
109-
# This case is sometimes, but not always, trivial to accomodate depending on the "space rank" of the
109+
# This case is sometimes, but not always, trivial to accommodate depending on the "space rank" of the
110110
# multivariate distribution. See https://proceedings.mlr.press/v130/radul21a.html
111111
elif log_jac_det.ndim > logp.ndim:
112112
raise NotImplementedError(

0 commit comments

Comments
 (0)