ReactiveMP.jl icon indicating copy to clipboard operation
ReactiveMP.jl copied to clipboard

`PointMass` inputs do not carry scale factors.

Open bartvanerp opened this issue 2 years ago • 0 comments

When directly plugging in numbers or fixed values into the model specification, this will send out messages as expected, but these messages do not include scale factors. For example:

y ~ Switch(z, (0, 1))

causes issues later on, because the message corresponding to 0 and 1 have a unknown log-scaling (which should be 0).

bartvanerp avatar Jan 31 '23 07:01 bartvanerp