mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01: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():
|
||||
for data in [np.tile([1, -1], 1000),
|
||||
np.random.rand(100001),
|
||||
np.zeros(1195),
|
||||
np.sin(np.sqrt(2) * np.pi * np.arange(1812))]:
|
||||
test_obs = pe.Obs([data], ['t'])
|
||||
|
|
Loading…
Add table
Reference in a new issue