We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8bd327 + 30e7447 commit 76367f0Copy full SHA for 76367f0
1 file changed
src/ReactiveMP.jl
@@ -100,7 +100,6 @@ include("rules/predefined.jl")
100
include("rules/fallbacks.jl")
101
102
function __init__()
103
-
104
Base.Experimental.register_error_hint(MethodError) do io, exc, argtypes, kwargs
105
if exc.f == ReactiveMP.factornode && length(argtypes) >= 2 && argtypes[1] == ReactiveMP.UndefinedNodeFunctionalForm
106
errmsg = """
0 commit comments