Skip to content

Commit

Permalink
Random seed tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikeowen committed Oct 4, 2024
1 parent 9e24807 commit cad3d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/KernelIntegrator/TestIntegrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
# Randomize nodes
#-------------------------------------------------------------------------------
import random
seed = 2
seed = 4587592729430
rangen = random.Random()
rangen.seed(seed)

Expand Down

0 comments on commit cad3d2b

Please sign in to comment.