Skip to content

Commit

Permalink
remove randomness from unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
rymanderson committed Nov 12, 2024
1 parent a2031fc commit ec4d411
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/fmm_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -355,9 +355,6 @@ bodies = [
0.08 0.5 1.1
]

Random.seed!(123)
bodies = rand(7,3)

vortex_particles = VortexParticles(bodies)

psis = zeros(3,3)
Expand Down

0 comments on commit ec4d411

Please sign in to comment.