You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# A valid, packable default constructor is needed.
25
-
26
24
end
27
25
28
-
VariableNodeData(val::Array{Float64,2},
29
-
bw::Array{Float64,2},
30
-
BayesNetOutVertIDs::Array{Symbol,1},
31
-
dimIDs::Array{Int,1},
32
-
dims::Int,eliminated::Bool,
33
-
BayesNetVertID::Symbol,
34
-
separator::Array{Symbol,1},
35
-
softtype::T,
36
-
initialized::Bool,
37
-
inferdim::Float64,
38
-
ismargin::Bool,
39
-
dontmargin::Bool) where T <:InferenceVariable=VariableNodeData{T}(val,bw,BayesNetOutVertIDs,dimIDs,dims,eliminated,BayesNetVertID,separator,softtype::T,initialized,inferdim,ismargin,dontmargin)
26
+
# Julia is issuing a warning, this doesn't look to be necessary.
27
+
# VariableNodeData(val::Array{Float64,2},
28
+
# bw::Array{Float64,2},
29
+
# BayesNetOutVertIDs::Array{Symbol,1},
30
+
# dimIDs::Array{Int,1},
31
+
# dims::Int,eliminated::Bool,
32
+
# BayesNetVertID::Symbol,
33
+
# separator::Array{Symbol,1},
34
+
# softtype::T,
35
+
# initialized::Bool,
36
+
# inferdim::Float64,
37
+
# ismargin::Bool,
38
+
# dontmargin::Bool) where T <: InferenceVariable = VariableNodeData{T}(val,bw,BayesNetOutVertIDs,dimIDs,dims,eliminated,BayesNetVertID,separator,softtype::T,initialized,inferdim,ismargin,dontmargin)
0 commit comments