Skip to content

Commit

Permalink
set seed
Browse files Browse the repository at this point in the history
  • Loading branch information
salbalkus committed Dec 31, 2023
1 parent e2c8744 commit 8fbbd7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ using Test
using Graphs
using Distributions

Random.seed!(1);

@testset "CausalTables" begin
foo1 = DataFrame(L = [1, 2, 3], A = [5, 6, 7])
foo2 = (L = [1, 2, 3], A = [5, 6, 7])
Expand Down

0 comments on commit 8fbbd7e

Please sign in to comment.