Skip to content

Commit

Permalink
removing python's random seed from the BOILERPLATE
Browse files Browse the repository at this point in the history
  • Loading branch information
ipdemes committed Jul 25, 2023
1 parent 6e19e66 commit a40ac86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/hooks/enforce_boilerplate.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
from typing import NoReturn

BOILERPLATE = [
"import random",
"random.seed(12345)",
"np.random.seed(12345)",
"sys.exit(pytest.main(sys.argv))",
]
Expand Down

0 comments on commit a40ac86

Please sign in to comment.