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

Commit 4b3438d

Browse files
Try a different seed?
Maybe less memory?
1 parent 03fc43a commit 4b3438d

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 LightGraphs: SimpleGraph
44
using Test
55

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

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

0 commit comments

Comments
 (0)