Skip to content

Commit 0079722

Browse files
committed
fixing tests
1 parent a9ac97e commit 0079722

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/entities/DFGFactor.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ end
6161
# GenericFunctionNodeData{T}() where T =
6262
# GenericFunctionNodeData{T}(false, false, Int[], T(), Float64[], Int[], 0, 0)
6363

64-
function GenericFunctionNodeData( eliminated::Bool,
65-
potentialused::Bool,
66-
edgeIDs::Vector{Int},
67-
fnc::T,
64+
function GenericFunctionNodeData( eliminated::Bool=false,
65+
potentialused::Bool=false,
66+
edgeIDs::Vector{Int}=Int[],
67+
fnc::T=T(),
6868
multihypo::Vector{<:Real}=Float64[],
6969
certainhypo::Vector{Int}=Int[],
7070
nullhypo::Real=0,

0 commit comments

Comments
 (0)