Skip to content

Commit

Permalink
lts fix, try two
Browse files Browse the repository at this point in the history
  • Loading branch information
mkyl committed Oct 2, 2023
1 parent efcc398 commit 5e6fe11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/graphsize.jl
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ using Graphs

@testset "directed triangle query on undirected 10 clique data" begin
g = DataGraph(DiGraph(clique_graph(10, 1)))
for i in range(2,10)
for i in 2:10
add_labeled_edge!(g, (i, i), -1) # The clique_graph constructor doesn't include self-edges, except for node 1...
end
query_graph = QueryGraph(3)
Expand Down

0 comments on commit 5e6fe11

Please sign in to comment.