mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 12:03:42 +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
|
@ -11,6 +11,8 @@ from scipy.odr import ODR, Model, Data, RealData
|
|||
import pyerrors as pe
|
||||
import pytest
|
||||
|
||||
np.random.seed(0)
|
||||
|
||||
def test_matrix_functions():
|
||||
dim = 3 + int(4 * np.random.rand())
|
||||
print(dim)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue