Skip to content

Commit

Permalink
seeded
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrine committed Mar 31, 2019
1 parent 2c98816 commit 1c9a3f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_poincare_math.py
Expand Up @@ -13,6 +13,7 @@ def seed(request):
seed = request.param
torch.manual_seed(seed)
random.seed(seed)
np.random.seed(seed)
return seed


Expand Down

0 comments on commit 1c9a3f5

Please sign in to comment.