Skip to content

Commit

Permalink
Set random seed for testing to 10.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaeladuta committed Nov 13, 2024
1 parent 54ab86c commit b27a83f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_local2global.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
import local2global.example as ex


# fixed seed for testing
_seed = np.random.SeedSequence(148047762894979172857694243677519903461)
# fixed seed
_seed = np.random.SeedSequence(10)

# random seed
# _seed = np.random.SeedSequence()
Expand Down

0 comments on commit b27a83f

Please sign in to comment.