Replies: 1 comment
-
Hey @fonsp thanks for the feedback! I made a PR ReactiveBayes/ReactiveMP.jl#431 for this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I created a model with a distribution that is not supported (Cauchy):
The error message from
infer
is below, with a very long stack trace:Improved error message
The error message can be improved! The helpful information (that I got from Dmitry) was: "The distribution Cauchy is not supported by RxInfer" and it would be nice to have this in the error message. The current error message is not helpful because I do not know why
factornode
was called (or what it is).I found that
Base.Experimental.register_error_hint
is useful for improving MethodError messages, see eg JuliaPlots/Plots.jl#4733Example notebook
no method factornode.html.zip
Beta Was this translation helpful? Give feedback.
All reactions