Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lindnemi committed Oct 16, 2023
1 parent a09ba3b commit 407453d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/ComponentFunctions_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ using LinearAlgebra
end
end

j = (a,b,c,d,e,f,g) -> nothing

eundir = StaticEdge(; f=f, dim=2, coupling = :undirected)
eundef = StaticEdge(; f=f, dim=2)
deundef = StaticDelayEdge(;f=f, dim=2)
deundef = StaticDelayEdge(;f=j, dim=2)

mixed_edges = [eundef, eundef, deundef]

Expand Down

0 comments on commit 407453d

Please sign in to comment.