mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-16 12:33:41 +02:00
fixed seed added to tests
This commit is contained in:
parent
1b63f5dd3b
commit
bb9790acd7
4 changed files with 12 additions and 1 deletions
|
@ -6,6 +6,8 @@ import copy
|
|||
import pyerrors as pe
|
||||
import pytest
|
||||
|
||||
np.random.seed(0)
|
||||
|
||||
def test_dump():
|
||||
value = np.random.normal(5, 10)
|
||||
dvalue = np.abs(np.random.normal(0, 1))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue