Skip to content

Commit a9ac97e

Browse files
committed
try fix test
1 parent af30b05 commit a9ac97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/entities/DFGFactor.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function GenericFunctionNodeData( eliminated::Bool,
7070
nullhypo::Real=0,
7171
solveInP::Int=0,
7272
inflation::Real=0.0 ) where T
73-
return GenericFunctionNodeData(eliminated, potentialused, edgeIDs, fnc, multihypo, certainhypo, nullhypo, solveInP, inflation)
73+
return GenericFunctionNodeData{T}(eliminated, potentialused, edgeIDs, fnc, multihypo, certainhypo, nullhypo, solveInP, inflation)
7474
end
7575

7676

0 commit comments

Comments
 (0)