mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 11:33:42 +02:00
tests: random data removed from test_gamma_method_standard_data
This commit is contained in:
parent
8d0bfafaab
commit
b72897a1bd
1 changed files with 0 additions and 1 deletions
|
@ -142,7 +142,6 @@ def test_overloading_vectorization():
|
||||||
|
|
||||||
def test_gamma_method_standard_data():
|
def test_gamma_method_standard_data():
|
||||||
for data in [np.tile([1, -1], 1000),
|
for data in [np.tile([1, -1], 1000),
|
||||||
np.random.rand(100001),
|
|
||||||
np.zeros(1195),
|
np.zeros(1195),
|
||||||
np.sin(np.sqrt(2) * np.pi * np.arange(1812))]:
|
np.sin(np.sqrt(2) * np.pi * np.arange(1812))]:
|
||||||
test_obs = pe.Obs([data], ['t'])
|
test_obs = pe.Obs([data], ['t'])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue