Skip to content

Commit 2914175

Browse files
committed
small fix
1 parent a94b96c commit 2914175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function add_node!(g::MwopGraph, a)
111111
id
112112
end
113113
add_node!(g::MwopGraph, inar::InputArray) = add_node!(g, inar.a)
114-
add_node!(g::MwopGraph, outspec::NamedTuple, et) = add_node!(g, MwopOutNode(outspec.ismem, outspec.chunks, map(maximum, outspec.lw.windows.members), et))
114+
add_node!(g::MwopGraph, outspec::NamedTuple, et) = add_node!(g, MwopOutNode(outspec.ismem, outspec.chunks, map(windowmaximum, outspec.lw.windows.members), et))
115115
function add_node!(g::MwopGraph, n::MwopOutNode)
116116
push!(g.nodes, n)
117117
length(g.nodes)

0 commit comments

Comments
 (0)