Skip to content

Commit 983f6a1

Browse files
committed
trying to fix tests
1 parent 0079722 commit 983f6a1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/entities/DFGFactor.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ end
5858

5959
## Constructors
6060

61-
# GenericFunctionNodeData{T}() where T =
62-
# GenericFunctionNodeData{T}(false, false, Int[], T(), Float64[], Int[], 0, 0)
61+
GenericFunctionNodeData{T}() where T =
62+
GenericFunctionNodeData(false, false, Int[], T())
6363

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

0 commit comments

Comments
 (0)