Skip to content

Commit b49a13a

Browse files
ferrinericardoV94
andauthored
Update pymc_experimental/model/transforms/autoreparam.py
Co-authored-by: Ricardo Vieira <[email protected]>
1 parent f9ed812 commit b49a13a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc_experimental/model/transforms/autoreparam.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def _(
218218
) -> ModelDeterministic:
219219
rng, size, _, loc, scale = node.inputs
220220
if transform is not None:
221-
raise NotImplementedError("Reparametrization with Transform is not implemented")
221+
raise NotImplementedError("Reparametrization of Normal with Transform is not implemented")
222222
vip_rv_ = pm.Normal.dist(
223223
lam * loc,
224224
scale**lam,

0 commit comments

Comments
 (0)