We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6222386 commit 5b4a8faCopy full SHA for 5b4a8fa
src/caches/abstractbeliefpropagationcache.jl
@@ -57,7 +57,7 @@ function default_message(elt::Type{<:Number}, inds_e)
57
return default_message(Vector{elt}, inds_e)
58
end
59
default_messages(ptn::PartitionedGraph) = Dictionary()
60
-@traitfn default_bp_maxiter(g::::(!IsDirected)) = is_tree(g) ? 1 : 30
+@traitfn default_bp_maxiter(g::::(!IsDirected)) = is_tree(g) ? 1 : nothing
61
@traitfn function default_bp_maxiter(g::::IsDirected)
62
return default_bp_maxiter(undirected_graph(underlying_graph(g)))
63
0 commit comments