Skip to content

Commit 8170109

Browse files
zaxtaxricardoV94
andauthored
Update pymc_experimental/model/marginal_model.py
Co-authored-by: Ricardo Vieira <[email protected]>
1 parent b45a72a commit 8170109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc_experimental/model/marginal_model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def clone(self):
234234
return m
235235

236236
def marginalize(
237-
self, rvs_to_marginalize: Union[TensorVariable, Sequence[TensorVariable], Sequence[str]]
237+
self, rvs_to_marginalize: Union[TensorVariable, str, Sequence[TensorVariable], Sequence[str]]
238238
):
239239
if not isinstance(rvs_to_marginalize, Sequence):
240240
rvs_to_marginalize = (rvs_to_marginalize,)

0 commit comments

Comments
 (0)