diff --git a/tests/test_summary.py b/tests/test_summary.py index 8ee40a5..86d8719 100644 --- a/tests/test_summary.py +++ b/tests/test_summary.py @@ -16,7 +16,7 @@ ], ) @pytest.mark.parametrize( - "n, mx, k, mc, fit_intercept", [(100, 2, 3, 0, False), (100, 4, 10, 2, True)] + "n, mx, k, mc, fit_intercept", [(100, 2, 3, 0, False), (1000, 4, 10, 2, True)] ) def test_kclass_summary(test, n, mx, k, mc, fit_intercept): Z, X, y, C, _, _ = simulate_gaussian_iv(