Skip to content

Commit b059889

Browse files
committed
try fix test failure
1 parent f2b05eb commit b059889

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/entities/DFGFactor.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ function GenericFunctionNodeData(eliminated::Bool,
6161
fnc,
6262
multihypo::Vector{<:Real}=Float64[],
6363
certainhypo::Vector{Int}=Int[],
64-
nullhypo::Real=0)
65-
return GenericFunctionNodeData(eliminated, potentialused, edgeIDs, fnc, multihypo, certainhypo, nullhypo, 0)
64+
nullhypo::Real=0,
65+
solveInP::Int=0)
66+
return GenericFunctionNodeData(eliminated, potentialused, edgeIDs, fnc, multihypo, certainhypo, nullhypo, solveInP)
6667
end
6768

6869

0 commit comments

Comments
 (0)