From b72897a1bd789df541b0bcc4a73f357f1b19ba3d Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Tue, 8 Mar 2022 10:57:43 +0000 Subject: [PATCH] tests: random data removed from test_gamma_method_standard_data --- tests/obs_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/obs_test.py b/tests/obs_test.py index a2f40fdf..4eae6db4 100644 --- a/tests/obs_test.py +++ b/tests/obs_test.py @@ -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'])