Skip to content

Commit f117ba1

Browse files
committed
Update r2d2m2cp.py
1 parent 39bf1a0 commit f117ba1

File tree

1 file changed

+1
-1
lines changed
  • pymc_experimental/distributions/multivariate

1 file changed

+1
-1
lines changed

pymc_experimental/distributions/multivariate/r2d2m2cp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def _phi(
193193
raise TypeError("Can't use variance explained with less than two variables")
194194
phi = pt.as_tensor(variance_explained)
195195
else:
196-
phi = _broadcast_as_dims(1., dims=dims)
196+
phi = _broadcast_as_dims(1.0, dims=dims)
197197
if importance_concentration is not None:
198198
return pm.Dirichlet("phi", importance_concentration * phi, dims=broadcast_dims + [dim])
199199
else:

0 commit comments

Comments
 (0)