Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit 95a104f

Browse files
Update test_acyclic.jl
1 parent e104cfa commit 95a104f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_acyclic.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using Graphs: SimpleGraph
44
using Test
55

66
using Random
7-
Random.seed!(100)
7+
Random.seed!(90)
88

99
# println("Starting acyclic coloring test...")
1010
#= Test data =#

0 commit comments

Comments
 (0)