Bug#1020060: statsmodels: FTBFS: make[1]: *** [debian/rules:105: override_dh_auto_test] Error 1

Lucas Nussbaum lucas at debian.org
Sun Sep 18 07:02:46 BST 2022


Source: statsmodels
Version: 0.13.2+dfsg-4
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20220917 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> TEST_SUCCESS=true ; cd tools && for testpy3ver in `py3versions -vs` ; do \
> for testpath in ../.pybuild/*${testpy3ver}*/*/statsmodels ; do \
> PYTHONPATH=${testpath}/.. python${testpy3ver} -m pytest -v ${testpath} || TEST_SUCCESS=false ; \
> rm -rf ${testpath}/.pytest_cache ; \
> done ; done ; [ `dpkg --print-architecture` = mips64el ] || [ `dpkg --print-architecture` = armel ] || ${TEST_SUCCESS}
> ============================= test session starts ==============================
> platform linux -- Python 3.10.7, pytest-7.1.2, pluggy-1.0.0+repack -- /usr/bin/python3.10
> cachedir: .pytest_cache
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels, configfile: setup.cfg
> plugins: forked-1.4.0
> collecting ... collected 16890 items
> 
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestArrays::test_orig PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestArrays::test_endogexog PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestArrays::test_attach PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestArrays::test_names PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestArrays::test_labels PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestArrays2dEndog::test_orig PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestArrays2dEndog::test_attach PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestArrays2dEndog::test_names PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestArrays2dEndog::test_labels PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestArrays2dEndog::test_endogexog PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestArrays1dExog::test_endogexog PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestArrays1dExog::test_attach PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestArrays1dExog::test_names PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestArrays1dExog::test_labels PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestArrays1dExog::test_orig PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestDataFrames::test_names PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestDataFrames::test_labels PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestDataFrames::test_orig PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestDataFrames::test_endogexog PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestDataFrames::test_attach PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestDataFramesWithMultiIndex::test_names PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestDataFramesWithMultiIndex::test_labels PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestDataFramesWithMultiIndex::test_orig PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestDataFramesWithMultiIndex::test_endogexog PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestDataFramesWithMultiIndex::test_attach PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestLists::test_orig PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestLists::test_endogexog PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestLists::test_attach PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestLists::test_names PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestLists::test_labels PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestListDataFrame::test_names PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestListDataFrame::test_labels PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestListDataFrame::test_attach PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestListDataFrame::test_endogexog PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestListDataFrame::test_orig PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestDataFrameList::test_names PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestDataFrameList::test_labels PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestDataFrameList::test_attach PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestDataFrameList::test_endogexog PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestDataFrameList::test_orig PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestArrayDataFrame::test_names PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestArrayDataFrame::test_labels PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestArrayDataFrame::test_attach PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestArrayDataFrame::test_endogexog PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestArrayDataFrame::test_orig PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestDataFrameArray::test_names PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestDataFrameArray::test_labels PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestDataFrameArray::test_attach PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestDataFrameArray::test_endogexog PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestDataFrameArray::test_orig PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestSeriesDataFrame::test_names PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestSeriesDataFrame::test_labels PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestSeriesDataFrame::test_endogexog PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestSeriesDataFrame::test_attach PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestSeriesDataFrame::test_orig PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestSeriesSeries::test_names PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestSeriesSeries::test_labels PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestSeriesSeries::test_attach PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestSeriesSeries::test_orig PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestSeriesSeries::test_endogexog PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::test_alignment PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestMultipleEqsArrays::test_orig PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestMultipleEqsArrays::test_endogexog PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestMultipleEqsArrays::test_names PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestMultipleEqsArrays::test_labels PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestMultipleEqsArrays::test_attach PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestMultipleEqsDataFrames::test_names PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestMultipleEqsDataFrames::test_labels PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestMultipleEqsDataFrames::test_orig PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestMultipleEqsDataFrames::test_endogexog PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestMultipleEqsDataFrames::test_attach PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestMissingArray::test_raise_no_missing PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestMissingArray::test_raise PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestMissingArray::test_drop PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestMissingArray::test_none PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestMissingArray::test_endog_only_raise PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestMissingArray::test_endog_only_drop PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestMissingArray::test_mv_endog PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestMissingArray::test_extra_kwargs_2d PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestMissingArray::test_extra_kwargs_1d PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestMissingPandas::test_raise_no_missing PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestMissingPandas::test_raise PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestMissingPandas::test_drop PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestMissingPandas::test_none PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestMissingPandas::test_endog_only_raise PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestMissingPandas::test_endog_only_drop PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestMissingPandas::test_mv_endog PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestMissingPandas::test_labels PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestConstant::test_array_constant PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestConstant::test_pandas_constant PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestConstant::test_pandas_noconstant PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestConstant::test_array_noconstant PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestHandleMissing::test_pandas PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestHandleMissing::test_arrays PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestHandleMissing::test_pandas_array PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestHandleMissing::test_array_pandas PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestHandleMissing::test_noop PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestHasConstantOLS::test_hasconst PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestHasConstantGLM::test_hasconst PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::TestHasConstantLogit::test_hasconst PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::test_dtype_object PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::test_formula_missing_extra_arrays PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_data.py::test_raise_nonfinite_exog PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_distributed_estimation.py::test_calc_grad PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_distributed_estimation.py::test_calc_wdesign_mat PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_distributed_estimation.py::test_est_regularized_debiased PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_distributed_estimation.py::test_est_regularized_naive PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_distributed_estimation.py::test_est_unregularized_naive PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_distributed_estimation.py::test_join_debiased PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_distributed_estimation.py::test_join_naive PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_distributed_estimation.py::test_fit_sequential PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_distributed_estimation.py::test_fit_joblib PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_distributed_estimation.py::test_single_partition PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_distributed_estimation.py::test_larger_p PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_distributed_estimation.py::test_non_zero_params PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_distributed_estimation.py::test_repeat_partition PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_distributed_estimation.py::test_debiased_v_average PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericOLS::test_ttest_tvalues PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericOLS::test_ftest_pvalues PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericOLS::test_fitted PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericOLS::test_predict_types PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericOLS::test_zero_constrained PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericOLS::test_zero_collinear PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericOLSOneExog::test_ttest_tvalues PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericOLSOneExog::test_ftest_pvalues PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericOLSOneExog::test_fitted PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericOLSOneExog::test_predict_types PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericOLSOneExog::test_zero_collinear PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericOLSOneExog::test_zero_constrained SKIPPED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericWLS::test_ttest_tvalues PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericWLS::test_ftest_pvalues PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericWLS::test_fitted PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericWLS::test_predict_types PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericWLS::test_zero_constrained PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericWLS::test_zero_collinear PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericPoisson::test_ttest_tvalues PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericPoisson::test_ftest_pvalues PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericPoisson::test_fitted SKIPPED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericPoisson::test_predict_types PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericPoisson::test_zero_constrained PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericPoisson::test_zero_collinear PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericPoissonOffset::test_ttest_tvalues PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericPoissonOffset::test_ftest_pvalues PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericPoissonOffset::test_fitted SKIPPED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericPoissonOffset::test_predict_types PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericPoissonOffset::test_zero_constrained PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericPoissonOffset::test_zero_collinear PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericNegativeBinomial::test_ttest_tvalues PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericNegativeBinomial::test_ftest_pvalues PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericNegativeBinomial::test_fitted SKIPPED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericNegativeBinomial::test_predict_types PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericNegativeBinomial::test_zero_constrained PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericNegativeBinomial::test_zero_collinear PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericLogit::test_ttest_tvalues PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericLogit::test_ftest_pvalues PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericLogit::test_fitted SKIPPED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericLogit::test_predict_types PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericLogit::test_zero_constrained PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericLogit::test_zero_collinear PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericRLM::test_ttest_tvalues PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericRLM::test_ftest_pvalues PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericRLM::test_fitted PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericRLM::test_predict_types PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericRLM::test_zero_constrained PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericRLM::test_zero_collinear PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericGLM::test_ttest_tvalues PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericGLM::test_ftest_pvalues PASSED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericGLM::test_fitted SKIPPED [  0%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericGLM::test_predict_types PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericGLM::test_zero_constrained PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericGLM::test_zero_collinear PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericGLMPoissonOffset::test_ttest_tvalues PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericGLMPoissonOffset::test_ftest_pvalues PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericGLMPoissonOffset::test_fitted SKIPPED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericGLMPoissonOffset::test_predict_types PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericGLMPoissonOffset::test_zero_constrained PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericGLMPoissonOffset::test_zero_collinear PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericGEEPoisson::test_ttest_tvalues PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericGEEPoisson::test_ftest_pvalues PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericGEEPoisson::test_fitted SKIPPED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericGEEPoisson::test_predict_types PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericGEEPoisson::test_zero_constrained SKIPPED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericGEEPoisson::test_zero_collinear SKIPPED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericGEEPoissonNaive::test_ttest_tvalues PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericGEEPoissonNaive::test_ftest_pvalues PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericGEEPoissonNaive::test_fitted SKIPPED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericGEEPoissonNaive::test_predict_types PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericGEEPoissonNaive::test_zero_constrained SKIPPED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericGEEPoissonNaive::test_zero_collinear SKIPPED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericGEEPoissonBC::test_ttest_tvalues PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericGEEPoissonBC::test_ftest_pvalues PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericGEEPoissonBC::test_fitted SKIPPED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericGEEPoissonBC::test_predict_types PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericGEEPoissonBC::test_zero_constrained SKIPPED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestGenericGEEPoissonBC::test_zero_collinear SKIPPED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestWaldAnovaOLS::test_combined PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestWaldAnovaOLS::test_categories PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestWaldAnovaOLS::test_noformula PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestWaldAnovaOLSF::test_combined PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestWaldAnovaOLSF::test_categories PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestWaldAnovaOLSF::test_predict_missing PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestWaldAnovaGLM::test_combined PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestWaldAnovaGLM::test_categories PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestWaldAnovaPoisson::test_combined PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestWaldAnovaPoisson::test_categories PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestWaldAnovaNegBin::test_combined PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestWaldAnovaNegBin::test_categories PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestWaldAnovaNegBin1::test_combined PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestWaldAnovaNegBin1::test_categories PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestTTestPairwiseOLS::test_default PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestTTestPairwiseOLS::test_alpha PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestTTestPairwiseOLS2::test_default PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestTTestPairwiseOLS3::test_default PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestTTestPairwiseOLS4::test_default PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_generic_methods.py::TestTTestPairwisePoisson::test_default PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_optimize.py::test_full_output_false PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_optimize.py::test_full_output PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_optimize.py::test_minimize_scipy_slsqp PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonNonePenal::test_params_table PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonNonePenal::test_summary PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonNonePenal::test_summary2 PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonNonePenal::test_numdiff PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonNoPenal::test_params_table PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonNoPenal::test_summary PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonNoPenal::test_summary2 PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonNoPenal::test_numdiff PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMPoissonNoPenal::test_params_table PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMPoissonNoPenal::test_summary PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMPoissonNoPenal::test_summary2 PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMPoissonNoPenal::test_numdiff PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonOracle::test_params_table PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonOracle::test_summary PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonOracle::test_summary2 PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonOracle::test_numdiff PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMPoissonOracle::test_params_table PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMPoissonOracle::test_summary PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMPoissonOracle::test_summary2 PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMPoissonOracle::test_numdiff PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonOracleHC::test_params_table PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonOracleHC::test_summary PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonOracleHC::test_summary2 PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonOracleHC::test_numdiff PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonOracleHC::test_cov_type PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMPoissonOracleHC::test_params_table PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMPoissonOracleHC::test_summary PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMPoissonOracleHC::test_summary2 PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMPoissonOracleHC::test_numdiff PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonGLMOracleHC::test_params_table PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonGLMOracleHC::test_summary PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonGLMOracleHC::test_summary2 PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonGLMOracleHC::test_numdiff PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonOraclePenalized::test_params_table PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonOraclePenalized::test_summary PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonOraclePenalized::test_summary2 PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonOraclePenalized::test_numdiff PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonOraclePenalized2::test_params_table XPASS [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonOraclePenalized2::test_summary XPASS [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonOraclePenalized2::test_summary2 XPASS [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonOraclePenalized2::test_numdiff XPASS [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonOraclePenalized2::test_zeros XPASS [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonOraclePenalized2HC::test_params_table XPASS [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonOraclePenalized2HC::test_summary XPASS [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonOraclePenalized2HC::test_summary2 XPASS [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonOraclePenalized2HC::test_numdiff XPASS [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedPoissonOraclePenalized2HC::test_cov_type XPASS [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedLogitNoPenal::test_params_table PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedLogitNoPenal::test_summary PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedLogitNoPenal::test_summary2 PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedLogitNoPenal::test_numdiff PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedLogitOracle::test_params_table PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedLogitOracle::test_summary PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedLogitOracle::test_summary2 PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedLogitOracle::test_numdiff PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMLogitOracle::test_params_table PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMLogitOracle::test_summary PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMLogitOracle::test_summary2 PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMLogitOracle::test_numdiff PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedLogitOraclePenalized::test_params_table PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedLogitOraclePenalized::test_summary PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedLogitOraclePenalized::test_summary2 PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedLogitOraclePenalized::test_numdiff PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedLogitOraclePenalized2::test_params_table PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedLogitOraclePenalized2::test_summary PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedLogitOraclePenalized2::test_summary2 PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedLogitOraclePenalized2::test_numdiff PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedLogitOraclePenalized2::test_zeros PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMBinomCountNoPenal::test_params_table PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMBinomCountNoPenal::test_summary PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMBinomCountNoPenal::test_summary2 PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMBinomCountNoPenal::test_numdiff PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMBinomCountNoPenal::test_deriv PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMBinomCountOracleHC::test_params_table PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMBinomCountOracleHC::test_summary PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMBinomCountOracleHC::test_summary2 PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMBinomCountOracleHC::test_numdiff PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMBinomCountOracleHC2::test_params_table PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMBinomCountOracleHC2::test_summary PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMBinomCountOracleHC2::test_summary2 PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMBinomCountOracleHC2::test_numdiff PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMGaussianOracleHC::test_params_table PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMGaussianOracleHC::test_summary PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMGaussianOracleHC::test_summary2 PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMGaussianOracleHC::test_numdiff PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMGaussianOracleHC2::test_params_table PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMGaussianOracleHC2::test_summary PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMGaussianOracleHC2::test_summary2 PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMGaussianOracleHC2::test_numdiff PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMGaussianL2::test_params_table PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMGaussianL2::test_summary PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMGaussianL2::test_summary2 PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMGaussianL2::test_numdiff PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMGaussianL2Theil::test_summary PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMGaussianL2Theil::test_summary2 PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMGaussianL2Theil::test_numdiff PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalized.py::TestPenalizedGLMGaussianL2Theil::test_params_table PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalties.py::TestL2Constraints0::test_symmetry PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalties.py::TestL2Constraints0::test_derivatives PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalties.py::TestL2Constraints0::test_equivalence PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalties.py::TestL2Constraints1::test_symmetry PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalties.py::TestL2Constraints1::test_derivatives PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalties.py::TestL2Constraints1::test_values PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalties.py::TestSmoothedSCAD::test_symmetry PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalties.py::TestSmoothedSCAD::test_derivatives PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalties.py::TestPseudoHuber::test_symmetry PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalties.py::TestPseudoHuber::test_derivatives PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalties.py::TestPseudoHuber::test_backward_compatibility PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalties.py::TestPseudoHuber::test_deprecated_priority PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalties.py::TestPseudoHuber::test_weights_assignment PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalties.py::TestL2::test_symmetry PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalties.py::TestL2::test_derivatives PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalties.py::TestL2::test_backward_compatibility PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalties.py::TestL2::test_deprecated_priority PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalties.py::TestL2::test_weights_assignment PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalties.py::TestNonePenalty::test_symmetry PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_penalties.py::TestNonePenalty::test_derivatives PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_predict.py::TestPredictOLS::test_2d PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_predict.py::TestPredictOLS::test_1d PASSED [  1%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_predict.py::TestPredictOLS::test_nopatsy PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_predict.py::TestPredictGLM::test_2d PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_predict.py::TestPredictGLM::test_1d PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_predict.py::TestPredictGLM::test_nopatsy PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_predict.py::TestPredictGLM::test_predict_offset PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_screening.py::test_poisson_screening PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_screening.py::test_screen_iterated PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_screening.py::test_glmpoisson_screening PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_screening.py::test_logit_screening PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_screening.py::test_glmlogit_screening PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_screening.py::test_glmgaussian_screening PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestRemoveDataPickleOLS::test_remove_data_pickle PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestRemoveDataPickleOLS::test_remove_data_docstring PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestRemoveDataPickleOLS::test_pickle_wrapper PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestRemoveDataPickleWLS::test_remove_data_pickle PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestRemoveDataPickleWLS::test_remove_data_docstring PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestRemoveDataPickleWLS::test_pickle_wrapper PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestRemoveDataPicklePoisson::test_remove_data_pickle PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestRemoveDataPicklePoisson::test_remove_data_docstring PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestRemoveDataPicklePoisson::test_pickle_wrapper PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestRemoveDataPickleNegativeBinomial::test_remove_data_pickle PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestRemoveDataPickleNegativeBinomial::test_remove_data_docstring PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestRemoveDataPickleNegativeBinomial::test_pickle_wrapper PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestRemoveDataPickleLogit::test_remove_data_pickle PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestRemoveDataPickleLogit::test_remove_data_docstring PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestRemoveDataPickleLogit::test_pickle_wrapper PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestRemoveDataPickleRLM::test_remove_data_pickle PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestRemoveDataPickleRLM::test_remove_data_docstring PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestRemoveDataPickleRLM::test_pickle_wrapper PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestRemoveDataPickleGLM::test_remove_data_pickle PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestRemoveDataPickleGLM::test_remove_data_docstring PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestRemoveDataPickleGLM::test_pickle_wrapper PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestRemoveDataPickleGLM::test_cached_data_removed PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestRemoveDataPickleGLM::test_cached_values_evaluated PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestRemoveDataPickleGLMConstrained::test_remove_data_pickle PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestRemoveDataPickleGLMConstrained::test_remove_data_docstring PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestRemoveDataPickleGLMConstrained::test_pickle_wrapper PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestPickleFormula::test_remove_data_pickle PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestPickleFormula::test_remove_data_docstring PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestPickleFormula::test_pickle_wrapper PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestPickleFormula2::test_remove_data_pickle PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestPickleFormula2::test_remove_data_docstring PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestPickleFormula2::test_pickle_wrapper PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestPickleFormula3::test_remove_data_pickle PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestPickleFormula3::test_remove_data_docstring PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestPickleFormula3::test_pickle_wrapper PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestPickleFormula4::test_remove_data_pickle PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestPickleFormula4::test_remove_data_docstring PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestPickleFormula4::test_pickle_wrapper PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestPickleFormula5::test_remove_data_pickle PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestPickleFormula5::test_remove_data_docstring PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestPickleFormula5::test_pickle_wrapper PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestRemoveDataPicklePoissonRegularized::test_remove_data_pickle PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestRemoveDataPicklePoissonRegularized::test_remove_data_docstring PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_shrink_pickle.py::TestRemoveDataPicklePoissonRegularized::test_pickle_wrapper PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_transform.py::TestTransform::test_nonpositive PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_transform.py::TestTransform::test_invalid_bounds PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_transform.py::TestTransform::test_unclear_methods PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_transform.py::TestTransform::test_unclear_scale_parameter PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_transform.py::TestTransform::test_valid_guerrero PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_transform.py::TestTransform::test_guerrero_robust_scale PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_transform.py::TestTransform::test_loglik_lambda_estimation PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_transform.py::TestTransform::test_boxcox_transformation_methods PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_transform.py::TestTransform::test_zero_lambda PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/tests/test_transform.py::TestTransform::test_naive_back_transformation PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/compat/tests/test_itercompat.py::test_zip_longest PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/compat/tests/test_itercompat.py::test_combinations PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/compat/tests/test_pandas.py::test_is_int_index[1-u] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/compat/tests/test_pandas.py::test_is_int_index[1-i] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/compat/tests/test_pandas.py::test_is_int_index[2-u] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/compat/tests/test_pandas.py::test_is_int_index[2-i] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/compat/tests/test_pandas.py::test_is_int_index[4-u] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/compat/tests/test_pandas.py::test_is_int_index[4-i] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/compat/tests/test_pandas.py::test_is_int_index[8-u] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/compat/tests/test_pandas.py::test_is_int_index[8-i] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/compat/tests/test_pandas.py::test_is_float_index[4] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/compat/tests/test_pandas.py::test_is_float_index[8] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/compat/tests/test_pandas.py::test_legacy_int_index PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/compat/tests/test_pandas.py::test_legacy_float_index PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/compat/tests/test_scipy_compat.py::test_next_regular PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/datasets/tests/test_data.py::test_dataset[anes96] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/datasets/tests/test_data.py::test_dataset[cancer] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/datasets/tests/test_data.py::test_dataset[ccard] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/datasets/tests/test_data.py::test_dataset[china_smoking] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/datasets/tests/test_data.py::test_dataset[co2] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/datasets/tests/test_data.py::test_dataset[committee] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/datasets/tests/test_data.py::test_dataset[copper] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/datasets/tests/test_data.py::test_dataset[cpunish] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/datasets/tests/test_data.py::test_dataset[danish_data] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/datasets/tests/test_data.py::test_dataset[elnino] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/datasets/tests/test_data.py::test_dataset[engel] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/datasets/tests/test_data.py::test_dataset[fair] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/datasets/tests/test_data.py::test_dataset[fertility] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/datasets/tests/test_data.py::test_dataset[grunfeld] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/datasets/tests/test_data.py::test_dataset[heart] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/datasets/tests/test_data.py::test_dataset[interest_inflation] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/datasets/tests/test_data.py::test_dataset[longley] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/datasets/tests/test_data.py::test_dataset[macrodata] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/datasets/tests/test_data.py::test_dataset[modechoice] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/datasets/tests/test_data.py::test_dataset[nile] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/datasets/tests/test_data.py::test_dataset[randhie] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/datasets/tests/test_data.py::test_dataset[scotland] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/datasets/tests/test_data.py::test_dataset[spector] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/datasets/tests/test_data.py::test_dataset[stackloss] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/datasets/tests/test_data.py::test_dataset[star98] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/datasets/tests/test_data.py::test_dataset[statecrime] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/datasets/tests/test_data.py::test_dataset[strikes] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/datasets/tests/test_data.py::test_dataset[sunspots] PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/datasets/tests/test_utils.py::test_get_rdataset SKIPPED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/datasets/tests/test_utils.py::test_get_rdataset_write_read_cache SKIPPED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/datasets/tests/test_utils.py::test_webuse SKIPPED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/datasets/tests/test_utils.py::test_webuse_pandas SKIPPED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_conditional.py::test_logit_1d PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_conditional.py::test_logit_2d PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_conditional.py::test_formula PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_conditional.py::test_poisson_1d PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_conditional.py::test_poisson_2d PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_conditional.py::test_lasso_logistic PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_conditional.py::test_lasso_poisson PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_conditional.py::test_conditional_mnlogit_grad PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_conditional.py::test_conditional_mnlogit_2d PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_conditional.py::test_conditional_mnlogit_3d PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestPoissonConstrained1a::test_basic PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestPoissonConstrained1a::test_basic_method PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestPoissonConstrained1a::test_other PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestPoissonConstrained1a::test_summary PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestPoissonConstrained1a::test_summary2 PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestPoissonConstrained1b::test_basic PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestPoissonConstrained1b::test_basic_method PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestPoissonConstrained1b::test_other PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestPoissonConstrained1c::test_basic PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestPoissonConstrained1c::test_basic_method PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestPoissonConstrained1c::test_other PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestPoissonNoConstrained::test_basic PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestPoissonNoConstrained::test_basic_method PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestPoissonNoConstrained::test_other PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestPoissonConstrained2a::test_basic PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestPoissonConstrained2a::test_basic_method PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestPoissonConstrained2a::test_other PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestPoissonConstrained2b::test_basic PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestPoissonConstrained2b::test_basic_method PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestPoissonConstrained2b::test_other PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestPoissonConstrained2c::test_basic PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestPoissonConstrained2c::test_basic_method PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestPoissonConstrained2c::test_other PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestGLMPoissonConstrained1a::test_basic PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestGLMPoissonConstrained1a::test_basic_method PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestGLMPoissonConstrained1a::test_other PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestGLMPoissonConstrained1b::test_basic PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestGLMPoissonConstrained1b::test_basic_method PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestGLMPoissonConstrained1b::test_other PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestGLMPoissonConstrained1b::test_compare_glm_poisson PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestGLMLogitConstrained1::test_basic PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestGLMLogitConstrained1::test_basic_method PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestGLMLogitConstrained1::test_other PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestGLMLogitConstrained1::test_glm PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestGLMLogitConstrained2::test_basic PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestGLMLogitConstrained2::test_basic_method PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestGLMLogitConstrained2::test_other PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestGLMLogitConstrained2::test_glm PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestGLMLogitConstrained2::test_predict PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestGLMLogitConstrained2::test_summary PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestGLMLogitConstrained2::test_summary2 PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestGLMLogitConstrained2::test_fit_constrained_wrap PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestGLMLogitConstrained2HC::test_basic PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestGLMLogitConstrained2HC::test_basic_method PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestGLMLogitConstrained2HC::test_other PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_constrained.py::TestGLMLogitConstrained2HC::test_glm PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_logit::test_fit_regularized_invalid_method PASSED [  2%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_logit::test_params PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_logit::test_llf PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_logit::test_conf_int PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_logit::test_bse PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_logit::test_aic PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_logit::test_bic PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_logit::test_t PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_logit::test_fit_regularized PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_logit::test_init_keys PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_logit::test_null PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_logit::test_summary PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_probit::test_fit_regularized_invalid_method PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_probit::test_params PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_probit::test_llf PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_probit::test_conf_int PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_probit::test_bse PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_probit::test_aic PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_probit::test_bic PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_probit::test_t PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_probit::test_init_keys PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_probit::test_null PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_probit::test_summary PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_probit::test_fit_regularized PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_offset::test_fit_regularized_invalid_method PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_offset::test_params PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_offset::test_llf PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_offset::test_conf_int PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_offset::test_bse PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_offset::test_aic PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_offset::test_bic PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_offset::test_t PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_offset::test_fit_regularized PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_offset::test_init_keys PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_offset::test_null PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_offset::test_summary PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModel_offset::test_exposure PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModelPandas::test_fit_regularized_invalid_method PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModelPandas::test_params PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModelPandas::test_llf PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModelPandas::test_conf_int PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModelPandas::test_bse PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModelPandas::test_aic PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModelPandas::test_bic PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModelPandas::test_t PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModelPandas::test_fit_regularized PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModelPandas::test_init_keys PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModelPandas::test_null PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModelPandas::test_summary PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedModelPandas::test_names PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedPoisson_predict::test_mean PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedPoisson_predict::test_var PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedPoisson_predict::test_predict_prob PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedPoisson_predict::test_predict_options PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedGeneralizedPoisson::test_fit_regularized_invalid_method PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedGeneralizedPoisson::test_params PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedGeneralizedPoisson::test_llf PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedGeneralizedPoisson::test_aic PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedGeneralizedPoisson::test_fit_regularized PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedGeneralizedPoisson::test_init_keys PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedGeneralizedPoisson::test_null PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedGeneralizedPoisson::test_summary PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedGeneralizedPoisson::test_bse PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedGeneralizedPoisson::test_conf_int PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedGeneralizedPoisson::test_bic PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedGeneralizedPoisson::test_t PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedGeneralizedPoisson::test_minimize PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedGeneralizedPoisson_predict::test_mean PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedGeneralizedPoisson_predict::test_var PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedGeneralizedPoisson_predict::test_predict_prob PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedNegativeBinomialP::test_fit_regularized_invalid_method PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedNegativeBinomialP::test_llf PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedNegativeBinomialP::test_bse PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedNegativeBinomialP::test_aic PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedNegativeBinomialP::test_t PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedNegativeBinomialP::test_init_keys PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedNegativeBinomialP::test_null PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedNegativeBinomialP::test_summary PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedNegativeBinomialP::test_params PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedNegativeBinomialP::test_conf_int PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedNegativeBinomialP::test_bic PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedNegativeBinomialP::test_fit_regularized PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedNegativeBinomialP::test_minimize PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedNegativeBinomialP_predict::test_mean PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedNegativeBinomialP_predict::test_var PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedNegativeBinomialP_predict::test_predict_prob PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedNegativeBinomialP_predict::test_predict_generic_zi PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedNegativeBinomialP_predict2::test_mean PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestZeroInflatedNegativeBinomialP_predict2::test_zero_nonzero_mean PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_count_model.py::TestPandasOffset::test_pd_offset_exposure PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_diagnostic.py::TestCountDiagnostic::test_count PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_diagnostic.py::TestCountDiagnostic::test_probs PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNewton::test_fit_regularized_invalid_method PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNewton::test_params PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNewton::test_conf_int PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNewton::test_zstat PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNewton::test_pvalues PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNewton::test_cov_params PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNewton::test_llf PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNewton::test_llnull PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNewton::test_llr PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNewton::test_llr_pvalue PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNewton::test_normalized_cov_params XFAIL [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNewton::test_bse PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNewton::test_dof PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNewton::test_aic PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNewton::test_bic PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNewton::test_predict PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNewton::test_predict_xb PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNewton::test_loglikeobs PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNewton::test_jac PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNewton::test_summary_latex PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNewton::test_pred_table PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNewton::test_resid_dev PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNewton::test_resid_generalized PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNewton::test_resid_response PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNewton::test_init_kwargs PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBFGS::test_fit_regularized_invalid_method PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBFGS::test_params PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBFGS::test_conf_int PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBFGS::test_zstat PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBFGS::test_pvalues PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBFGS::test_cov_params PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBFGS::test_llf PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBFGS::test_llnull PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBFGS::test_llr PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBFGS::test_llr_pvalue PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBFGS::test_normalized_cov_params XFAIL [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBFGS::test_bse PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBFGS::test_dof PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBFGS::test_aic PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBFGS::test_bic PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBFGS::test_predict PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBFGS::test_predict_xb PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBFGS::test_loglikeobs PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBFGS::test_jac PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBFGS::test_summary_latex PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBFGS::test_pred_table PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBFGS::test_resid_dev PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBFGS::test_resid_generalized PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBFGS::test_resid_response PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNM::test_fit_regularized_invalid_method PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNM::test_params PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNM::test_conf_int PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNM::test_zstat PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNM::test_pvalues PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNM::test_cov_params PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNM::test_llf PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNM::test_llnull PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNM::test_llr PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNM::test_llr_pvalue PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNM::test_normalized_cov_params XFAIL [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNM::test_bse PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNM::test_dof PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNM::test_aic PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNM::test_bic PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNM::test_predict PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNM::test_predict_xb PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNM::test_loglikeobs PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNM::test_jac PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNM::test_summary_latex PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNM::test_pred_table PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNM::test_resid_dev PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNM::test_resid_generalized PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNM::test_resid_response PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitPowell::test_fit_regularized_invalid_method PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitPowell::test_params PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitPowell::test_conf_int PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitPowell::test_zstat PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitPowell::test_pvalues PASSED [  3%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitPowell::test_cov_params PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitPowell::test_llf PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitPowell::test_llnull PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitPowell::test_llr PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitPowell::test_llr_pvalue PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitPowell::test_normalized_cov_params XFAIL [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitPowell::test_bse PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitPowell::test_dof PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitPowell::test_aic PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitPowell::test_bic PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitPowell::test_predict PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitPowell::test_predict_xb PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitPowell::test_loglikeobs PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitPowell::test_jac PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitPowell::test_summary_latex PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitPowell::test_pred_table PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitPowell::test_resid_dev PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitPowell::test_resid_generalized PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitPowell::test_resid_response PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitCG::test_fit_regularized_invalid_method PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitCG::test_params PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitCG::test_conf_int PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitCG::test_zstat PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitCG::test_pvalues PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitCG::test_cov_params PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitCG::test_llf PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitCG::test_llnull PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitCG::test_llr PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitCG::test_llr_pvalue PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitCG::test_normalized_cov_params XFAIL [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitCG::test_bse PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitCG::test_dof PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitCG::test_aic PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitCG::test_bic PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitCG::test_predict PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitCG::test_predict_xb PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitCG::test_loglikeobs PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitCG::test_jac PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitCG::test_summary_latex PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitCG::test_pred_table PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitCG::test_resid_dev PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitCG::test_resid_generalized PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitCG::test_resid_response PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNCG::test_fit_regularized_invalid_method PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNCG::test_params PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNCG::test_conf_int PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNCG::test_zstat PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNCG::test_pvalues PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNCG::test_cov_params PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNCG::test_llf PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNCG::test_llnull PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNCG::test_llr PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNCG::test_llr_pvalue PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNCG::test_normalized_cov_params XFAIL [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNCG::test_bse PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNCG::test_dof PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNCG::test_aic PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNCG::test_bic PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNCG::test_predict PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNCG::test_predict_xb PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNCG::test_loglikeobs PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNCG::test_jac PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNCG::test_summary_latex PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNCG::test_pred_table PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNCG::test_resid_dev PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNCG::test_resid_generalized PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitNCG::test_resid_response PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBasinhopping::test_fit_regularized_invalid_method PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBasinhopping::test_params PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBasinhopping::test_conf_int PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBasinhopping::test_zstat PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBasinhopping::test_pvalues PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBasinhopping::test_cov_params PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBasinhopping::test_llf PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBasinhopping::test_llnull PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBasinhopping::test_llr PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBasinhopping::test_llr_pvalue PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBasinhopping::test_normalized_cov_params XFAIL [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBasinhopping::test_bse PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBasinhopping::test_dof PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBasinhopping::test_aic PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBasinhopping::test_bic PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBasinhopping::test_predict PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBasinhopping::test_predict_xb PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBasinhopping::test_loglikeobs PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBasinhopping::test_jac PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBasinhopping::test_summary_latex PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBasinhopping::test_pred_table PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBasinhopping::test_resid_dev PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBasinhopping::test_resid_generalized PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitBasinhopping::test_resid_response PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDefault::test_fit_regularized_invalid_method PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDefault::test_params PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDefault::test_conf_int PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDefault::test_zstat PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDefault::test_pvalues PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDefault::test_cov_params PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDefault::test_llf PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDefault::test_llnull PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDefault::test_llr PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDefault::test_llr_pvalue PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDefault::test_normalized_cov_params XFAIL [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDefault::test_bse PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDefault::test_dof PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDefault::test_aic PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDefault::test_bic PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDefault::test_predict PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDefault::test_predict_xb PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDefault::test_loglikeobs PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDefault::test_jac PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDefault::test_summary_latex PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDefault::test_pred_table PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDefault::test_resid_dev PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDefault::test_resid_generalized PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDefault::test_resid_response PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDogleg::test_fit_regularized_invalid_method PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDogleg::test_params PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDogleg::test_conf_int PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDogleg::test_zstat PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDogleg::test_pvalues PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDogleg::test_cov_params PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDogleg::test_llf PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDogleg::test_llnull PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDogleg::test_llr PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDogleg::test_llr_pvalue PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDogleg::test_normalized_cov_params XFAIL [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDogleg::test_bse PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDogleg::test_dof PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDogleg::test_aic PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDogleg::test_bic PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDogleg::test_predict PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDogleg::test_predict_xb PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDogleg::test_loglikeobs PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDogleg::test_jac PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDogleg::test_summary_latex PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDogleg::test_pred_table PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDogleg::test_resid_dev PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDogleg::test_resid_generalized PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeDogleg::test_resid_response PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeAdditionalOptions::test_fit_regularized_invalid_method PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeAdditionalOptions::test_params PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeAdditionalOptions::test_conf_int PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeAdditionalOptions::test_zstat PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeAdditionalOptions::test_pvalues PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeAdditionalOptions::test_cov_params PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeAdditionalOptions::test_llf PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeAdditionalOptions::test_llnull PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeAdditionalOptions::test_llr PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeAdditionalOptions::test_llr_pvalue PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeAdditionalOptions::test_normalized_cov_params XFAIL [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeAdditionalOptions::test_bse PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeAdditionalOptions::test_dof PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeAdditionalOptions::test_aic PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeAdditionalOptions::test_bic PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeAdditionalOptions::test_predict PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeAdditionalOptions::test_predict_xb PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeAdditionalOptions::test_loglikeobs PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeAdditionalOptions::test_jac PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeAdditionalOptions::test_summary_latex PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeAdditionalOptions::test_pred_table PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeAdditionalOptions::test_resid_dev PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeAdditionalOptions::test_resid_generalized PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitMinimizeAdditionalOptions::test_resid_response PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitL1::test_params PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitL1::test_conf_int PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitL1::test_bse PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitL1::test_nnz_params PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitL1::test_aic PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitL1::test_bic PASSED [  4%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitL1::test_cov_params PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitL1::test_params PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitL1::test_conf_int PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitL1::test_bse PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitL1::test_nnz_params PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitL1::test_aic PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitL1::test_bic PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitL1::test_params PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitL1::test_conf_int PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitL1::test_bse PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitL1::test_nnz_params PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitL1::test_aic PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitL1::test_bic PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitL1::test_cov_params PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestCVXOPT::test_cvxopt_versus_slsqp PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestSweepAlphaL1::test_sweep_alpha PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestPoissonL1Compatability::test_params PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestPoissonL1Compatability::test_cov_params PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestPoissonL1Compatability::test_df PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestPoissonL1Compatability::test_t_test PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestPoissonL1Compatability::test_f_test PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestPoissonL1Compatability::test_bad_r_matrix PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialL1Compatability::test_params PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialL1Compatability::test_cov_params PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialL1Compatability::test_df PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialL1Compatability::test_t_test PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialL1Compatability::test_f_test PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialL1Compatability::test_bad_r_matrix PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialGeoL1Compatability::test_params PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialGeoL1Compatability::test_cov_params PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialGeoL1Compatability::test_df PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialGeoL1Compatability::test_t_test PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialGeoL1Compatability::test_f_test PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialGeoL1Compatability::test_bad_r_matrix PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitL1Compatability::test_params PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitL1Compatability::test_cov_params PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitL1Compatability::test_df PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitL1Compatability::test_t_test PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitL1Compatability::test_f_test PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitL1Compatability::test_bad_r_matrix PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitL1Compatability::test_params PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitL1Compatability::test_cov_params PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitL1Compatability::test_df PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitL1Compatability::test_bad_r_matrix PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitL1Compatability::test_t_test PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitL1Compatability::test_f_test SKIPPED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitL1Compatability::test_params PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitL1Compatability::test_cov_params PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitL1Compatability::test_df PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitL1Compatability::test_t_test PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitL1Compatability::test_f_test PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestProbitL1Compatability::test_bad_r_matrix PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestL1AlphaZeroLogit::test_basic_results PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestL1AlphaZeroLogit::test_tests PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestL1AlphaZeroLogit::test_converged PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestL1AlphaZeroProbit::test_basic_results PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestL1AlphaZeroProbit::test_tests PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestL1AlphaZeroMNLogit::test_basic_results PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_nodummy_dydxoverall PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_nodummy_dydxmean PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_nodummy_dydxmedian PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_nodummy_dydxzero PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_nodummy_dyexoverall PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_nodummy_dyexmean PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_nodummy_dyexmedian PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_nodummy_dyexzero PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_nodummy_eydxoverall PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_nodummy_eydxmean PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_nodummy_eydxmedian PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_nodummy_eydxzero PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_nodummy_eyexoverall PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_nodummy_eyexmean PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_nodummy_eyexmedian PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_nodummy_eyexzero PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_dummy_dydxoverall PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_dummy_dydxmean PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_dummy_eydxoverall PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_dummy_eydxmean PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_count_dydxoverall PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_count_dydxmean PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_count_dummy_dydxoverall PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_count_dummy_dydxmean PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_fit_regularized_invalid_method PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_params PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_conf_int PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_zstat PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_pvalues PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_cov_params PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_llf PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_llnull PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_llr PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_llr_pvalue PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_normalized_cov_params XFAIL [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_bse PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_dof PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_aic PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_bic PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_predict PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_predict_xb PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_loglikeobs PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_jac PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_summary_latex PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_pred_table PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_resid_dev PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_resid_generalized PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_resid_response PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_resid_pearson PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_nodummy_exog1 PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_nodummy_exog2 PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_dummy_exog1 PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_dummy_exog2 PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewton::test_diagnostic PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewtonPrepend::test_nodummy_dydxoverall PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewtonPrepend::test_nodummy_dydxmean PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewtonPrepend::test_nodummy_dydxmedian PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewtonPrepend::test_nodummy_dydxzero PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewtonPrepend::test_nodummy_dyexoverall PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewtonPrepend::test_nodummy_dyexmean PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewtonPrepend::test_nodummy_dyexmedian PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewtonPrepend::test_nodummy_dyexzero PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewtonPrepend::test_nodummy_eydxoverall PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewtonPrepend::test_nodummy_eydxmean PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewtonPrepend::test_nodummy_eydxmedian PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewtonPrepend::test_nodummy_eydxzero PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewtonPrepend::test_nodummy_eyexoverall PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewtonPrepend::test_nodummy_eyexmean PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewtonPrepend::test_nodummy_eyexmedian PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewtonPrepend::test_nodummy_eyexzero PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewtonPrepend::test_dummy_dydxoverall PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewtonPrepend::test_dummy_dydxmean PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewtonPrepend::test_dummy_eydxoverall PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewtonPrepend::test_dummy_eydxmean PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewtonPrepend::test_count_dydxoverall PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewtonPrepend::test_count_dydxmean PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewtonPrepend::test_count_dummy_dydxoverall PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewtonPrepend::test_count_dummy_dydxmean PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewtonPrepend::test_resid_pearson PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewtonPrepend::test_nodummy_exog1 PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewtonPrepend::test_nodummy_exog2 PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewtonPrepend::test_dummy_exog1 PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitNewtonPrepend::test_dummy_exog2 PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_nodummy_dydxoverall PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_nodummy_dydxmean PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_nodummy_dydxmedian PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_nodummy_dydxzero PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_nodummy_dyexoverall PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_nodummy_dyexmean PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_nodummy_dyexmedian PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_nodummy_dyexzero PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_nodummy_eydxoverall PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_nodummy_eydxmean PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_nodummy_eydxmedian PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_nodummy_eydxzero PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_nodummy_eyexoverall PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_nodummy_eyexmean PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_nodummy_eyexmedian PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_nodummy_eyexzero PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_dummy_dydxoverall PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_dummy_dydxmean PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_dummy_eydxoverall PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_dummy_eydxmean PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_count_dydxoverall PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_count_dydxmean PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_count_dummy_dydxoverall PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_count_dummy_dydxmean PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_fit_regularized_invalid_method PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_params PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_conf_int PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_zstat PASSED [  5%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_pvalues PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_cov_params PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_llf PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_llnull PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_llr PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_llr_pvalue PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_normalized_cov_params XFAIL [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_bse PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_dof PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_aic PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_bic PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_predict PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_predict_xb PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_loglikeobs PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_jac PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_summary_latex PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_pred_table PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_resid_dev PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_resid_generalized PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestLogitBFGS::test_resid_response PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestPoissonNewton::test_fit_regularized_invalid_method PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestPoissonNewton::test_params PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestPoissonNewton::test_conf_int PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestPoissonNewton::test_zstat PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestPoissonNewton::test_pvalues PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestPoissonNewton::test_llf PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestPoissonNewton::test_llnull PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestPoissonNewton::test_llr PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestPoissonNewton::test_llr_pvalue PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestPoissonNewton::test_normalized_cov_params XFAIL [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestPoissonNewton::test_bse PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestPoissonNewton::test_dof PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestPoissonNewton::test_aic PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestPoissonNewton::test_bic PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestPoissonNewton::test_predict PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestPoissonNewton::test_predict_xb PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestPoissonNewton::test_loglikeobs PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestPoissonNewton::test_jac PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestPoissonNewton::test_summary_latex PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestPoissonNewton::test_margeff_overall PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestPoissonNewton::test_margeff_dummy_overall PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestPoissonNewton::test_resid PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestPoissonNewton::test_predict_prob PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestPoissonNewton::test_cov_params XFAIL [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2Newton::test_fit_regularized_invalid_method PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2Newton::test_cov_params SKIPPED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2Newton::test_llf PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2Newton::test_llnull PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2Newton::test_llr PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2Newton::test_llr_pvalue PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2Newton::test_normalized_cov_params XFAIL [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2Newton::test_dof PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2Newton::test_aic PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2Newton::test_bic PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2Newton::test_loglikeobs PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2Newton::test_jac PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2Newton::test_summary_latex PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2Newton::test_pvalues XFAIL [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2Newton::test_bse PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2Newton::test_params PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2Newton::test_alpha PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2Newton::test_conf_int PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2Newton::test_zstat PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2Newton::test_fittedvalues PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2Newton::test_predict PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2Newton::test_predict_xb PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1Newton::test_fit_regularized_invalid_method PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1Newton::test_cov_params SKIPPED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1Newton::test_llf PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1Newton::test_llnull PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1Newton::test_llr PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1Newton::test_llr_pvalue PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1Newton::test_normalized_cov_params XFAIL [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1Newton::test_bse PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1Newton::test_dof PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1Newton::test_aic PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1Newton::test_bic PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1Newton::test_loglikeobs PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1Newton::test_jac PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1Newton::test_summary_latex PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1Newton::test_pvalues XFAIL [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1Newton::test_zstat PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1Newton::test_lnalpha PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1Newton::test_params PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1Newton::test_conf_int PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1Newton::test_predict XFAIL [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1Newton::test_predict_xb XFAIL [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2BFGS::test_fit_regularized_invalid_method PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2BFGS::test_cov_params SKIPPED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2BFGS::test_llf PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2BFGS::test_llnull PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2BFGS::test_llr PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2BFGS::test_llr_pvalue PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2BFGS::test_normalized_cov_params XFAIL [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2BFGS::test_dof PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2BFGS::test_aic PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2BFGS::test_bic PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2BFGS::test_loglikeobs PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2BFGS::test_jac PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2BFGS::test_summary_latex PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2BFGS::test_pvalues XFAIL [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2BFGS::test_bse PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2BFGS::test_params PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2BFGS::test_alpha PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2BFGS::test_conf_int PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2BFGS::test_zstat PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2BFGS::test_fittedvalues PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2BFGS::test_predict PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2BFGS::test_predict_xb PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1BFGS::test_fit_regularized_invalid_method PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1BFGS::test_cov_params SKIPPED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1BFGS::test_llf PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1BFGS::test_llnull PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1BFGS::test_llr PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1BFGS::test_llr_pvalue PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1BFGS::test_normalized_cov_params XFAIL [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1BFGS::test_bse PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1BFGS::test_dof PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1BFGS::test_aic PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1BFGS::test_bic PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1BFGS::test_loglikeobs PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1BFGS::test_jac PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1BFGS::test_summary_latex PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1BFGS::test_pvalues XFAIL [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1BFGS::test_zstat PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1BFGS::test_lnalpha PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1BFGS::test_params PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1BFGS::test_conf_int PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1BFGS::test_predict XFAIL [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1BFGS::test_predict_xb XFAIL [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialGeometricBFGS::test_fit_regularized_invalid_method PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialGeometricBFGS::test_cov_params SKIPPED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialGeometricBFGS::test_llnull PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialGeometricBFGS::test_llr_pvalue PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialGeometricBFGS::test_normalized_cov_params XFAIL [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialGeometricBFGS::test_dof PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialGeometricBFGS::test_loglikeobs PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialGeometricBFGS::test_jac PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialGeometricBFGS::test_summary_latex PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialGeometricBFGS::test_pvalues XFAIL [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialGeometricBFGS::test_aic PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialGeometricBFGS::test_bic PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialGeometricBFGS::test_conf_int PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialGeometricBFGS::test_fittedvalues PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialGeometricBFGS::test_predict PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialGeometricBFGS::test_params PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialGeometricBFGS::test_predict_xb PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialGeometricBFGS::test_zstat PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialGeometricBFGS::test_llf PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialGeometricBFGS::test_llr PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialGeometricBFGS::test_bse PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitNewtonBaseZero::test_fit_regularized_invalid_method PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitNewtonBaseZero::test_params PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitNewtonBaseZero::test_conf_int PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitNewtonBaseZero::test_zstat PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitNewtonBaseZero::test_pvalues PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitNewtonBaseZero::test_llf PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitNewtonBaseZero::test_llnull PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitNewtonBaseZero::test_llr PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitNewtonBaseZero::test_llr_pvalue PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitNewtonBaseZero::test_normalized_cov_params XFAIL [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitNewtonBaseZero::test_bse PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitNewtonBaseZero::test_dof PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitNewtonBaseZero::test_aic PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitNewtonBaseZero::test_bic PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitNewtonBaseZero::test_predict PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitNewtonBaseZero::test_predict_xb PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitNewtonBaseZero::test_loglikeobs PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitNewtonBaseZero::test_jac PASSED [  6%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitNewtonBaseZero::test_summary_latex PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitNewtonBaseZero::test_margeff_overall PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitNewtonBaseZero::test_margeff_mean PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitNewtonBaseZero::test_margeff_dummy PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitNewtonBaseZero::test_j PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitNewtonBaseZero::test_k PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitNewtonBaseZero::test_endog_names PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitNewtonBaseZero::test_pred_table PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitNewtonBaseZero::test_resid PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitNewtonBaseZero::test_cov_params XFAIL [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitLBFGSBaseZero::test_fit_regularized_invalid_method PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitLBFGSBaseZero::test_params PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitLBFGSBaseZero::test_conf_int PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitLBFGSBaseZero::test_zstat PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitLBFGSBaseZero::test_pvalues PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitLBFGSBaseZero::test_llf PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitLBFGSBaseZero::test_llnull PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitLBFGSBaseZero::test_llr PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitLBFGSBaseZero::test_llr_pvalue PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitLBFGSBaseZero::test_normalized_cov_params XFAIL [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitLBFGSBaseZero::test_bse PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitLBFGSBaseZero::test_dof PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitLBFGSBaseZero::test_aic PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitLBFGSBaseZero::test_bic PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitLBFGSBaseZero::test_predict PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitLBFGSBaseZero::test_predict_xb PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitLBFGSBaseZero::test_loglikeobs PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitLBFGSBaseZero::test_jac PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitLBFGSBaseZero::test_summary_latex PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitLBFGSBaseZero::test_margeff_overall PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitLBFGSBaseZero::test_margeff_mean PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitLBFGSBaseZero::test_margeff_dummy PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitLBFGSBaseZero::test_j PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitLBFGSBaseZero::test_k PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitLBFGSBaseZero::test_endog_names PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitLBFGSBaseZero::test_pred_table PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitLBFGSBaseZero::test_resid PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestMNLogitLBFGSBaseZero::test_cov_params XFAIL [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::test_perfect_prediction PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::test_poisson_predict PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::test_poisson_newton PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::test_issue_339 PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::test_issue_341 PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::test_iscount PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::test_isdummy PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::test_non_binary PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::test_mnlogit_factor PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::test_mnlogit_factor_categorical PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::test_formula_missing_exposure PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::test_predict_with_exposure PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::test_binary_pred_table_zeros PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestGeneralizedPoisson_p2::test_bse PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestGeneralizedPoisson_p2::test_params PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestGeneralizedPoisson_p2::test_alpha PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestGeneralizedPoisson_p2::test_conf_int PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestGeneralizedPoisson_p2::test_aic PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestGeneralizedPoisson_p2::test_bic PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestGeneralizedPoisson_p2::test_df PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestGeneralizedPoisson_p2::test_llf PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestGeneralizedPoisson_p2::test_wald PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestGeneralizedPoisson_p2::test_t PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestGeneralizedPoisson_transparams::test_bse PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestGeneralizedPoisson_transparams::test_params PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestGeneralizedPoisson_transparams::test_alpha PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestGeneralizedPoisson_transparams::test_conf_int PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestGeneralizedPoisson_transparams::test_aic PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestGeneralizedPoisson_transparams::test_bic PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestGeneralizedPoisson_transparams::test_df PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestGeneralizedPoisson_transparams::test_llf PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestGeneralizedPoisson_p1::test_llf PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestGeneralizedPoisson_p1::test_score PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestGeneralizedPoisson_p1::test_hessian PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestGeneralizedPoisson_p1::test_t PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestGeneralizedPoisson_p1::test_fit_regularized PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestGeneralizedPoisson_p1::test_init_kwds PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestGeneralizedPoisson_underdispersion::test_basic PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestGeneralizedPoisson_underdispersion::test_newton PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestGeneralizedPoisson_underdispersion::test_mean_var PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestGeneralizedPoisson_underdispersion::test_predict_prob PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2Newton::test_fit_regularized_invalid_method PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2Newton::test_cov_params SKIPPED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2Newton::test_llf PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2Newton::test_llnull PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2Newton::test_llr PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2Newton::test_llr_pvalue PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2Newton::test_normalized_cov_params XFAIL [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2Newton::test_dof PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2Newton::test_aic PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2Newton::test_bic PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2Newton::test_loglikeobs PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2Newton::test_jac PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2Newton::test_summary_latex PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2Newton::test_pvalues XFAIL [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2Newton::test_bse PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2Newton::test_params PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2Newton::test_alpha PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2Newton::test_conf_int PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2Newton::test_zstat PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2Newton::test_fittedvalues PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2Newton::test_predict PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2Newton::test_predict_xb PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1Newton::test_fit_regularized_invalid_method PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1Newton::test_cov_params SKIPPED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1Newton::test_llf PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1Newton::test_llnull PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1Newton::test_llr PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1Newton::test_llr_pvalue PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1Newton::test_normalized_cov_params XFAIL [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1Newton::test_bse PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1Newton::test_dof PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1Newton::test_aic PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1Newton::test_bic PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1Newton::test_loglikeobs PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1Newton::test_jac PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1Newton::test_summary_latex PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1Newton::test_pvalues XFAIL [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1Newton::test_zstat PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1Newton::test_lnalpha PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1Newton::test_params PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1Newton::test_conf_int PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1Newton::test_predict PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1Newton::test_predict_xb PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2BFGS::test_fit_regularized_invalid_method PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2BFGS::test_cov_params SKIPPED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2BFGS::test_llf PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2BFGS::test_llnull PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2BFGS::test_llr PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2BFGS::test_llr_pvalue PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2BFGS::test_normalized_cov_params XFAIL [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2BFGS::test_dof PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2BFGS::test_aic PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2BFGS::test_bic PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2BFGS::test_loglikeobs PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2BFGS::test_jac PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2BFGS::test_summary_latex PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2BFGS::test_pvalues XFAIL [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2BFGS::test_bse PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2BFGS::test_params PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2BFGS::test_alpha PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2BFGS::test_conf_int PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2BFGS::test_zstat PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2BFGS::test_fittedvalues PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2BFGS::test_predict PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB2BFGS::test_predict_xb PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1BFGS::test_fit_regularized_invalid_method PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1BFGS::test_cov_params SKIPPED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1BFGS::test_llnull PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1BFGS::test_llr_pvalue PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1BFGS::test_normalized_cov_params XFAIL [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1BFGS::test_dof PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1BFGS::test_loglikeobs PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1BFGS::test_jac PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1BFGS::test_summary_latex PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1BFGS::test_pvalues XFAIL [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1BFGS::test_bse PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1BFGS::test_aic PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1BFGS::test_bic PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1BFGS::test_llf PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1BFGS::test_llr PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1BFGS::test_zstat PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1BFGS::test_lnalpha PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1BFGS::test_params PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1BFGS::test_conf_int PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1BFGS::test_predict PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1BFGS::test_predict_xb PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPNB1BFGS::test_init_kwds PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPL1Compatability::test_params PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPL1Compatability::test_cov_params PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPL1Compatability::test_df PASSED [  7%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPL1Compatability::test_t_test PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPL1Compatability::test_f_test PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPL1Compatability::test_bad_r_matrix PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPPredictProb::test_predict_prob_p1 PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialPPredictProb::test_predict_prob_p2 PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestPoissonNull::test_llnull PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB1Null::test_llnull PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNB2Null::test_llnull PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNBP2Null::test_llnull PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNBP2Null::test_start_null PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNBP1Null::test_llnull PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestNegativeBinomialNBP1Null::test_start_null PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::TestGeneralizedPoissonNull::test_llnull PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::test_null_options PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::test_optim_kwds_prelim PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::test_unchanging_degrees_of_freedom PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::test_mnlogit_float_name PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::test_cov_confint_pandas PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_discrete.py::test_t_test PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_margins.py::TestPoissonMargin::test_margins_table PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_margins.py::TestPoissonMarginDummy::test_margins_table PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_margins.py::TestNegBinMargin::test_margins_table PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_margins.py::TestNegBinMarginDummy::test_margins_table PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_margins.py::TestNegBinPMargin::test_margins_table PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestPoissonClu::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestPoissonClu::test_oth PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestPoissonClu::test_ttest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestPoissonClu::test_waldtest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestPoissonCluGeneric::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestPoissonCluGeneric::test_oth PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestPoissonCluGeneric::test_ttest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestPoissonCluGeneric::test_waldtest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestPoissonHC1Generic::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestPoissonHC1Generic::test_oth PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestPoissonHC1Generic::test_ttest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestPoissonHC1Generic::test_waldtest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestPoissonCluFit::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestPoissonCluFit::test_oth PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestPoissonCluFit::test_ttest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestPoissonCluFit::test_waldtest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestPoissonCluFit::test_basic_inference PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestPoissonHC1Fit::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestPoissonHC1Fit::test_oth PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestPoissonHC1Fit::test_ttest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestPoissonHC1Fit::test_waldtest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestPoissonHC1FitExposure::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestPoissonHC1FitExposure::test_oth PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestPoissonHC1FitExposure::test_ttest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestPoissonHC1FitExposure::test_waldtest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestPoissonCluExposure::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestPoissonCluExposure::test_oth PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestPoissonCluExposure::test_ttest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestPoissonCluExposure::test_waldtest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestPoissonCluExposureGeneric::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestPoissonCluExposureGeneric::test_oth PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestPoissonCluExposureGeneric::test_ttest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestPoissonCluExposureGeneric::test_waldtest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMPoissonClu::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMPoissonClu::test_oth PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMPoissonClu::test_ttest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMPoissonClu::test_waldtest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMPoissonCluGeneric::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMPoissonCluGeneric::test_oth PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMPoissonCluGeneric::test_ttest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMPoissonCluGeneric::test_waldtest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMPoissonHC1Generic::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMPoissonHC1Generic::test_oth PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMPoissonHC1Generic::test_ttest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMPoissonHC1Generic::test_waldtest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMPoissonCluFit::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMPoissonCluFit::test_oth PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMPoissonCluFit::test_ttest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMPoissonCluFit::test_waldtest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMPoissonHC1Fit::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMPoissonHC1Fit::test_oth PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMPoissonHC1Fit::test_ttest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMPoissonHC1Fit::test_waldtest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestNegbinClu::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestNegbinClu::test_oth PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestNegbinClu::test_ttest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestNegbinClu::test_waldtest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestNegbinCluExposure::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestNegbinCluExposure::test_oth PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestNegbinCluExposure::test_ttest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestNegbinCluExposure::test_waldtest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestNegbinCluGeneric::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestNegbinCluGeneric::test_oth PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestNegbinCluGeneric::test_ttest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestNegbinCluGeneric::test_waldtest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestNegbinCluFit::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestNegbinCluFit::test_oth PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestNegbinCluFit::test_ttest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestNegbinCluFit::test_waldtest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestNegbinCluExposureFit::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestNegbinCluExposureFit::test_oth PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestNegbinCluExposureFit::test_ttest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestNegbinCluExposureFit::test_waldtest PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMLogit::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMProbit::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMProbit::test_score_hessian PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMGaussNonRobust::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMGaussClu::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMGaussHC::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMGaussHAC::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMGaussHAC2::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMGaussHACUniform::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMGaussHACUniform::test_cov_options PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMGaussHACUniform2::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMGaussHACUniform2::test_cov_options PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMGaussHACPanel::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMGaussHACPanel::test_kwd PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMGaussHACPanelGroups::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMGaussHACGroupsum::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/discrete/tests/test_sandwich_cov.py::TestGLMGaussHACGroupsum::test_kwd PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_bernstein.py::test_bernstein_distribution_1d PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_bernstein.py::test_bernstein_distribution_2d PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_bernstein.py::TestBernsteinBeta2d::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_bernstein.py::TestBernsteinBeta2d::test_rvs PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_bernstein.py::TestBernsteinBeta2dd::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_bernstein.py::TestBernsteinBeta2dd::test_rvs PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestGenpoisson_p::test_pmf_p1 PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestGenpoisson_p::test_pmf_p2 PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestGenpoisson_p::test_pmf_p5 PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestGenpoisson_p::test_logpmf_p1 PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestGenpoisson_p::test_logpmf_p2 PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestZIPoisson::test_pmf_zero PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestZIPoisson::test_logpmf_zero PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestZIPoisson::test_pmf PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestZIPoisson::test_logpmf PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestZIPoisson::test_cdf_zero PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestZIPoisson::test_ppf_zero PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestZIPoisson::test_mean_var PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestZIPoisson::test_moments PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestZIGeneralizedPoisson::test_pmf_zero PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestZIGeneralizedPoisson::test_logpmf_zero PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestZIGeneralizedPoisson::test_pmf PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestZIGeneralizedPoisson::test_logpmf PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestZIGeneralizedPoisson::test_mean_var PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestZiNBP::test_pmf_p2 PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestZiNBP::test_logpmf_p2 PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestZiNBP::test_cdf_p2 PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestZiNBP::test_ppf_p2 PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestZiNBP::test_mran_var_p2 PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestZiNBP::test_moments_p2 PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestZiNBP::test_pmf PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestZiNBP::test_logpmf PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestZiNBP::test_cdf PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestZiNBP::test_ppf PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestZiNBP::test_convert PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestZiNBP::test_mean_var PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestZiNBP::test_moments PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestDiscretizedGamma::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestDiscretizedExponential::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestDiscretizedLomax::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestDiscretizedBurr12::test_basic PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestDiscretizedGammaEx::test_all PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_discrete.py::TestGeometric::test_all PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_ecdf.py::TestDistributions::test_StepFunction PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_ecdf.py::TestDistributions::test_StepFunctionBadShape PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_ecdf.py::TestDistributions::test_StepFunctionValueSideRight PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_ecdf.py::TestDistributions::test_StepFunctionRepeatedValues PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_ecdf.py::TestDistributions::test_monotone_fn_inverter PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_edgeworth.py::TestFaaDiBruno::test_neg_arg PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_edgeworth.py::TestFaaDiBruno::test_small_vals PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_edgeworth.py::TestCumulants::test_badvalues PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_edgeworth.py::TestCumulants::test_norm PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_edgeworth.py::TestCumulants::test_chi2 PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_edgeworth.py::TestExpandedNormal::test_too_few_cumulants PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_edgeworth.py::TestExpandedNormal::test_coefficients PASSED [  8%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_edgeworth.py::TestExpandedNormal::test_normal PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_edgeworth.py::TestExpandedNormal::test_chi2_moments PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_edgeworth.py::TestExpandedNormal::test_pdf_no_roots PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_edgeworth.py::TestExpandedNormal::test_pdf_has_roots PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_mixture.py::TestMixtureDistributions::test_mixture_rvs_random PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_mixture.py::TestMixtureDistributions::test_mv_mixture_rvs_random PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_mixture.py::TestMixtureDistributions::test_mixture_pdf PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_mixture.py::TestMixtureDistributions::test_mixture_cdf PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_mixture.py::TestMixtureDistributions::test_mixture_rvs_fixed PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_mixture.py::TestMixtureDistributions::test_mv_mixture_rvs_fixed PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_tools.py::test_grid PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_tools.py::test_average_grid PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_tools.py::test_grid_class PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_tools.py::test_bernstein_1d PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/tests/test_tools.py::test_bernstein_2d PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::TestPHReg::test_missing PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::TestPHReg::test_formula PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::TestPHReg::test_formula_cat_interactions PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::TestPHReg::test_predict_formula PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::TestPHReg::test_formula_args PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::TestPHReg::test_offset PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::TestPHReg::test_post_estimation PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::TestPHReg::test_summary PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::TestPHReg::test_predict PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::TestPHReg::test_get_distribution PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::TestPHReg::test_fit_regularized PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_1000_10.csv-breslow-False-False] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_1000_10.csv-breslow-False-True] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_1000_10.csv-breslow-True-False] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_1000_10.csv-breslow-True-True] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_1000_10.csv-efron-False-False] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_1000_10.csv-efron-False-True] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_1000_10.csv-efron-True-False] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_1000_10.csv-efron-True-True] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_100_5.csv-breslow-False-False] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_100_5.csv-breslow-False-True] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_100_5.csv-breslow-True-False] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_100_5.csv-breslow-True-True] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_100_5.csv-efron-False-False] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_100_5.csv-efron-False-True] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_100_5.csv-efron-True-False] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_100_5.csv-efron-True-True] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_50_2.csv-breslow-False-False] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_50_2.csv-breslow-False-True] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_50_2.csv-breslow-True-False] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_50_2.csv-breslow-True-True] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_50_2.csv-efron-False-False] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_50_2.csv-efron-False-True] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_50_2.csv-efron-True-False] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_50_2.csv-efron-True-True] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_50_1.csv-breslow-False-False] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_50_1.csv-breslow-False-True] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_50_1.csv-breslow-True-False] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_50_1.csv-breslow-True-True] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_50_1.csv-efron-False-False] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_50_1.csv-efron-False-True] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_50_1.csv-efron-True-False] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_50_1.csv-efron-True-True] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_20_1.csv-breslow-False-False] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_20_1.csv-breslow-False-True] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_20_1.csv-breslow-True-False] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_20_1.csv-breslow-True-True] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_20_1.csv-efron-False-False] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_20_1.csv-efron-False-True] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_20_1.csv-efron-True-False] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_phreg.py::test_r[survival_data_20_1.csv-efron-True-True] PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_survfunc.py::test_survfunc1 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_survfunc.py::test_survfunc2 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_survfunc.py::test_survdiff_basic PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_survfunc.py::test_simultaneous_cb PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_survfunc.py::test_bmt PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_survfunc.py::test_survdiff PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_survfunc.py::test_plot_km PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_survfunc.py::test_weights1 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_survfunc.py::test_weights2 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_survfunc.py::test_incidence PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_survfunc.py::test_survfunc_entry_1 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_survfunc.py::test_survfunc_entry_2 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_survfunc.py::test_survfunc_entry_3 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_survfunc.py::test_survdiff_entry_1 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_survfunc.py::test_survdiff_entry_2 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_survfunc.py::test_survdiff_entry_3 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_survfunc.py::test_incidence2 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_survfunc.py::test_kernel_survfunc1 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_survfunc.py::test_kernel_survfunc2 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_survfunc.py::test_kernel_survfunc3 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_survfunc.py::test_kernel_cumincidence1 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/duration/tests/test_survfunc.py::test_kernel_cumincidence2 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_aft.py::Test_AFTModel::test_params PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_aft.py::Test_AFTModel::test_beta0 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_aft.py::Test_AFTModel::test_beta1 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_aft.py::Test_AFTModel::test_beta_vect PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_aft.py::Test_AFTModel::test_betaci PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_anova.py::TestANOVA::test_anova PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_descriptive.py::TestDescriptiveStatistics::test_test_mean PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_descriptive.py::TestDescriptiveStatistics::test_test_mean_weights PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_descriptive.py::TestDescriptiveStatistics::test_ci_mean PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_descriptive.py::TestDescriptiveStatistics::test_test_var PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_descriptive.py::TestDescriptiveStatistics::test_test_var_weights PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_descriptive.py::TestDescriptiveStatistics::test_ci_var PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_descriptive.py::TestDescriptiveStatistics::test_mv_test_mean PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_descriptive.py::TestDescriptiveStatistics::test_mv_test_mean_weights PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_descriptive.py::TestDescriptiveStatistics::test_test_skew PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_descriptive.py::TestDescriptiveStatistics::test_ci_skew PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_descriptive.py::TestDescriptiveStatistics::test_ci_skew_weights PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_descriptive.py::TestDescriptiveStatistics::test_test_kurt PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_descriptive.py::TestDescriptiveStatistics::test_ci_kurt PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_descriptive.py::TestDescriptiveStatistics::test_joint_skew_kurt PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_descriptive.py::TestDescriptiveStatistics::test_test_corr PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_descriptive.py::TestDescriptiveStatistics::test_ci_corr PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_descriptive.py::TestDescriptiveStatistics::test_test_corr_weights PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_origin.py::TestOrigin::test_params PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_origin.py::TestOrigin::test_llf PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_origin.py::TestOrigin::test_hypothesis_beta1 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_origin.py::TestOrigin::test_ci_beta PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_regression.py::TestRegressionPowell::test_hypothesis_beta0 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_regression.py::TestRegressionPowell::test_hypothesis_beta1 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_regression.py::TestRegressionPowell::test_hypothesis_beta2 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_regression.py::TestRegressionPowell::test_hypothesis_beta3 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_regression.py::TestRegressionPowell::test_ci_beta0 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_regression.py::TestRegressionPowell::test_ci_beta1 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_regression.py::TestRegressionPowell::test_ci_beta2 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_regression.py::TestRegressionPowell::test_ci_beta3 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_regression.py::TestRegressionNM::test_hypothesis_beta0 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_regression.py::TestRegressionNM::test_hypothesis_beta1 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_regression.py::TestRegressionNM::test_hypothesis_beta2 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_regression.py::TestRegressionNM::test_hypothesis_beta3 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_regression.py::TestRegressionNM::test_ci_beta0 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_regression.py::TestRegressionNM::test_ci_beta1 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_regression.py::TestRegressionNM::test_ci_beta2 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/emplike/tests/test_regression.py::TestRegressionNM::test_ci_beta3 PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/formula/tests/test_formula.py::TestFormulaPandas::test_endog_names PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/formula/tests/test_formula.py::TestFormulaPandas::test_exog_names PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/formula/tests/test_formula.py::TestFormulaPandas::test_design PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/formula/tests/test_formula.py::TestFormulaPandas::test_endog PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/formula/tests/test_formula.py::TestFormulaPandas::test_summary PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/formula/tests/test_formula.py::TestFormulaDict::test_endog_names PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/formula/tests/test_formula.py::TestFormulaDict::test_exog_names PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/formula/tests/test_formula.py::TestFormulaDict::test_design PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/formula/tests/test_formula.py::TestFormulaDict::test_endog PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/formula/tests/test_formula.py::TestFormulaDict::test_summary PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/formula/tests/test_formula.py::test_tests PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/formula/tests/test_formula.py::test_formula_labels PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/formula/tests/test_formula.py::test_formula_predict PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/formula/tests/test_formula.py::test_formula_predict_series PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/formula/tests/test_formula.py::test_patsy_lazy_dict PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/formula/tests/test_formula.py::test_patsy_missing_data PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/formula/tests/test_formula.py::test_predict_nondataframe PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/formula/tests/test_formula.py::test_formula_environment PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/formula/tests/test_formula.py::test_formula_predict_series_exog PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_gam.py::test_gam_penalty PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_gam.py::test_gam_gradient PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_gam.py::test_gam_hessian PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_gam.py::test_approximation PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_gam.py::test_gam_glm PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_gam.py::test_gam_discrete PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_gam.py::test_multivariate_penalty PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_gam.py::test_generic_smoother PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_gam.py::test_multivariate_gam_1d_data PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_gam.py::test_multivariate_gam_cv PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_gam.py::test_multivariate_gam_cv_path PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_gam.py::test_train_test_smoothers PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_gam.py::test_get_sqrt PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_gam.py::test_make_augmented_matrix PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_gam.py::test_penalized_wls PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_gam.py::test_cyclic_cubic_splines PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_gam.py::test_multivariate_cubic_splines PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_gam.py::test_glm_pirls_compatibility PASSED [  9%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_gam.py::test_zero_penalty PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_gam.py::test_spl_s PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_gam.py::test_partial_values2 PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_gam.py::test_partial_values PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_gam.py::test_partial_plot PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_gam.py::test_cov_params PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestTheilPLS5::test_params PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestTheilPLS5::test_fitted PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestTheilPLS5::test_cov_robust PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestTheilPLS5::test_null_smoke SKIPPED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGLMPenalizedPLS5::test_params PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGLMPenalizedPLS5::test_fitted PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGLMPenalizedPLS5::test_null_smoke PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAM5Pirls::test_params PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAM5Pirls::test_fitted PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAM5Pirls::test_null_smoke PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAM5Bfgs::test_params PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAM5Bfgs::test_fitted PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAM5Bfgs::test_null_smoke PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAM5Bfgs::test_predict PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAM6Pirls::test_fitted PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAM6Bfgs::test_fitted PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAM6Bfgs0::test_fitted PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAM6ExogBfgs::test_fitted PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAM6ExogBfgs::test_exog PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAM6ExogPirls::test_fitted PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAM6ExogPirls::test_exog PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAMMPG::test_exog PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAMMPG::test_fitted PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAMMPGBS::test_params PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAMMPGBS::test_fitted PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAMMPGBS::test_null_smoke PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAMMPGBS::test_edf PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAMMPGBS::test_smooth PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAMMPGBS::test_predict PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAMMPGBS::test_crossval PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAMMPGBSPoisson::test_params PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAMMPGBSPoisson::test_fitted PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAMMPGBSPoisson::test_null_smoke PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAMMPGBSPoisson::test_edf PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAMMPGBSPoisson::test_smooth PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAMMPGBSPoisson::test_predict PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAMMPGBSPoisson::test_wald PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAMMPGBSPoisson::test_select_alpha PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAMMPGBSPoissonFormula::test_params PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAMMPGBSPoissonFormula::test_fitted PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAMMPGBSPoissonFormula::test_null_smoke PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAMMPGBSPoissonFormula::test_edf PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAMMPGBSPoissonFormula::test_smooth PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAMMPGBSPoissonFormula::test_predict PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAMMPGBSPoissonFormula::test_wald PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAMMPGBSPoissonFormula::test_select_alpha PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_penalized.py::TestGAMMPGBSPoissonFormula::test_names_wrapper PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_smooth_basis.py::test_univariate_polynomial_smoother PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_smooth_basis.py::test_multivariate_polynomial_basis PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_smooth_basis.py::test_bsplines[x0-df0-degree0] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/gam/tests/test_smooth_basis.py::test_bsplines[x1-6-3] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_family.py::test_invalid_family_link[Poisson-links0] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_family.py::test_invalid_family_link[Gaussian-links1] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_family.py::test_invalid_family_link[Gamma-links2] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_family.py::test_invalid_family_link[Binomial-links3] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_family.py::test_invalid_family_link[InverseGaussian-links4] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_family.py::test_invalid_family_link[NegativeBinomial-links5] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_family.py::test_invalid_family_link[Tweedie-links6] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_family.py::test_family_link[Poisson-links0] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_family.py::test_family_link[Gaussian-links1] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_family.py::test_family_link[Gamma-links2] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_family.py::test_family_link[Binomial-links3] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_family.py::test_family_link[InverseGaussian-links4] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_family.py::test_family_link[NegativeBinomial-links5] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_family.py::test_family_link[Tweedie-links6] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_inverse PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_deriv PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_deriv2 PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_inverse_deriv PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_inverse_deriv2 PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_invlogit_stability PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link10-link20-__call__] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link10-link20-deriv] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link10-link20-inverse] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link10-link20-inverse_deriv] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link10-link20-deriv2] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link10-link20-inverse_deriv2] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link11-link21-__call__] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link11-link21-deriv] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link11-link21-inverse] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link11-link21-inverse_deriv] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link11-link21-deriv2] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link11-link21-inverse_deriv2] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link12-link22-__call__] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link12-link22-deriv] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link12-link22-inverse] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link12-link22-inverse_deriv] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link12-link22-deriv2] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link12-link22-inverse_deriv2] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link13-link23-__call__] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link13-link23-deriv] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link13-link23-inverse] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link13-link23-inverse_deriv] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link13-link23-deriv2] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link13-link23-inverse_deriv2] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link14-link24-__call__] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link14-link24-deriv] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link14-link24-inverse] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link14-link24-inverse_deriv] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link14-link24-deriv2] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link14-link24-inverse_deriv2] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link15-link25-__call__] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link15-link25-deriv] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link15-link25-inverse] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link15-link25-inverse_deriv] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link15-link25-deriv2] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/families/tests/test_link.py::test_cdflink[link15-link25-inverse_deriv2] PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_bayes_mixed_glm.py::test_simple_logit_map PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_bayes_mixed_glm.py::test_simple_poisson_map PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_bayes_mixed_glm.py::test_crossed_logit_map PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_bayes_mixed_glm.py::test_crossed_poisson_map PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_bayes_mixed_glm.py::test_logit_map_crossed_formula PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_bayes_mixed_glm.py::test_elbo_grad PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_bayes_mixed_glm.py::test_simple_logit_vb PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_bayes_mixed_glm.py::test_simple_poisson_vb PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_bayes_mixed_glm.py::test_crossed_logit_vb PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_bayes_mixed_glm.py::test_crossed_logit_vb_formula PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_bayes_mixed_glm.py::test_crossed_poisson_vb PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_bayes_mixed_glm.py::test_poisson_formula PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_bayes_mixed_glm.py::test_scale_vb PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_bayes_mixed_glm.py::test_scale_map PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_bayes_mixed_glm.py::test_doc_examples PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_constrained.py::TestGLMGaussianOffset::test_params PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_constrained.py::TestGLMGaussianOffset::test_se PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_constrained.py::TestGLMGaussianOffset::test_resid PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_constrained.py::TestGLMGaussianConstrained::test_params PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_constrained.py::TestGLMGaussianConstrained::test_se PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_constrained.py::TestGLMGaussianConstrained::test_resid PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_constrained.py::TestGLMGaussianOffsetHC::test_params PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_constrained.py::TestGLMGaussianOffsetHC::test_se PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_constrained.py::TestGLMGaussianOffsetHC::test_resid PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_constrained.py::TestGLMGaussianConstrainedHC::test_params PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_constrained.py::TestGLMGaussianConstrainedHC::test_se PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_constrained.py::TestGLMGaussianConstrainedHC::test_resid PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_constrained.py::TestGLMWtdGaussianOffset::test_params PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_constrained.py::TestGLMWtdGaussianOffset::test_se PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_constrained.py::TestGLMWtdGaussianOffset::test_resid PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_constrained.py::TestGLMWtdGaussianConstrained::test_params PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_constrained.py::TestGLMWtdGaussianConstrained::test_se PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_constrained.py::TestGLMWtdGaussianConstrained::test_resid PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_constrained.py::TestGLMWtdGaussianOffsetHC::test_params PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_constrained.py::TestGLMWtdGaussianOffsetHC::test_se PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_constrained.py::TestGLMWtdGaussianOffsetHC::test_resid PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_constrained.py::TestGLMWtdGaussianConstrainedHC::test_params PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_constrained.py::TestGLMWtdGaussianConstrainedHC::test_se PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_constrained.py::TestGLMWtdGaussianConstrainedHC::test_resid PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_constrained.py::TestGLMBinomialCountConstrained::test_params PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_constrained.py::TestGLMBinomialCountConstrained::test_se PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_constrained.py::TestGLMBinomialCountConstrained::test_resid PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_constrained.py::TestGLMBinomialCountConstrained::test_glm_attr PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_constrained.py::TestGLMBinomialCountConstrained::test_wald PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_constrained.py::TestGLMBinomialCountConstrainedHC::test_params PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_constrained.py::TestGLMBinomialCountConstrainedHC::test_se PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_constrained.py::TestGLMBinomialCountConstrainedHC::test_resid PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_constrained.py::TestGLMBinomialCountConstrainedHC::test_glm_attr PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_constrained.py::TestGLMBinomialCountConstrainedHC::test_wald PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_margins_gaussian PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_margins_logistic PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_margins_multinomial PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_nominal_plot PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_margins_poisson PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_multinomial PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_weighted PASSED [ 10%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_poisson_epil PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_missing PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_missing_formula PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_invalid_args[False-False] PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_invalid_args[False-True] PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_invalid_args[True-False] PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_invalid_args[True-True] PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_default_time PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_logistic PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_autoregressive PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_post_estimation PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_scoretest PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_compare_score_test[Independence] PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_compare_score_test[Exchangeable] PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_compare_score_test_warnings PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_constraint_covtype PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_linear PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_linear_constrained PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_nested_linear PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_nested_pandas PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_ordinal PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_ordinal_formula PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_ordinal_independence PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_nominal_independence PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_ordinal_plot PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_nominal PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_poisson PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_groups PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_compare_OLS PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_formulas PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_compare_logit PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_compare_poisson PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_predict PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_stationary_grid PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_stationary_nogrid PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_predict_exposure PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_offset_formula PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_sensitivity PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_equivalence PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEE::test_equivalence_from_pairs PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEEPoissonCovType::test_cov_type PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEEPoissonCovType::test_wrapper PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEEPoissonFormulaCovType::test_cov_type PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEEOrdinalCovType::test_cov_type PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEEOrdinalCovType::test_wrapper PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEEMultinomialCovType::test_cov_type PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::TestGEEMultinomialCovType::test_wrapper PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::test_regularized_poisson PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::test_regularized_gaussian PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::test_plots PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::test_missing PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::test_ql_known[Gaussian] PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::test_ql_known[Poisson] PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::test_ql_diff[Gaussian] PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::test_ql_diff[Binomial] PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::test_ql_diff[Poisson] PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::test_qic_warnings PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::test_quasipoisson[False] PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::test_quasipoisson[True] PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::test_grid_ar PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::test_unstructured_complete PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::test_unstructured_incomplete PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::test_ar_covsolve PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::test_ex_covsolve PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee.py::test_stationary_covsolve PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee_glm.py::TestCompareLogit::test_basic PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee_glm.py::TestCompareLogit::test_resid PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee_glm.py::TestComparePoisson::test_basic PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee_glm.py::TestComparePoisson::test_resid PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee_glm.py::TestCompareGaussian::test_basic PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee_glm.py::TestCompareGaussian::test_resid PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee_glm.py::TestCompareGamma::test_basic PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_gee_glm.py::TestCompareGamma::test_resid PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussian::test_params PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussian::test_standard_errors PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussian::test_residuals PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussian::test_aic_R PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussian::test_aic_Stata PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussian::test_deviance PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussian::test_scale PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussian::test_loglike PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussian::test_null_deviance PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussian::test_bic PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussian::test_degrees PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussian::test_fittedvalues PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussian::test_tpvalues PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussian::test_pearson_chi2 PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussian::test_prsquared PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussian::test_summary PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussian::test_summary2 PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussian::test_get_distribution PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussian::test_compare_OLS PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussianGradient::test_params PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussianGradient::test_standard_errors PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussianGradient::test_residuals PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussianGradient::test_aic_R PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussianGradient::test_aic_Stata PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussianGradient::test_deviance PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussianGradient::test_scale PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussianGradient::test_loglike PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussianGradient::test_null_deviance PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussianGradient::test_bic PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussianGradient::test_degrees PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussianGradient::test_fittedvalues PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussianGradient::test_tpvalues PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussianGradient::test_pearson_chi2 PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussianGradient::test_prsquared PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussianGradient::test_summary PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussianGradient::test_summary2 PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussianGradient::test_get_distribution PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGaussianGradient::test_compare_OLS PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianLog::test_params PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianLog::test_standard_errors PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianLog::test_residuals PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianLog::test_aic_R PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianLog::test_aic_Stata PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianLog::test_deviance PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianLog::test_scale PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianLog::test_loglike PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianLog::test_null_deviance PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianLog::test_bic PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianLog::test_degrees PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianLog::test_fittedvalues PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianLog::test_tpvalues PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianLog::test_pearson_chi2 PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianLog::test_prsquared PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianLog::test_summary PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianLog::test_summary2 PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianLog::test_get_distribution PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianInverse::test_params PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianInverse::test_standard_errors PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianInverse::test_residuals PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianInverse::test_aic_R PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianInverse::test_aic_Stata PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianInverse::test_deviance PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianInverse::test_scale PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianInverse::test_loglike PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianInverse::test_null_deviance PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianInverse::test_bic PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianInverse::test_degrees PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianInverse::test_fittedvalues PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianInverse::test_tpvalues PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianInverse::test_pearson_chi2 PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianInverse::test_prsquared PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianInverse::test_summary PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianInverse::test_summary2 PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGaussianInverse::test_get_distribution PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBinomial::test_params PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBinomial::test_standard_errors PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBinomial::test_residuals PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBinomial::test_aic_R PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBinomial::test_aic_Stata PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBinomial::test_deviance PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBinomial::test_scale PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBinomial::test_loglike PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBinomial::test_null_deviance PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBinomial::test_bic PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBinomial::test_degrees PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBinomial::test_fittedvalues PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBinomial::test_tpvalues PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBinomial::test_pearson_chi2 PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBinomial::test_prsquared PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBinomial::test_summary PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBinomial::test_summary2 PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBinomial::test_get_distribution PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBinomial::test_endog_dtype PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBinomial::test_invalid_endog PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBinomial::test_invalid_endog_formula PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBinomial::test_get_distribution_binom_count PASSED [ 11%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBernoulli::test_compare_discrete PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBernoulli::test_score_test PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBernoulli::test_params PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBernoulli::test_standard_errors PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBernoulli::test_residuals PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBernoulli::test_aic_R PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBernoulli::test_aic_Stata PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBernoulli::test_deviance PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBernoulli::test_scale PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBernoulli::test_loglike PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBernoulli::test_null_deviance PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBernoulli::test_bic PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBernoulli::test_degrees PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBernoulli::test_fittedvalues PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBernoulli::test_tpvalues PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBernoulli::test_pearson_chi2 PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBernoulli::test_prsquared PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBernoulli::test_summary PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBernoulli::test_summary2 PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBernoulli::test_get_distribution PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmBernoulli::test_score_r PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGamma::test_params PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGamma::test_standard_errors PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGamma::test_residuals PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGamma::test_aic_R PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGamma::test_aic_Stata PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGamma::test_deviance PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGamma::test_scale PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGamma::test_loglike PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGamma::test_null_deviance PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGamma::test_bic PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGamma::test_degrees PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGamma::test_fittedvalues PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGamma::test_tpvalues PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGamma::test_pearson_chi2 PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGamma::test_prsquared PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGamma::test_summary PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGamma::test_summary2 PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGamma::test_get_distribution PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaLog::test_params PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaLog::test_standard_errors PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaLog::test_residuals PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaLog::test_aic_R PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaLog::test_aic_Stata PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaLog::test_deviance PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaLog::test_scale PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaLog::test_loglike PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaLog::test_null_deviance PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaLog::test_bic PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaLog::test_degrees PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaLog::test_fittedvalues PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaLog::test_tpvalues PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaLog::test_pearson_chi2 PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaLog::test_prsquared PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaLog::test_summary PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaLog::test_summary2 PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaLog::test_get_distribution PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaIdentity::test_params PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaIdentity::test_standard_errors PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaIdentity::test_residuals PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaIdentity::test_aic_R PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaIdentity::test_aic_Stata PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaIdentity::test_deviance PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaIdentity::test_scale PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaIdentity::test_loglike PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaIdentity::test_null_deviance PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaIdentity::test_bic PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaIdentity::test_degrees PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaIdentity::test_fittedvalues PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaIdentity::test_tpvalues PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaIdentity::test_pearson_chi2 PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaIdentity::test_prsquared PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaIdentity::test_summary PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaIdentity::test_summary2 PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmGammaIdentity::test_get_distribution PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoisson::test_compare_discrete PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoisson::test_score_test PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoisson::test_params PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoisson::test_standard_errors PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoisson::test_residuals PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoisson::test_aic_R PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoisson::test_aic_Stata PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoisson::test_deviance PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoisson::test_scale PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoisson::test_loglike PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoisson::test_null_deviance PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoisson::test_bic PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoisson::test_degrees PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoisson::test_fittedvalues PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoisson::test_tpvalues PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoisson::test_pearson_chi2 PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoisson::test_prsquared PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoisson::test_summary PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoisson::test_summary2 PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoisson::test_get_distribution PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgauss::test_params PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgauss::test_standard_errors PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgauss::test_residuals PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgauss::test_aic_R PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgauss::test_aic_Stata PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgauss::test_deviance PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgauss::test_scale PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgauss::test_loglike PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgauss::test_null_deviance PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgauss::test_bic PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgauss::test_degrees PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgauss::test_fittedvalues PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgauss::test_tpvalues PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgauss::test_pearson_chi2 PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgauss::test_prsquared PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgauss::test_summary PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgauss::test_summary2 PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgauss::test_get_distribution PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussLog::test_params PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussLog::test_standard_errors PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussLog::test_residuals PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussLog::test_aic_R PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussLog::test_aic_Stata PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussLog::test_deviance PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussLog::test_scale PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussLog::test_loglike PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussLog::test_null_deviance PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussLog::test_bic PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussLog::test_degrees PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussLog::test_fittedvalues PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussLog::test_tpvalues PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussLog::test_pearson_chi2 PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussLog::test_prsquared PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussLog::test_summary PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussLog::test_summary2 PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussLog::test_get_distribution PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussIdentity::test_params PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussIdentity::test_standard_errors PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussIdentity::test_residuals PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussIdentity::test_aic_R PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussIdentity::test_aic_Stata PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussIdentity::test_deviance PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussIdentity::test_scale PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussIdentity::test_loglike PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussIdentity::test_null_deviance PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussIdentity::test_bic PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussIdentity::test_degrees PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussIdentity::test_fittedvalues PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussIdentity::test_tpvalues PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussIdentity::test_pearson_chi2 PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussIdentity::test_prsquared PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussIdentity::test_summary PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussIdentity::test_summary2 PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmInvgaussIdentity::test_get_distribution PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmNegbinomial::test_params PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmNegbinomial::test_standard_errors PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmNegbinomial::test_residuals PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmNegbinomial::test_aic_R PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmNegbinomial::test_aic_Stata PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmNegbinomial::test_deviance PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmNegbinomial::test_scale PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmNegbinomial::test_loglike PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmNegbinomial::test_null_deviance PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmNegbinomial::test_bic PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmNegbinomial::test_degrees PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmNegbinomial::test_fittedvalues PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmNegbinomial::test_tpvalues PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmNegbinomial::test_pearson_chi2 PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmNegbinomial::test_prsquared PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmNegbinomial::test_summary PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmNegbinomial::test_summary2 PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmNegbinomial::test_get_distribution PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoissonOffset::test_params PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoissonOffset::test_standard_errors PASSED [ 12%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoissonOffset::test_residuals PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoissonOffset::test_aic_R PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoissonOffset::test_aic_Stata PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoissonOffset::test_deviance PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoissonOffset::test_scale PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoissonOffset::test_loglike PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoissonOffset::test_null_deviance PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoissonOffset::test_bic PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoissonOffset::test_degrees PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoissonOffset::test_fittedvalues PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoissonOffset::test_tpvalues PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoissonOffset::test_pearson_chi2 PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoissonOffset::test_prsquared PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoissonOffset::test_summary PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoissonOffset::test_summary2 PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoissonOffset::test_get_distribution PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoissonOffset::test_missing PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoissonOffset::test_offset_exposure PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestGlmPoissonOffset::test_predict PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::test_perfect_pred PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::test_score_test_ols PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::test_attribute_writable_resettable PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestStartParams::test_params PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestStartParams::test_standard_errors PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestStartParams::test_residuals PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestStartParams::test_aic_R PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestStartParams::test_aic_Stata PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestStartParams::test_deviance PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestStartParams::test_scale PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestStartParams::test_loglike PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestStartParams::test_null_deviance PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestStartParams::test_bic PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestStartParams::test_degrees PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestStartParams::test_fittedvalues PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestStartParams::test_tpvalues PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestStartParams::test_pearson_chi2 PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestStartParams::test_prsquared PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestStartParams::test_summary PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestStartParams::test_summary2 PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestStartParams::test_get_distribution PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::test_glm_start_params PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::test_loglike_no_opt PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::test_formula_missing_exposure PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::test_plots PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::test_summary PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::test_gradient_irls PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::test_gradient_irls_eim PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::test_glm_irls_method PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoisson::test_params PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoisson::test_standard_errors PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoisson::test_aic PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoisson::test_deviance PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoisson::test_scale PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoisson::test_loglike PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoisson::test_null_deviance PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoisson::test_bic PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoisson::test_fittedvalues PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoisson::test_tpvalues PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoissonNewton::test_params PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoissonNewton::test_standard_errors PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoissonNewton::test_aic PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoissonNewton::test_deviance PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoissonNewton::test_scale PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoissonNewton::test_loglike PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoissonNewton::test_null_deviance PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoissonNewton::test_bic PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoissonNewton::test_fittedvalues PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoissonNewton::test_tpvalues PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoissonHC0::test_params PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoissonHC0::test_standard_errors PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoissonHC0::test_aic PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoissonHC0::test_deviance PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoissonHC0::test_scale PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoissonHC0::test_loglike PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoissonHC0::test_null_deviance PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoissonHC0::test_bic PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoissonHC0::test_fittedvalues PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoissonHC0::test_tpvalues PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoissonClu::test_params PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoissonClu::test_standard_errors PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoissonClu::test_aic PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoissonClu::test_deviance PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoissonClu::test_scale PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoissonClu::test_loglike PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoissonClu::test_null_deviance PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoissonClu::test_bic PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoissonClu::test_fittedvalues PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmPoissonClu::test_tpvalues PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmBinomial::test_params PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmBinomial::test_standard_errors PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmBinomial::test_aic PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmBinomial::test_deviance PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmBinomial::test_scale PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmBinomial::test_loglike PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmBinomial::test_null_deviance PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmBinomial::test_bic PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmBinomial::test_fittedvalues PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmBinomial::test_tpvalues PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmNegativeBinomial::test_params PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmNegativeBinomial::test_standard_errors PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmNegativeBinomial::test_aic PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmNegativeBinomial::test_deviance PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmNegativeBinomial::test_scale PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmNegativeBinomial::test_loglike PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmNegativeBinomial::test_null_deviance PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmNegativeBinomial::test_bic PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmNegativeBinomial::test_fittedvalues PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmNegativeBinomial::test_tpvalues PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGamma::test_params PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGamma::test_standard_errors PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGamma::test_aic PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGamma::test_deviance PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGamma::test_scale PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGamma::test_loglike PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGamma::test_null_deviance PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGamma::test_bic PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGamma::test_fittedvalues PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGamma::test_tpvalues PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGaussian::test_params PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGaussian::test_standard_errors PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGaussian::test_aic PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGaussian::test_deviance PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGaussian::test_scale PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGaussian::test_loglike PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGaussian::test_null_deviance PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGaussian::test_bic PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGaussian::test_fittedvalues PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGaussian::test_tpvalues PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmInverseGaussian::test_params PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmInverseGaussian::test_standard_errors PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmInverseGaussian::test_aic PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmInverseGaussian::test_deviance PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmInverseGaussian::test_scale PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmInverseGaussian::test_loglike PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmInverseGaussian::test_null_deviance PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmInverseGaussian::test_bic PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmInverseGaussian::test_fittedvalues PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmInverseGaussian::test_tpvalues PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGammaNewton::test_params PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGammaNewton::test_standard_errors PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGammaNewton::test_aic PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGammaNewton::test_deviance PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGammaNewton::test_scale PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGammaNewton::test_loglike PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGammaNewton::test_null_deviance PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGammaNewton::test_bic PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGammaNewton::test_fittedvalues PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGammaNewton::test_tpvalues PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGammaNewton::test_init_kwargs PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGammaScale_X2::test_params PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGammaScale_X2::test_standard_errors PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGammaScale_X2::test_aic PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGammaScale_X2::test_deviance PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGammaScale_X2::test_scale PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGammaScale_X2::test_loglike PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGammaScale_X2::test_null_deviance PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGammaScale_X2::test_bic PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGammaScale_X2::test_fittedvalues PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGammaScale_X2::test_tpvalues PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGammaScale_dev::test_params PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGammaScale_dev::test_standard_errors PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGammaScale_dev::test_aic PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGammaScale_dev::test_deviance PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGammaScale_dev::test_scale PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGammaScale_dev::test_loglike PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGammaScale_dev::test_null_deviance PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGammaScale_dev::test_bic PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGammaScale_dev::test_fittedvalues PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGammaScale_dev::test_tpvalues PASSED [ 13%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdGlmGammaScale_dev::test_missing PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdTweedieLog::test_params PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdTweedieLog::test_standard_errors PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdTweedieLog::test_aic PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdTweedieLog::test_deviance PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdTweedieLog::test_scale PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdTweedieLog::test_loglike PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdTweedieLog::test_null_deviance PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdTweedieLog::test_bic PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdTweedieLog::test_fittedvalues PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdTweedieLog::test_tpvalues PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdTweediePower2::test_params PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdTweediePower2::test_standard_errors PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdTweediePower2::test_aic PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdTweediePower2::test_deviance PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdTweediePower2::test_scale PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdTweediePower2::test_loglike PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdTweediePower2::test_null_deviance PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdTweediePower2::test_bic PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdTweediePower2::test_fittedvalues PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdTweediePower2::test_tpvalues PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdTweediePower15::test_params PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdTweediePower15::test_standard_errors PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdTweediePower15::test_aic PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdTweediePower15::test_deviance PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdTweediePower15::test_scale PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdTweediePower15::test_loglike PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdTweediePower15::test_null_deviance PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdTweediePower15::test_bic PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdTweediePower15::test_fittedvalues PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestWtdTweediePower15::test_tpvalues PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::test_wtd_patsy_missing PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweediePower15::test_resid PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweediePower15::test_bse PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweediePower15::test_params PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweediePower15::test_deviance PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweediePower15::test_df PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweediePower15::test_fittedvalues PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweediePower15::test_summary PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweediePower2::test_resid PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweediePower2::test_bse PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweediePower2::test_params PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweediePower2::test_deviance PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweediePower2::test_df PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweediePower2::test_fittedvalues PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweediePower2::test_summary PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweedieLog1::test_resid PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweedieLog1::test_bse PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweedieLog1::test_params PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweedieLog1::test_deviance PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweedieLog1::test_df PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweedieLog1::test_fittedvalues PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweedieLog1::test_summary PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweedieLog15Fair::test_resid PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweedieLog15Fair::test_bse PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweedieLog15Fair::test_params PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweedieLog15Fair::test_deviance PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweedieLog15Fair::test_df PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweedieLog15Fair::test_fittedvalues PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweedieLog15Fair::test_summary PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweedieSpecialLog0::test_mu PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweedieSpecialLog0::test_resid PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweedieSpecialLog1::test_mu PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweedieSpecialLog1::test_resid PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweedieSpecialLog2::test_mu PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweedieSpecialLog2::test_resid PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweedieSpecialLog3::test_mu PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestTweedieSpecialLog3::test_resid PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::test_tweedie_EQL PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::test_tweedie_elastic_net PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::test_tweedie_EQL_poisson_limit PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::test_tweedie_EQL_upper_limit PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::testTweediePowerEstimate PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::test_glm_lasso_6431 PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestRegularized::test_regularized PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestConvergence::test_convergence_atol_only PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestConvergence::test_convergence_rtol_only PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestConvergence::test_convergence_atol_rtol PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestConvergence::test_convergence_atol_only_params PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestConvergence::test_convergence_rtol_only_params PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::TestConvergence::test_convergence_atol_rtol_params PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::test_poisson_deviance PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::test_non_invertible_hessian_fails_summary PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::test_int_scale PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::test_int_exog[int8] PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::test_int_exog[int16] PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::test_int_exog[int32] PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::test_int_exog[int64] PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::test_glm_bic PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::test_glm_bic_warning PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::test_output_exposure_null PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::test_qaic PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm.py::test_tweedie_score PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmPoissonPlain::test_basic PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmPoissonPlain::test_residuals PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmPoissonPlain::test_compare_optimizers PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmPoissonPlain::test_pearson_chi2 PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmPoissonFwNr::test_basic PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmPoissonFwNr::test_residuals PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmPoissonFwNr::test_compare_optimizers PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmPoissonFwNr::test_pearson_chi2 PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmPoissonAwNr::test_basic PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmPoissonAwNr::test_residuals PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmPoissonAwNr::test_compare_optimizers PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmPoissonAwNr::test_pearson_chi2 PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmPoissonPwNr::test_residuals PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmPoissonPwNr::test_pearson_chi2 PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmPoissonPwNr::test_basic XFAIL [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmPoissonPwNr::test_compare_optimizers XFAIL [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmPoissonFwHC::test_basic PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmPoissonFwHC::test_residuals PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmPoissonFwHC::test_compare_optimizers PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmPoissonFwHC::test_pearson_chi2 PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmPoissonAwHC::test_basic PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmPoissonAwHC::test_residuals PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmPoissonAwHC::test_compare_optimizers PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmPoissonAwHC::test_pearson_chi2 PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmPoissonFwClu::test_basic PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmPoissonFwClu::test_residuals PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmPoissonFwClu::test_compare_optimizers PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmPoissonFwClu::test_pearson_chi2 PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmTweedieAwNr::test_basic PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmTweedieAwNr::test_residuals PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmTweedieAwNr::test_compare_optimizers PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmTweedieAwNr::test_pearson_chi2 PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmGammaAwNr::test_basic PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmGammaAwNr::test_residuals PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmGammaAwNr::test_compare_optimizers PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmGammaAwNr::test_pearson_chi2 PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmGammaAwNr::test_r_llf PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmGaussianAwNr::test_basic PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmGaussianAwNr::test_residuals PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmGaussianAwNr::test_compare_optimizers PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmGaussianAwNr::test_pearson_chi2 PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmGaussianAwNr::test_r_llf PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::test_wtd_gradient_irls PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestRepeatedvsAggregated::test_basic PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestRepeatedvsAggregated::test_residuals PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestRepeatedvsAggregated::test_compare_optimizers PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestRepeatedvsAggregated::test_pearson_chi2 PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestRepeatedvsAverage::test_basic PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestRepeatedvsAverage::test_residuals PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestRepeatedvsAverage::test_compare_optimizers PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestRepeatedvsAverage::test_pearson_chi2 PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestTweedieRepeatedvsAggregated::test_basic PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestTweedieRepeatedvsAggregated::test_residuals PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestTweedieRepeatedvsAggregated::test_compare_optimizers PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestTweedieRepeatedvsAggregated::test_pearson_chi2 PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestTweedieRepeatedvsAverage::test_basic PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestTweedieRepeatedvsAverage::test_residuals PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestTweedieRepeatedvsAverage::test_compare_optimizers PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestTweedieRepeatedvsAverage::test_pearson_chi2 PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestBinomial0RepeatedvsAverage::test_basic PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestBinomial0RepeatedvsAverage::test_residuals PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestBinomial0RepeatedvsAverage::test_compare_optimizers PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestBinomial0RepeatedvsAverage::test_pearson_chi2 PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestBinomial0RepeatedvsDuplicated::test_basic PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestBinomial0RepeatedvsDuplicated::test_residuals PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestBinomial0RepeatedvsDuplicated::test_compare_optimizers PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestBinomial0RepeatedvsDuplicated::test_pearson_chi2 PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::test_warnings_raised PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::test_weights_different_formats[list] PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::test_weights_different_formats[ndarray] PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::test_weights_different_formats[Series] PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestBinomialVsVarWeights::test_basic PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestBinomialVsVarWeights::test_residuals PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestBinomialVsVarWeights::test_compare_optimizers PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestBinomialVsVarWeights::test_pearson_chi2 PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmGaussianWLS::test_basic PASSED [ 14%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmGaussianWLS::test_residuals PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmGaussianWLS::test_compare_optimizers PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::TestGlmGaussianWLS::test_pearson_chi2 PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::test_incompatible_input PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_glm_weights.py::test_poisson_residuals PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_qif.py::test_qif_numdiff[cov_struct0-fam0] PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_qif.py::test_qif_numdiff[cov_struct0-fam1] PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_qif.py::test_qif_numdiff[cov_struct0-fam2] PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_qif.py::test_qif_numdiff[cov_struct1-fam0] PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_qif.py::test_qif_numdiff[cov_struct1-fam1] PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_qif.py::test_qif_numdiff[cov_struct1-fam2] PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_qif.py::test_qif_numdiff[cov_struct2-fam0] PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_qif.py::test_qif_numdiff[cov_struct2-fam1] PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_qif.py::test_qif_numdiff[cov_struct2-fam2] PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_qif.py::test_qif_fit[cov_struct0-fam0] PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_qif.py::test_qif_fit[cov_struct0-fam1] PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_qif.py::test_qif_fit[cov_struct0-fam2] PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_qif.py::test_qif_fit[cov_struct1-fam0] PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_qif.py::test_qif_fit[cov_struct1-fam1] PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_qif.py::test_qif_fit[cov_struct1-fam2] PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_qif.py::test_qif_fit[cov_struct2-fam0] PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_qif.py::test_qif_fit[cov_struct2-fam1] PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_qif.py::test_qif_fit[cov_struct2-fam2] PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_qif.py::test_formula[cov_struct0] PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_qif.py::test_formula[cov_struct1] PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_qif.py::test_formula[cov_struct2] PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_score_test.py::TestScoreTest::test_wald_score PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_score_test.py::TestScoreTest::test_dispersion PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_score_test.py::TestScoreTestDispersed::test_wald_score PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_score_test.py::TestScoreTestDispersed::test_dispersion PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_score_test.py::TestScoreTestPoisson::test_dispersion PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_score_test.py::TestScoreTestPoisson::test_wald_score PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_score_test.py::TestScoreTestPoissonDispersed::test_dispersion PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/genmod/tests/test_score_test.py::TestScoreTestPoissonDispersed::test_wald_score PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_agreement.py::test_mean_diff_plot PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_boxplots.py::test_violinplot PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_boxplots.py::test_violinplot_bw_factor PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_boxplots.py::test_beanplot PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_boxplots.py::test_beanplot_jitter PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_boxplots.py::test_beanplot_side_right PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_boxplots.py::test_beanplot_side_left PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_boxplots.py::test_beanplot_legend_text PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_correlation.py::test_plot_corr PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_correlation.py::test_plot_corr_grid PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_dotplot.py::test_all PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_factorplots.py::TestInteractionPlot::test_plot_both PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_factorplots.py::TestInteractionPlot::test_plot_rainbow PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_factorplots.py::TestInteractionPlot::test_plot_pandas[str] PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_factorplots.py::TestInteractionPlot::test_plot_pandas[int] PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_factorplots.py::TestInteractionPlot::test_formatting PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_factorplots.py::TestInteractionPlot::test_formatting_errors PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_factorplots.py::TestInteractionPlot::test_plottype PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_factorplots.py::TestInteractionPlot::test_recode_series PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_functional.py::test_hdr_basic PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_functional.py::test_hdr_basic_brute PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_functional.py::test_hdr_plot PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_functional.py::test_hdr_alpha PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_functional.py::test_hdr_multiple_alpha PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_functional.py::test_hdr_threshold PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_functional.py::test_hdr_bw PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_functional.py::test_hdr_ncomp PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_functional.py::test_banddepth_BD2 PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_functional.py::test_banddepth_MBD PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_functional.py::test_fboxplot_rainbowplot PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotLongelyNoFit::test_qqplot PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotLongelyNoFit::test_ppplot PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotLongelyNoFit::test_probplot PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotLongelyNoFit::test_probplot_exceed PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotLongelyNoFit::test_qqplot_other_array PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotLongelyNoFit::test_ppplot_other_array PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotLongelyNoFit::test_probplot_other_array XFAIL [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotLongelyNoFit::test_qqplot_other_prbplt PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotLongelyNoFit::test_ppplot_other_prbplt PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotLongelyNoFit::test_probplot_other_prbplt XFAIL [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotLongelyNoFit::test_qqplot_custom_labels PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotLongelyNoFit::test_ppplot_custom_labels PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotLongelyNoFit::test_probplot_custom_labels PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotLongelyNoFit::test_qqplot_pltkwargs PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotLongelyNoFit::test_ppplot_pltkwargs PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotLongelyNoFit::test_probplot_pltkwargs PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotLongelyNoFit::test_fit_params PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotLongelyWithFit::test_qqplot PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotLongelyWithFit::test_ppplot PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotLongelyWithFit::test_probplot PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotLongelyWithFit::test_probplot_exceed PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotLongelyWithFit::test_qqplot_other_array PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotLongelyWithFit::test_ppplot_other_array PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotLongelyWithFit::test_probplot_other_array XFAIL [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotLongelyWithFit::test_qqplot_other_prbplt PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotLongelyWithFit::test_ppplot_other_prbplt PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotLongelyWithFit::test_probplot_other_prbplt XFAIL [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotLongelyWithFit::test_qqplot_custom_labels PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotLongelyWithFit::test_ppplot_custom_labels PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotLongelyWithFit::test_probplot_custom_labels PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotLongelyWithFit::test_qqplot_pltkwargs PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotLongelyWithFit::test_ppplot_pltkwargs PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotLongelyWithFit::test_probplot_pltkwargs PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotLongelyWithFit::test_fit_params PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalMinimal::test_qqplot PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalMinimal::test_ppplot PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalMinimal::test_probplot PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalMinimal::test_probplot_exceed PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalMinimal::test_qqplot_other_array PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalMinimal::test_ppplot_other_array PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalMinimal::test_probplot_other_array XFAIL [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalMinimal::test_qqplot_other_prbplt PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalMinimal::test_ppplot_other_prbplt PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalMinimal::test_probplot_other_prbplt XFAIL [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalMinimal::test_qqplot_custom_labels PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalMinimal::test_ppplot_custom_labels PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalMinimal::test_probplot_custom_labels PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalMinimal::test_qqplot_pltkwargs PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalMinimal::test_ppplot_pltkwargs PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalMinimal::test_probplot_pltkwargs PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalMinimal::test_fit_params PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalWithFit::test_qqplot PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalWithFit::test_ppplot PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalWithFit::test_probplot PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalWithFit::test_probplot_exceed PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalWithFit::test_qqplot_other_array PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalWithFit::test_ppplot_other_array PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalWithFit::test_probplot_other_array XFAIL [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalWithFit::test_qqplot_other_prbplt PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalWithFit::test_ppplot_other_prbplt PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalWithFit::test_probplot_other_prbplt XFAIL [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalWithFit::test_qqplot_custom_labels PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalWithFit::test_ppplot_custom_labels PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalWithFit::test_probplot_custom_labels PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalWithFit::test_qqplot_pltkwargs PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalWithFit::test_ppplot_pltkwargs PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalWithFit::test_probplot_pltkwargs PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalWithFit::test_fit_params PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalFullDist::test_qqplot PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalFullDist::test_ppplot PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalFullDist::test_probplot PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalFullDist::test_probplot_exceed PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalFullDist::test_qqplot_other_array PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalFullDist::test_ppplot_other_array PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalFullDist::test_probplot_other_array XFAIL [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalFullDist::test_qqplot_other_prbplt PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalFullDist::test_ppplot_other_prbplt PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalFullDist::test_probplot_other_prbplt XFAIL [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalFullDist::test_qqplot_custom_labels PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalFullDist::test_ppplot_custom_labels PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalFullDist::test_probplot_custom_labels PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalFullDist::test_qqplot_pltkwargs PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalFullDist::test_ppplot_pltkwargs PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalFullDist::test_probplot_pltkwargs PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalFullDist::test_fit_params PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalFullDist::test_loc_set PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalFullDist::test_scale_set PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalFullDist::test_exceptions PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestCompareSamplesDifferentSize::test_qqplot PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestCompareSamplesDifferentSize::test_ppplot PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalLocScaleDist::test_qqplot PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalLocScaleDist::test_ppplot PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalLocScaleDist::test_probplot PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalLocScaleDist::test_probplot_exceed PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalLocScaleDist::test_qqplot_other_array PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalLocScaleDist::test_ppplot_other_array PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalLocScaleDist::test_probplot_other_array XFAIL [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalLocScaleDist::test_qqplot_other_prbplt PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalLocScaleDist::test_ppplot_other_prbplt PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalLocScaleDist::test_probplot_other_prbplt XFAIL [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalLocScaleDist::test_qqplot_custom_labels PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalLocScaleDist::test_ppplot_custom_labels PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalLocScaleDist::test_probplot_custom_labels PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalLocScaleDist::test_qqplot_pltkwargs PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalLocScaleDist::test_ppplot_pltkwargs PASSED [ 15%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalLocScaleDist::test_probplot_pltkwargs PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalLocScaleDist::test_fit_params PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalLocScaleDist::test_loc_set PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalLocScaleDist::test_scale_set PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalLocScaleDist::test_loc_set_in_dist PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestProbPlotRandomNormalLocScaleDist::test_scale_set_in_dist PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestTopLevel::test_qqplot PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestTopLevel::test_qqplot_pltkwargs PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestTopLevel::test_qqplot_2samples_prob_plot_objects PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestTopLevel::test_qqplot_2samples_arrays PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_invalid_dist_config PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_qqplot_unequal PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestCheckDist::test_good PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestCheckDist::test_bad PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestDoPlot::test_baseline PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestDoPlot::test_with_ax PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestDoPlot::test_plot_full_options PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestDoPlot::test_step_baseline PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestDoPlot::test_step_full_options PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestDoPlot::test_plot_qq_line PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestDoPlot::test_step_qq_line PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestQQLine::test_badline PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestQQLine::test_non45_no_x PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestQQLine::test_non45_no_y PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestQQLine::test_non45_no_x_no_y PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestQQLine::test_45 PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestQQLine::test_45_fmt PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestQQLine::test_45_fmt_lineoptions PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestQQLine::test_r PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestQQLine::test_r_fmt PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestQQLine::test_r_fmt_lineoptions PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestQQLine::test_s PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestQQLine::test_s_fmt PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestQQLine::test_s_fmt_lineoptions PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestQQLine::test_q PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestQQLine::test_q_fmt PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestQQLine::test_q_fmt_lineoptions PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestPlottingPosition::test_weibull PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestPlottingPosition::test_lininterp PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestPlottingPosition::test_piecewise PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestPlottingPosition::test_approx_med_unbiased PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::TestPlottingPosition::test_cunnane PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_param_unpacking PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[None-30-30-labels0] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[None-30-30-labels1] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[None-30-50-labels0] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[None-30-50-labels1] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[None-50-30-labels0] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[None-50-30-labels1] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[None-50-50-labels0] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[None-50-50-labels1] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[45-30-30-labels0] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[45-30-30-labels1] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[45-30-50-labels0] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[45-30-50-labels1] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[45-50-30-labels0] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[45-50-30-labels1] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[45-50-50-labels0] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[45-50-50-labels1] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[s-30-30-labels0] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[s-30-30-labels1] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[s-30-50-labels0] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[s-30-50-labels1] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[s-50-30-labels0] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[s-50-30-labels1] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[s-50-50-labels0] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[s-50-50-labels1] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[r-30-30-labels0] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[r-30-30-labels1] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[r-30-50-labels0] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[r-30-50-labels1] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[r-50-30-labels0] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[r-50-30-labels1] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[r-50-50-labels0] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[r-50-50-labels1] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[q-30-30-labels0] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[q-30-30-labels1] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[q-30-50-labels0] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[q-30-50-labels1] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[q-50-30-labels0] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[q-50-30-labels1] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[q-50-50-labels0] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_correct_labels[q-50-50-labels1] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_gofplots.py::test_axis_order PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_mosaicplot.py::test_data_conversion PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_mosaicplot.py::test_mosaic_simple PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_mosaicplot.py::test_mosaic PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_mosaicplot.py::test_mosaic_very_complex PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_mosaicplot.py::test_axes_labeling PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_mosaicplot.py::test_mosaic_empty_cells PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_mosaicplot.py::test_recursive_split PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_mosaicplot.py::test__reduce_dict PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_mosaicplot.py::test__key_splitting PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_mosaicplot.py::test_proportion_normalization PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_mosaicplot.py::test_false_split PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_mosaicplot.py::test_rect_pure_split PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_mosaicplot.py::test_rect_deformed_split PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_mosaicplot.py::test_gap_split PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_mosaicplot.py::test_default_arg_index PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_mosaicplot.py::test_missing_category PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_regressionplots.py::TestPlot::test_plot_fit PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_regressionplots.py::TestPlot::test_plot_oth PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_regressionplots.py::TestPlot::test_plot_influence PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_regressionplots.py::TestPlot::test_plot_leverage_resid2 PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_regressionplots.py::TestPlotPandas::test_plot_fit PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_regressionplots.py::TestPlotPandas::test_plot_oth PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_regressionplots.py::TestPlotPandas::test_plot_influence PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_regressionplots.py::TestPlotPandas::test_plot_leverage_resid2 PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_regressionplots.py::TestPlotFormula::test_plot_fit PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_regressionplots.py::TestPlotFormula::test_plot_oth PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_regressionplots.py::TestPlotFormula::test_plot_influence PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_regressionplots.py::TestPlotFormula::test_plot_leverage_resid2 PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_regressionplots.py::TestPlotFormula::test_one_column_exog PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_regressionplots.py::TestABLine::test_abline_model PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_regressionplots.py::TestABLine::test_abline_model_ax PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_regressionplots.py::TestABLine::test_abline_ab PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_regressionplots.py::TestABLine::test_abline_ab_ax PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_regressionplots.py::TestABLine::test_abline_remove PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_regressionplots.py::TestABLinePandas::test_abline_model PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_regressionplots.py::TestABLinePandas::test_abline_model_ax PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_regressionplots.py::TestABLinePandas::test_abline_ab PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_regressionplots.py::TestABLinePandas::test_abline_ab_ax PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_regressionplots.py::TestABLinePandas::test_abline_remove PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_regressionplots.py::TestAddedVariablePlot::test_added_variable_poisson PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_regressionplots.py::TestPartialResidualPlot::test_partial_residual_poisson PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_regressionplots.py::TestCERESPlot::test_ceres_poisson PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_regressionplots.py::test_partregress_formula_env PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_tsaplots.py::test_plot_acf PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_tsaplots.py::test_plot_acf_irregular PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_tsaplots.py::test_plot_pacf PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_tsaplots.py::test_plot_pacf_kwargs PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_tsaplots.py::test_plot_acf_kwargs PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_tsaplots.py::test_plot_acf_missing PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_tsaplots.py::test_plot_pacf_irregular PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_tsaplots.py::test_plot_month XFAIL [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_tsaplots.py::test_plot_quarter PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_tsaplots.py::test_seasonal_plot PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_tsaplots.py::test_predict_plot[None-True-model_and_args0] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_tsaplots.py::test_predict_plot[None-True-model_and_args1] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_tsaplots.py::test_predict_plot[None-False-model_and_args0] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_tsaplots.py::test_predict_plot[None-False-model_and_args1] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_tsaplots.py::test_predict_plot[0.1-True-model_and_args0] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_tsaplots.py::test_predict_plot[0.1-True-model_and_args1] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_tsaplots.py::test_predict_plot[0.1-False-model_and_args0] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/graphics/tests/test_tsaplots.py::test_predict_plot[0.1-False-model_and_args1] PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_bayes_mi.py::test_pat PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_bayes_mi.py::test_2x2 PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_bayes_mi.py::test_MI PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_bayes_mi.py::test_MI_stat PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_bayes_mi.py::test_mi_formula PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_mice.py::TestMICEData::test_default PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_mice.py::TestMICEData::test_settingwithcopywarning PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_mice.py::TestMICEData::test_next_sample PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_mice.py::TestMICEData::test_pertmeth PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_mice.py::TestMICEData::test_phreg PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_mice.py::TestMICEData::test_set_imputer PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_mice.py::TestMICEData::test_plot_missing_pattern PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_mice.py::TestMICEData::test_plot_bivariate PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_mice.py::TestMICEData::test_fit_obs PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_mice.py::TestMICEData::test_plot_imputed_hist PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_mice.py::TestMICE::test_MICE PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_mice.py::TestMICE::test_MICE1 PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_mice.py::TestMICE::test_MICE1_regularized PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_mice.py::TestMICE::test_MICE2 PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_mice.py::TestMICE::test_combine XFAIL [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_mice.py::test_micedata_miss1 PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test__ros_sort::test_baseline PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test__ros_sort::test_censored_greater_than_max PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test_cohn_numbers::test_baseline PASSED [ 16%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test_cohn_numbers::test_no_NDs PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test__detection_limit_index::test_empty PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test__detection_limit_index::test_populated PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test__detection_limit_index::test_out_of_bounds PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::test__ros_group_rank PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test__ros_plot_pos::test_uncensored_1 PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test__ros_plot_pos::test_uncensored_2 PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test__ros_plot_pos::test_censored_1 PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test__ros_plot_pos::test_censored_2 PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::test__norm_plot_pos PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::test_plotting_positions PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::test__impute PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::test__do_ros PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test_ROS_HelselAppendixB::test_ros_df PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test_ROS_HelselAppendixB::test_ros_arrays PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test_ROS_HelselAppendixB::test_cohn PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test_ROS_HelselArsenic::test_ros_df PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test_ROS_HelselArsenic::test_ros_arrays PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test_ROS_HelselArsenic::test_cohn PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test_ROS_RNADAdata::test_ros_df PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test_ROS_RNADAdata::test_ros_arrays PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test_ROS_RNADAdata::test_cohn PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test_NoOp_ZeroND::test_ros_df PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test_NoOp_ZeroND::test_ros_arrays PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test_NoOp_ZeroND::test_cohn PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test_ROS_OneND::test_ros_df PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test_ROS_OneND::test_ros_arrays PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test_ROS_OneND::test_cohn PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test_HalfDLs_80pctNDs::test_ros_df PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test_HalfDLs_80pctNDs::test_ros_arrays PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test_HalfDLs_80pctNDs::test_cohn PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test_HaflDLs_OneUncensored::test_ros_df PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test_HaflDLs_OneUncensored::test_ros_arrays PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test_HaflDLs_OneUncensored::test_cohn PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test_ROS_MaxCen_GT_MaxUncen::test_ros_df PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test_ROS_MaxCen_GT_MaxUncen::test_ros_arrays PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test_ROS_MaxCen_GT_MaxUncen::test_cohn PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test_ROS_OnlyDL_GT_MaxUncen::test_ros_df PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test_ROS_OnlyDL_GT_MaxUncen::test_ros_arrays PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/imputation/tests/test_ros.py::Test_ROS_OnlyDL_GT_MaxUncen::test_cohn PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/iolib/tests/test_pickle.py::test_pickle PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/iolib/tests/test_pickle.py::test_pickle_supports_open PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/iolib/tests/test_summary.py::test_escaped_variable_name PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/iolib/tests/test_summary.py::test_wrong_len_xname PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/iolib/tests/test_summary2.py::TestSummaryLatex::test_summarycol PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/iolib/tests/test_summary2.py::TestSummaryLatex::test_summarycol_float_format PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/iolib/tests/test_summary2.py::TestSummaryLatex::test_summarycol_drop_omitted PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/iolib/tests/test_summary2.py::TestSummaryLatex::test_summary_col_ordering_preserved PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/iolib/tests/test_summary2.py::TestSummaryLatex::test_OLSsummary PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/iolib/tests/test_summary2.py::test_ols_summary_rsquared_label PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/iolib/tests/test_summary2.py::test_summary_col_r2 PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/iolib/tests/test_summary_old.py::test_regression_summary XFAIL [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/iolib/tests/test_table.py::TestSimpleTable::test_simple_table_1 PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/iolib/tests/test_table.py::TestSimpleTable::test_simple_table_2 PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/iolib/tests/test_table.py::TestSimpleTable::test_simple_table_3 PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/iolib/tests/test_table.py::TestSimpleTable::test_simple_table_4 PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/iolib/tests/test_table.py::TestSimpleTable::test_simple_table_special_chars PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/iolib/tests/test_table.py::TestSimpleTable::test_regression_with_tuples PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/iolib/tests/test_table.py::TestSimpleTable::test_default_alignment PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/iolib/tests/test_table_econpy.py::TestCell::test_celldata PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/iolib/tests/test_table_econpy.py::TestSimpleTable::test_txt_fmt1 PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/iolib/tests/test_table_econpy.py::TestSimpleTable::test_ltx_fmt1 PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/iolib/tests/test_table_econpy.py::TestSimpleTable::test_html_fmt1 PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/iolib/tests/test_table_econpy.py::TestSimpleTable::test_customlabel PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_generic_mle.py::TestMyPareto1::test_summary PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_generic_mle.py::TestMyPareto1::test_use_t_summary PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_generic_mle.py::TestMyPareto1::test_ttest PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_generic_mle.py::TestMyPareto1::test_params PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_generic_mle.py::TestMyPareto1::test_minsupport PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_generic_mle.py::TestMyParetoRestriction::test_summary PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_generic_mle.py::TestMyParetoRestriction::test_use_t_summary PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_generic_mle.py::TestMyParetoRestriction::test_ttest PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_generic_mle.py::TestMyParetoRestriction::test_params PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_generic_mle.py::TestTwoPeakLLHNoExog::test_fit PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_ordinal_model.py::TestLogitModel::test_basic PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_ordinal_model.py::TestLogitModel::test_pandas PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_ordinal_model.py::TestLogitModel::test_formula PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_ordinal_model.py::TestLogitModel::test_unordered PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_ordinal_model.py::TestLogitModel::test_results_other PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_ordinal_model.py::TestLogitModel::test_postestimation PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_ordinal_model.py::TestProbitModel::test_basic PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_ordinal_model.py::TestProbitModel::test_pandas PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_ordinal_model.py::TestProbitModel::test_formula PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_ordinal_model.py::TestProbitModel::test_unordered PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_ordinal_model.py::TestProbitModel::test_results_other PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_ordinal_model.py::TestProbitModel::test_loglikerelated PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_ordinal_model.py::TestProbitModel::test_formula_categorical PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_ordinal_model.py::TestProbitModel::test_offset PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_ordinal_model.py::TestLogitModelFormula::test_setup PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_ordinal_model.py::TestCLogLogModel::test_basic PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_ordinal_model.py::TestCLogLogModel::test_pandas PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_ordinal_model.py::TestCLogLogModel::test_formula PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_ordinal_model.py::TestCLogLogModel::test_unordered PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_ordinal_model.py::TestCLogLogModel::test_results_other PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_ordinal_model.py::TestLogitBinary::test_attributes PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_ordinal_model.py::test_nan_endog_exceptions PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_poisson.py::TestPoissonMLE::test_params PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_poisson.py::TestPoissonMLE::test_cov_params PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_poisson.py::TestPoissonMLE::test_ttest PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_poisson.py::TestPoissonMLE::test_summary PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_poisson.py::TestPoissonMLE::test_predict_distribution PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_poisson.py::TestPoissonOffset::test_ttest PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_poisson.py::TestPoissonOffset::test_summary PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_poisson.py::TestPoissonOffset::test_params PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_poisson.py::TestPoissonOffset::test_cov_params PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_poisson.py::TestPoissonZi::test_ttest PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_poisson.py::TestPoissonZi::test_summary PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_poisson.py::TestPoissonZi::test_params PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_poisson.py::TestPoissonZi::test_cov_params PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_poisson.py::TestPoissonZi::test_exog_names_warning PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_tarma.py::TestTArma::test_params PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_tarma.py::TestTArma::test_smoke PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_tarma.py::TestTArma::test_fit_ls PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_tarma.py::TestArma::test_params PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_tarma.py::TestArma::test_smoke PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_tarma.py::TestArma::test_fit_ls PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_tmodel.py::TestTModel::test_basic PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_tmodel.py::TestTModel::test_bse PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_tmodel.py::TestTModel::test_fitted PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_tmodel.py::TestTModel::test_formula PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_tmodel.py::TestTModel::test_smoke PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/miscmodels/tests/test_tmodel.py::TestTModelFixed::test_smoke PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/factor_rotation/tests/test_rotation.py::TestAnalyticRotation::test_orthogonal_target PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/factor_rotation/tests/test_rotation.py::TestAnalyticRotation::test_target_rotation PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/factor_rotation/tests/test_rotation.py::TestGPARotation::test_CF PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/factor_rotation/tests/test_rotation.py::TestGPARotation::test_equivalence_orthomax_oblimin PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/factor_rotation/tests/test_rotation.py::TestGPARotation::test_oblimin PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/factor_rotation/tests/test_rotation.py::TestGPARotation::test_orthogonal_partial_target PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/factor_rotation/tests/test_rotation.py::TestGPARotation::test_orthogonal_target PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/factor_rotation/tests/test_rotation.py::TestGPARotation::test_orthomax PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/factor_rotation/tests/test_rotation.py::TestWrappers::test_methods PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_cancorr.py::test_cancorr PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_factor.py::test_auto_col_name PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_factor.py::test_direct_corr_matrix PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_factor.py::test_unknown_fa_method_error PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_factor.py::test_example_compare_to_R_output PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_factor.py::test_plots PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_factor.py::test_getframe_smoke PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_factor.py::test_factor_missing PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_factor.py::test_factor_scoring PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_manova.py::test_manova_sas_example PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_manova.py::test_manova_no_formula PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_manova.py::test_manova_no_formula_no_hypothesis PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_manova.py::test_manova_test_input_validation PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_manova.py::test_endog_1D_array PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_ml_factor.py::test_loglike PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_ml_factor.py::test_score PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_ml_factor.py::test_exact PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_ml_factor.py::test_exact_em PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_ml_factor.py::test_fit_ml_em_random_state PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_ml_factor.py::test_em PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_ml_factor.py::test_1factor PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_ml_factor.py::test_2factor PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_multivariate_ols.py::test_glm_dogs_example PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_multivariate_ols.py::test_specify_L_M_by_string PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_multivariate_ols.py::test_independent_variable_singular PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_multivariate_ols.py::test_from_formula_vs_no_formula PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_multivariate_ols.py::test_L_M_matrices_1D_array PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_multivariate_ols.py::test_exog_1D_array PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_multivariate_ols.py::test_endog_1D_array PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_multivariate_ols.py::test_affine_hypothesis PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_pca.py::TestPCA::test_smoke_plot_and_repr PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_pca.py::TestPCA::test_eig_svd_equiv PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_pca.py::TestPCA::test_options PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_pca.py::TestPCA::test_against_reference PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_pca.py::TestPCA::test_warnings_and_errors PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_pca.py::TestPCA::test_pandas PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_pca.py::TestPCA::test_gls_and_weights PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_pca.py::TestPCA::test_wide PASSED [ 17%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_pca.py::TestPCA::test_projection PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_pca.py::TestPCA::test_replace_missing PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_pca.py::TestPCA::test_rsquare PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_pca.py::TestPCA::test_missing_dataframe PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_pca.py::TestPCA::test_equivalence PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_pca.py::TestPCA::test_equivalence_full_matrices PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_pca.py::test_missing PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_pca.py::test_too_many_missing PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/multivariate/tests/test_pca.py::test_gls_warning PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_asymmetric.py::TestKernelsRplus::test_kernels[case0] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_asymmetric.py::TestKernelsRplus::test_kernels[case1] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_asymmetric.py::TestKernelsRplus::test_kernels[case2] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_asymmetric.py::TestKernelsRplus::test_kernels[case3] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_asymmetric.py::TestKernelsRplus::test_kernels[case4] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_asymmetric.py::TestKernelsRplus::test_kernels[case5] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_asymmetric.py::TestKernelsRplus::test_kernels[case6] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_asymmetric.py::TestKernelsRplus::test_kernels[case7] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_asymmetric.py::TestKernelsRplus::test_kernels_vectorized[case0] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_asymmetric.py::TestKernelsRplus::test_kernels_vectorized[case1] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_asymmetric.py::TestKernelsRplus::test_kernels_vectorized[case2] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_asymmetric.py::TestKernelsRplus::test_kernels_vectorized[case3] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_asymmetric.py::TestKernelsRplus::test_kernels_vectorized[case4] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_asymmetric.py::TestKernelsRplus::test_kernels_vectorized[case5] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_asymmetric.py::TestKernelsRplus::test_kernels_vectorized[case6] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_asymmetric.py::TestKernelsRplus::test_kernels_vectorized[case7] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_asymmetric.py::TestKernelsRplus::test_kernels_weights[case0] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_asymmetric.py::TestKernelsRplus::test_kernels_weights[case1] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_asymmetric.py::TestKernelsRplus::test_kernels_weights[case2] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_asymmetric.py::TestKernelsRplus::test_kernels_weights[case3] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_asymmetric.py::TestKernelsRplus::test_kernels_weights[case4] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_asymmetric.py::TestKernelsRplus::test_kernels_weights[case5] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_asymmetric.py::TestKernelsRplus::test_kernels_weights[case6] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_asymmetric.py::TestKernelsRplus::test_kernels_weights[case7] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_asymmetric.py::TestKernelsUnit::test_kernels[case0] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_asymmetric.py::TestKernelsUnit::test_kernels[case1] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_asymmetric.py::TestKernelsUnit::test_kernels_vectorized[case0] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_asymmetric.py::TestKernelsUnit::test_kernels_vectorized[case1] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_asymmetric.py::TestKernelsUnit::test_kernels_weights[case0] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_asymmetric.py::TestKernelsUnit::test_kernels_weights[case1] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_bandwidths.py::TestBandwidthCalculation::test_calculate_bandwidth_gaussian PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_bandwidths.py::TestBandwidthCalculation::test_calculate_normal_reference_bandwidth PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_bandwidths.py::TestEpanechnikov::test_calculate_normal_reference_constant PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_bandwidths.py::TestGaussian::test_calculate_normal_reference_constant PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_bandwidths.py::TestBiweight::test_calculate_normal_reference_constant PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_bandwidths.py::TestTriweight::test_calculate_normal_reference_constant PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_bandwidths.py::TestAllBandwidthZero::test_bandwidth_zero PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_bandwidths.py::TestAnyBandwidthZero::test_bandwidth_zero PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEExceptions::test_check_is_fit_exception PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEExceptions::test_non_weighted_fft_exception PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEExceptions::test_wrong_weight_length_exception PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEExceptions::test_non_gaussian_fft_exception PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEGauss::test_density PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEGauss::test_evaluate PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEGauss::test_support_gridded PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEGauss::test_cdf_gridded PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEGauss::test_sf_gridded PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEGauss::test_icdf_gridded PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEEpanechnikov::test_density PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEEpanechnikov::test_evaluate PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDETriangular::test_density PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDETriangular::test_evaluate PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEBiweight::test_density PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEBiweight::test_evaluate PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKdeWeights::test_density PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKdeWeights::test_evaluate PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEGaussFFT::test_density PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEGaussFFT::test_evaluate PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEWGauss::test_density XFAIL [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEWGauss::test_evaluate PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEWGauss::test_compare PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEWGauss::test_kernel_constants PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEWEpa::test_density XFAIL [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEWEpa::test_evaluate PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEWEpa::test_compare PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEWEpa::test_kernel_constants PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEWTri::test_density XFAIL [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEWTri::test_evaluate PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEWTri::test_compare PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEWTri::test_kernel_constants PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEWBiw::test_density XFAIL [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEWBiw::test_evaluate PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEWBiw::test_compare PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEWBiw::test_kernel_constants PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEWCos::test_density XFAIL [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEWCos::test_evaluate SKIPPED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEWCos::test_compare PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEWCos::test_kernel_constants PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEWCos2::test_density XFAIL [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEWCos2::test_evaluate PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEWCos2::test_compare PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDEWCos2::test_kernel_constants PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestNormConstant::test_norm_constant_calculation PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::test_kde_bw_positive PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::test_fit_self PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDECustomBandwidth::test_check_is_fit_ok_with_custom_bandwidth PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDECustomBandwidth::test_check_is_fit_ok_with_standard_custom_bandwidth PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDECustomBandwidth::test_check_is_fit_ok_with_float_bandwidth[True] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kde.py::TestKDECustomBandwidth::test_check_is_fit_ok_with_float_bandwidth[False] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_density.py::TestKDEUnivariate::test_pdf_non_fft PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_density.py::TestKDEUnivariate::test_weighted_pdf_non_fft PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_density.py::TestKDEUnivariate::test_all_samples_same_location_bw PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_density.py::TestKDEUnivariate::test_int PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_density.py::TestKDEMultivariate::test_pdf_mixeddata_CV_LS PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_density.py::TestKDEMultivariate::test_pdf_mixeddata_LS_vs_ML PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_density.py::TestKDEMultivariate::test_pdf_mixeddata_CV_ML PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_density.py::TestKDEMultivariate::test_pdf_continuous PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_density.py::TestKDEMultivariate::test_pdf_ordered PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_density.py::TestKDEMultivariate::test_unordered_CV_LS PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_density.py::TestKDEMultivariate::test_continuous_cdf PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_density.py::TestKDEMultivariate::test_mixeddata_cdf PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_density.py::TestKDEMultivariate::test_continuous_cvls_efficient PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_density.py::TestKDEMultivariate::test_continuous_cvml_efficient PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_density.py::TestKDEMultivariate::test_efficient_notrandom PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_density.py::TestKDEMultivariate::test_efficient_user_specified_bw PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_density.py::TestKDEMultivariateConditional::test_mixeddata_CV_LS PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_density.py::TestKDEMultivariateConditional::test_continuous_CV_ML PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_density.py::TestKDEMultivariateConditional::test_unordered_CV_LS PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_density.py::TestKDEMultivariateConditional::test_pdf_continuous PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_density.py::TestKDEMultivariateConditional::test_pdf_mixeddata PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_density.py::TestKDEMultivariateConditional::test_continuous_normal_ref PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_density.py::TestKDEMultivariateConditional::test_continuous_cdf PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_density.py::TestKDEMultivariateConditional::test_mixeddata_cdf PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_density.py::TestKDEMultivariateConditional::test_continuous_cvml_efficient PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_density.py::TestKDEMultivariateConditional::test_efficient_user_specified_bw PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_density.py::test_all_kernels[biw] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_density.py::test_all_kernels[cos] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_density.py::test_all_kernels[epa] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_density.py::test_all_kernels[gau] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_density.py::test_all_kernels[tri] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_density.py::test_all_kernels[triw] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_density.py::test_all_kernels[uni] PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_regression.py::TestKernelReg::test_ordered_lc_cvls PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_regression.py::TestKernelReg::test_continuousdata_lc_cvls PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_regression.py::TestKernelReg::test_continuousdata_ll_cvls PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_regression.py::TestKernelReg::test_continuous_mfx_ll_cvls PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_regression.py::TestKernelReg::test_mixed_mfx_ll_cvls PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_regression.py::TestKernelReg::test_mfx_nonlinear_ll_cvls XFAIL [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_regression.py::TestKernelReg::test_continuous_cvls_efficient PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_regression.py::TestKernelReg::test_censored_ll_cvls PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_regression.py::TestKernelReg::test_continuous_lc_aic PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_regression.py::TestKernelReg::test_significance_continuous PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_regression.py::TestKernelReg::test_significance_discrete PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_regression.py::TestKernelReg::test_user_specified_kernel PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_regression.py::TestKernelReg::test_censored_user_specified_kernel PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_regression.py::TestKernelReg::test_efficient_user_specificed_bw PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_regression.py::TestKernelReg::test_censored_efficient_user_specificed_bw PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_regression.py::test_invalid_bw PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernel_regression.py::test_invalid_kernel PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernels.py::TestEpan::test_smoothconf PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernels.py::TestEpan::test_smoothconf_data PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernels.py::TestGau::test_smoothconf PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernels.py::TestGau::test_smoothconf_data PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernels.py::TestUniform::test_smoothconf PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernels.py::TestUniform::test_smoothconf_data PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernels.py::TestTriangular::test_smoothconf PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernels.py::TestTriangular::test_smoothconf_data PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernels.py::TestCosine::test_smoothconf_data PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernels.py::TestCosine::test_smoothconf XFAIL [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernels.py::TestBiweight::test_smoothconf PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernels.py::TestBiweight::test_smoothconf_data PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_kernels.py::test_tricube PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_lowess.py::TestLowess::test_import PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_lowess.py::TestLowess::test_flat PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_lowess.py::TestLowess::test_range PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_lowess.py::TestLowess::test_simple PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_lowess.py::TestLowess::test_iter_0 PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_lowess.py::TestLowess::test_iter_0_3 PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_lowess.py::TestLowess::test_frac_2_3 PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_lowess.py::TestLowess::test_frac_1_5 PASSED [ 18%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_lowess.py::TestLowess::test_delta_0 PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_lowess.py::TestLowess::test_delta_rdef PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_lowess.py::TestLowess::test_delta_1 PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_lowess.py::TestLowess::test_options PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_lowess.py::TestLowess::test_duplicate_xs PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_lowess.py::TestLowess::test_spike PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_lowess.py::TestLowess::test_exog_predict PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_lowess.py::test_returns_inputs PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/tests/test_lowess.py::test_xvals_dtype PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/othermod/tests/test_beta.py::TestBetaModel::test_income_coefficients PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/othermod/tests/test_beta.py::TestBetaModel::test_income_precision PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/othermod/tests/test_beta.py::TestBetaModel::test_methylation_coefficients PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/othermod/tests/test_beta.py::TestBetaModel::test_methylation_precision PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/othermod/tests/test_beta.py::TestBetaModel::test_precision_formula PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/othermod/tests/test_beta.py::TestBetaModel::test_scores PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/othermod/tests/test_beta.py::TestBetaModel::test_results_other PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/othermod/tests/test_beta.py::TestBetaMeth::test_basic PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/othermod/tests/test_beta.py::TestBetaMeth::test_resid PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/othermod/tests/test_beta.py::TestBetaMeth::test_oim PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/othermod/tests/test_beta.py::TestBetaMeth::test_predict_distribution PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_cov.py::test_HC_use PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_dimred.py::test_poisson PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_dimred.py::test_sir_regularized_numdiff PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_dimred.py::test_sir_regularized_1d PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_dimred.py::test_sir_regularized_2d PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_dimred.py::test_covreduce PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_glsar_gretl.py::TestGLSARGretl::test_all PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_glsar_gretl.py::test_GLSARlag PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_glsar_stata.py::TestGLSARCorc::test_params_table PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_glsar_stata.py::TestGLSARCorc::test_predicted PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_glsar_stata.py::TestGLSARCorc::test_rho PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_glsar_stata.py::TestGLSARCorc::test_glsar_arima PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_glsar_stata.py::TestGLSARCorc::test_glsar_iter0 PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestMixedLM::test_compare_numdiff[False-False-False] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestMixedLM::test_compare_numdiff[False-False-True] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestMixedLM::test_compare_numdiff[False-True-False] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestMixedLM::test_compare_numdiff[False-True-True] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestMixedLM::test_compare_numdiff[True-False-False] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestMixedLM::test_compare_numdiff[True-False-True] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestMixedLM::test_compare_numdiff[True-True-False] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestMixedLM::test_compare_numdiff[True-True-True] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestMixedLM::test_default_re PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestMixedLM::test_history PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestMixedLM::test_profile_inference PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestMixedLM::test_vcomp_1 PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestMixedLM::test_vcomp_2 PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestMixedLM::test_vcomp_3 PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestMixedLM::test_sparse PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestMixedLM::test_dietox PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestMixedLM::test_dietox_slopes PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestMixedLM::test_pastes_vcomp PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestMixedLM::test_vcomp_formula PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestMixedLM::test_formulas PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestMixedLM::test_regularized PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestMixedLMSummary::test_summary PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestMixedLMSummary::test_summary_xname_fe PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestMixedLMSummary::test_summary_xname_re PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[False-False-lme04.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[False-False-lme01.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[False-False-lme03.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[False-False-lme05.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[False-False-lme10.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[False-False-lme11.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[False-False-lme00.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[False-False-lme02.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[False-False-lme06.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[False-False-lme08.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[False-False-lme09.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[False-False-lme07.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[False-True-lme04.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[False-True-lme01.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[False-True-lme03.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[False-True-lme05.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[False-True-lme10.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[False-True-lme11.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[False-True-lme00.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[False-True-lme02.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[False-True-lme06.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[False-True-lme08.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[False-True-lme09.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[False-True-lme07.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[True-False-lme04.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[True-False-lme01.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[True-False-lme03.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[True-False-lme05.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[True-False-lme10.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[True-False-lme11.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[True-False-lme00.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[True-False-lme02.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[True-False-lme06.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[True-False-lme08.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[True-False-lme09.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[True-False-lme07.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[True-True-lme04.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[True-True-lme01.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[True-True-lme03.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[True-True-lme05.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[True-True-lme10.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[True-True-lme11.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[True-True-lme00.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[True-True-lme02.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[True-True-lme06.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[True-True-lme08.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[True-True-lme09.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_r[True-True-lme07.csv] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_mixed_lm_wrapper PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_random_effects PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_handle_missing PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_summary_col PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_random_effects_getters PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestSMWSolver::test_smw_solver[0-2-4-5] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestSMWSolver::test_smw_solver[0-2-4-10] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestSMWSolver::test_smw_solver[0-2-8-5] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestSMWSolver::test_smw_solver[0-2-8-10] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestSMWSolver::test_smw_solver[0-3-4-5] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestSMWSolver::test_smw_solver[0-3-4-10] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestSMWSolver::test_smw_solver[0-3-8-5] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestSMWSolver::test_smw_solver[0-3-8-10] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestSMWSolver::test_smw_solver[0.5-2-4-5] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestSMWSolver::test_smw_solver[0.5-2-4-10] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestSMWSolver::test_smw_solver[0.5-2-8-5] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestSMWSolver::test_smw_solver[0.5-2-8-10] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestSMWSolver::test_smw_solver[0.5-3-4-5] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestSMWSolver::test_smw_solver[0.5-3-4-10] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestSMWSolver::test_smw_solver[0.5-3-8-5] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestSMWSolver::test_smw_solver[0.5-3-8-10] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestSMWLogdet::test_smw_logdet[0-2-4-5] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestSMWLogdet::test_smw_logdet[0-2-4-10] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestSMWLogdet::test_smw_logdet[0-2-8-5] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestSMWLogdet::test_smw_logdet[0-2-8-10] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestSMWLogdet::test_smw_logdet[0-3-4-5] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestSMWLogdet::test_smw_logdet[0-3-4-10] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestSMWLogdet::test_smw_logdet[0-3-8-5] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestSMWLogdet::test_smw_logdet[0-3-8-10] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestSMWLogdet::test_smw_logdet[0.5-2-4-5] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestSMWLogdet::test_smw_logdet[0.5-2-4-10] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestSMWLogdet::test_smw_logdet[0.5-2-8-5] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestSMWLogdet::test_smw_logdet[0.5-2-8-10] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestSMWLogdet::test_smw_logdet[0.5-3-4-5] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestSMWLogdet::test_smw_logdet[0.5-3-4-10] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestSMWLogdet::test_smw_logdet[0.5-3-8-5] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::TestSMWLogdet::test_smw_logdet[0.5-3-8-10] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_singular PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_lme.py::test_get_distribution PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_predict.py::test_predict_se PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_predict.py::TestWLSPrediction::test_ci PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_predict.py::TestWLSPrediction::test_glm PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_predict.py::test_predict_remove_data PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_processreg.py::test_arrays[False] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_processreg.py::test_arrays[True] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_processreg.py::test_formulas[False] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_processreg.py::test_formulas[True] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_processreg.py::test_score_numdiff[False] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_processreg.py::test_score_numdiff[True] PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::test_fitted_residuals PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovHsheatherQ75::test_params PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovHsheatherQ75::test_bse PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovHsheatherQ75::test_tvalues PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovHsheatherQ75::test_pvalues PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovHsheatherQ75::test_conf_int PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovHsheatherQ75::test_nobs PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovHsheatherQ75::test_df_model PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovHsheatherQ75::test_df_resid PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovHsheatherQ75::test_prsquared PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovHsheatherQ75::test_sparsity PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovHsheatherQ75::test_bandwidth PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovBofinger::test_params PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovBofinger::test_bse PASSED [ 19%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovBofinger::test_tvalues PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovBofinger::test_pvalues PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovBofinger::test_conf_int PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovBofinger::test_nobs PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovBofinger::test_df_model PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovBofinger::test_df_resid PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovBofinger::test_prsquared PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovBofinger::test_sparsity PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovBofinger::test_bandwidth PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovChamberlain::test_params PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovChamberlain::test_bse PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovChamberlain::test_tvalues PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovChamberlain::test_pvalues PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovChamberlain::test_conf_int PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovChamberlain::test_nobs PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovChamberlain::test_df_model PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovChamberlain::test_df_resid PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovChamberlain::test_prsquared PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovChamberlain::test_sparsity PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovChamberlain::test_bandwidth PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovHsheather::test_params PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovHsheather::test_bse PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovHsheather::test_tvalues PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovHsheather::test_pvalues PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovHsheather::test_conf_int PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovHsheather::test_nobs PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovHsheather::test_df_model PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovHsheather::test_df_resid PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovHsheather::test_prsquared PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovHsheather::test_sparsity PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestEpanechnikovHsheather::test_bandwidth PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestGaussianBofinger::test_params PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestGaussianBofinger::test_bse PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestGaussianBofinger::test_tvalues PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestGaussianBofinger::test_pvalues PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestGaussianBofinger::test_conf_int PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestGaussianBofinger::test_nobs PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestGaussianBofinger::test_df_model PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestGaussianBofinger::test_df_resid PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestGaussianBofinger::test_prsquared PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestGaussianBofinger::test_sparsity PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestGaussianBofinger::test_bandwidth PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestGaussianChamberlain::test_params PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestGaussianChamberlain::test_bse PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestGaussianChamberlain::test_tvalues PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestGaussianChamberlain::test_pvalues PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestGaussianChamberlain::test_conf_int PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestGaussianChamberlain::test_nobs PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestGaussianChamberlain::test_df_model PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestGaussianChamberlain::test_df_resid PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestGaussianChamberlain::test_prsquared PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestGaussianChamberlain::test_sparsity PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestGaussianChamberlain::test_bandwidth PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestGaussianHsheather::test_params PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestGaussianHsheather::test_bse PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestGaussianHsheather::test_tvalues PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestGaussianHsheather::test_pvalues PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestGaussianHsheather::test_conf_int PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestGaussianHsheather::test_nobs PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestGaussianHsheather::test_df_model PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestGaussianHsheather::test_df_resid PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestGaussianHsheather::test_prsquared PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestGaussianHsheather::test_sparsity PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestGaussianHsheather::test_bandwidth PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestBiweightBofinger::test_params PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestBiweightBofinger::test_bse PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestBiweightBofinger::test_tvalues PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestBiweightBofinger::test_pvalues PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestBiweightBofinger::test_conf_int PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestBiweightBofinger::test_nobs PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestBiweightBofinger::test_df_model PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestBiweightBofinger::test_df_resid PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestBiweightBofinger::test_prsquared PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestBiweightBofinger::test_sparsity PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestBiweightBofinger::test_bandwidth PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestBiweightChamberlain::test_params PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestBiweightChamberlain::test_bse PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestBiweightChamberlain::test_tvalues PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestBiweightChamberlain::test_pvalues PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestBiweightChamberlain::test_conf_int PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestBiweightChamberlain::test_nobs PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestBiweightChamberlain::test_df_model PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestBiweightChamberlain::test_df_resid PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestBiweightChamberlain::test_prsquared PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestBiweightChamberlain::test_sparsity PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestBiweightChamberlain::test_bandwidth PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestBiweightHsheather::test_params PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestBiweightHsheather::test_bse PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestBiweightHsheather::test_tvalues PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestBiweightHsheather::test_pvalues PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestBiweightHsheather::test_conf_int PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestBiweightHsheather::test_nobs PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestBiweightHsheather::test_df_model PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestBiweightHsheather::test_df_resid PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestBiweightHsheather::test_prsquared PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestBiweightHsheather::test_sparsity PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestBiweightHsheather::test_bandwidth PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestCosineBofinger::test_params PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestCosineBofinger::test_bse PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestCosineBofinger::test_tvalues PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestCosineBofinger::test_pvalues PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestCosineBofinger::test_conf_int PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestCosineBofinger::test_nobs PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestCosineBofinger::test_df_model PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestCosineBofinger::test_df_resid PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestCosineBofinger::test_prsquared PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestCosineBofinger::test_sparsity PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestCosineBofinger::test_bandwidth PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestCosineChamberlain::test_params PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestCosineChamberlain::test_bse PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestCosineChamberlain::test_tvalues PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestCosineChamberlain::test_pvalues PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestCosineChamberlain::test_conf_int PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestCosineChamberlain::test_nobs PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestCosineChamberlain::test_df_model PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestCosineChamberlain::test_df_resid PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestCosineChamberlain::test_prsquared PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestCosineChamberlain::test_sparsity PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestCosineChamberlain::test_bandwidth PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestCosineHsheather::test_params PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestCosineHsheather::test_bse PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestCosineHsheather::test_tvalues PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestCosineHsheather::test_pvalues PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestCosineHsheather::test_conf_int PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestCosineHsheather::test_nobs PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestCosineHsheather::test_df_model PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestCosineHsheather::test_df_resid PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestCosineHsheather::test_prsquared PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestCosineHsheather::test_sparsity PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestCosineHsheather::test_bandwidth PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestParzeneBofinger::test_params PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestParzeneBofinger::test_bse PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestParzeneBofinger::test_tvalues PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestParzeneBofinger::test_pvalues PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestParzeneBofinger::test_conf_int PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestParzeneBofinger::test_nobs PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestParzeneBofinger::test_df_model PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestParzeneBofinger::test_df_resid PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestParzeneBofinger::test_prsquared PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestParzeneBofinger::test_sparsity PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestParzeneBofinger::test_bandwidth PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestParzeneChamberlain::test_params PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestParzeneChamberlain::test_bse PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestParzeneChamberlain::test_tvalues PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestParzeneChamberlain::test_pvalues PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestParzeneChamberlain::test_conf_int PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestParzeneChamberlain::test_nobs PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestParzeneChamberlain::test_df_model PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestParzeneChamberlain::test_df_resid PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestParzeneChamberlain::test_prsquared PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestParzeneChamberlain::test_sparsity PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestParzeneChamberlain::test_bandwidth PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestParzeneHsheather::test_params PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestParzeneHsheather::test_bse PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestParzeneHsheather::test_tvalues PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestParzeneHsheather::test_pvalues PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestParzeneHsheather::test_conf_int PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestParzeneHsheather::test_nobs PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestParzeneHsheather::test_df_model PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestParzeneHsheather::test_df_resid PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestParzeneHsheather::test_prsquared PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestParzeneHsheather::test_sparsity PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::TestParzeneHsheather::test_bandwidth PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::test_zero_resid PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::test_use_t_summary PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::test_alpha_summary PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::test_remove_data PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::test_collinear_matrix PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_quantile_regression.py::test_nontrivial_singular_matrix PASSED [ 20%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_recursive_ls.py::test_endog PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_recursive_ls.py::test_ols PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_recursive_ls.py::test_glm PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_recursive_ls.py::test_glm_constrained PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_recursive_ls.py::test_filter PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_recursive_ls.py::test_estimates PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_recursive_ls.py::test_plots PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_recursive_ls.py::test_from_formula PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_recursive_ls.py::test_resid_recursive PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_recursive_ls.py::test_cusum PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_recursive_ls.py::test_stata PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_recursive_ls.py::test_constraints_stata PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_recursive_ls.py::test_multiple_constraints PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_recursive_ls.py::test_fix_params PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS::test_params PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS::test_standarderrors PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS::test_confidenceintervals PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS::test_conf_int_subset PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS::test_scale PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS::test_rsquared PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS::test_rsquared_adj PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS::test_degrees PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS::test_ess PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS::test_sumof_squaredresids PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS::test_mse_resid PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS::test_mse_model PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS::test_mse_total PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS::test_fvalue PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS::test_loglike PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS::test_aic PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS::test_bic PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS::test_pvalues PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS::test_wresid PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS::test_resids PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS::test_norm_resids PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS::test_eigenvalues PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS::test_HC0_errors PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS::test_HC1_errors PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS::test_HC2_errors PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS::test_HC3_errors PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS::test_qr_params PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS::test_qr_normalized_cov_params PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS::test_missing PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS::test_rsquared_adj_overfit PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS::test_qr_alternatives PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS::test_norm_resid PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS::test_summary_slim PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS::test_norm_resid_zero_variance PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestRTO::test_params PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestRTO::test_standarderrors PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestRTO::test_confidenceintervals PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestRTO::test_conf_int_subset PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestRTO::test_scale PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestRTO::test_rsquared PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestRTO::test_rsquared_adj PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestRTO::test_degrees PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestRTO::test_ess PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestRTO::test_sumof_squaredresids PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestRTO::test_mse_resid PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestRTO::test_mse_model PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestRTO::test_mse_total PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestRTO::test_fvalue PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestRTO::test_loglike PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestRTO::test_aic PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestRTO::test_bic PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestRTO::test_pvalues PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestRTO::test_wresid PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestRTO::test_resids PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestRTO::test_norm_resids PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestFtest::test_F PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestFtest::test_p PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestFtest::test_Df_denom PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestFtest::test_Df_num PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestFTest2::test_new_ftest PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestFTest2::test_fvalue PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestFTest2::test_pvalue PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestFTest2::test_df_denom PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestFTest2::test_df_num PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestFtestQ::test_fvalue PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestFtestQ::test_pvalue PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestFtestQ::test_df_denom PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestFtestQ::test_df_num PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestTtest::test_new_tvalue PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestTtest::test_tvalue PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestTtest::test_sd PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestTtest::test_pvalue PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestTtest::test_df_denom PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestTtest::test_effect PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestTtest2::test_tvalue PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestTtest2::test_sd PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestTtest2::test_pvalue PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestTtest2::test_df_denom PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestTtest2::test_effect PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS::test_aic PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS::test_bic PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS::test_loglike PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS::test_params PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS::test_resid PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS::test_scale PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS::test_tvalues PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS::test_standarderrors PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS::test_fittedvalues PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS::test_pvalues PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS::test_missing PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_alt_sigma::test_params PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_alt_sigma::test_standarderrors PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_alt_sigma::test_confidenceintervals PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_alt_sigma::test_conf_int_subset PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_alt_sigma::test_scale PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_alt_sigma::test_rsquared PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_alt_sigma::test_rsquared_adj PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_alt_sigma::test_degrees PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_alt_sigma::test_ess PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_alt_sigma::test_sumof_squaredresids PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_alt_sigma::test_mse_resid PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_alt_sigma::test_mse_model PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_alt_sigma::test_mse_total PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_alt_sigma::test_fvalue PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_alt_sigma::test_loglike PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_alt_sigma::test_aic PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_alt_sigma::test_bic PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_alt_sigma::test_pvalues PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_alt_sigma::test_wresid PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_alt_sigma::test_resids PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_alt_sigma::test_norm_resids PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_alt_sigma::test_wrong_size_sigma_1d PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_alt_sigma::test_wrong_size_sigma_2d PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestLM::test_LM_homoskedastic PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestLM::test_LM_heteroskedastic_nodemean PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestLM::test_LM_heteroskedastic_demean PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestLM::test_LM_heteroskedastic_LRversion PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestLM::test_LM_nonnested PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS_GLS_WLS_equivalence::test_ll PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS_GLS_WLS_equivalence::test_params PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS_GLS_WLS_equivalence::test_ss PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestOLS_GLS_WLS_equivalence::test_rsquared PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_WLS_equivalence::test_ll PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_WLS_equivalence::test_params PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_WLS_equivalence::test_ss PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_WLS_equivalence::test_rsquared PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNonFit::test_df_resid PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_CornerCases::test_wrong_size_weights PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSExogWeights::test_params PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSExogWeights::test_standarderrors PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSExogWeights::test_confidenceintervals PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSExogWeights::test_conf_int_subset PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSExogWeights::test_scale PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSExogWeights::test_rsquared PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSExogWeights::test_rsquared_adj PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSExogWeights::test_degrees PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSExogWeights::test_ess PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSExogWeights::test_sumof_squaredresids PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSExogWeights::test_mse_resid PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSExogWeights::test_mse_model PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSExogWeights::test_mse_total PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSExogWeights::test_fvalue PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSExogWeights::test_loglike PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSExogWeights::test_aic PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSExogWeights::test_bic PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSExogWeights::test_pvalues PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSExogWeights::test_wresid PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSExogWeights::test_resids PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSExogWeights::test_norm_resids PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::test_wls_example PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::test_wls_tss PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSScalarVsArray::test_params PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSScalarVsArray::test_standarderrors PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSScalarVsArray::test_confidenceintervals PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSScalarVsArray::test_conf_int_subset PASSED [ 21%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSScalarVsArray::test_scale PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSScalarVsArray::test_rsquared PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSScalarVsArray::test_rsquared_adj PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSScalarVsArray::test_degrees PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSScalarVsArray::test_ess PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSScalarVsArray::test_sumof_squaredresids PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSScalarVsArray::test_mse_resid PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSScalarVsArray::test_mse_model PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSScalarVsArray::test_mse_total PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSScalarVsArray::test_fvalue PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSScalarVsArray::test_loglike PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSScalarVsArray::test_aic PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSScalarVsArray::test_bic PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSScalarVsArray::test_pvalues PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSScalarVsArray::test_wresid PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSScalarVsArray::test_resids PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLSScalarVsArray::test_norm_resids PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_GLS::test_params PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_GLS::test_standarderrors PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_GLS::test_confidenceintervals PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_GLS::test_conf_int_subset PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_GLS::test_scale PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_GLS::test_rsquared PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_GLS::test_rsquared_adj PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_GLS::test_degrees PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_GLS::test_ess PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_GLS::test_sumof_squaredresids PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_GLS::test_mse_resid PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_GLS::test_mse_model PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_GLS::test_mse_total PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_GLS::test_fvalue PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_GLS::test_loglike PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_GLS::test_aic PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_GLS::test_bic PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_GLS::test_pvalues PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_GLS::test_wresid PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_GLS::test_resids PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_GLS::test_norm_resids PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::test_wls_missing PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_OLS::test_params PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_OLS::test_standarderrors PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_OLS::test_confidenceintervals PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_OLS::test_conf_int_subset PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_OLS::test_scale PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_OLS::test_rsquared PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_OLS::test_rsquared_adj PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_OLS::test_degrees PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_OLS::test_ess PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_OLS::test_sumof_squaredresids PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_OLS::test_mse_resid PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_OLS::test_mse_model PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_OLS::test_mse_total PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_OLS::test_fvalue PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_OLS::test_loglike PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_OLS::test_aic PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_OLS::test_bic PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_OLS::test_pvalues PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_OLS::test_wresid PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_OLS::test_resids PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestWLS_OLS::test_norm_resids PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_OLS::test_params PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_OLS::test_standarderrors PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_OLS::test_confidenceintervals PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_OLS::test_conf_int_subset PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_OLS::test_scale PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_OLS::test_rsquared PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_OLS::test_rsquared_adj PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_OLS::test_degrees PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_OLS::test_ess PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_OLS::test_sumof_squaredresids PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_OLS::test_mse_resid PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_OLS::test_mse_model PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_OLS::test_mse_total PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_OLS::test_fvalue PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_OLS::test_loglike PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_OLS::test_aic PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_OLS::test_bic PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_OLS::test_pvalues PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_OLS::test_wresid PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_OLS::test_resids PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_OLS::test_norm_resids PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestYuleWalker::test_params PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestDataDimensions::test_params PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestDataDimensions::test_standarderrors PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestDataDimensions::test_confidenceintervals PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestDataDimensions::test_conf_int_subset PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestDataDimensions::test_scale PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestDataDimensions::test_rsquared PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestDataDimensions::test_rsquared_adj PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestDataDimensions::test_degrees PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestDataDimensions::test_ess PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestDataDimensions::test_sumof_squaredresids PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestDataDimensions::test_mse_resid PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestDataDimensions::test_mse_model PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestDataDimensions::test_mse_total PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestDataDimensions::test_fvalue PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestDataDimensions::test_loglike PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestDataDimensions::test_aic PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestDataDimensions::test_bic PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestDataDimensions::test_pvalues PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestDataDimensions::test_wresid PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestDataDimensions::test_resids PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestDataDimensions::test_norm_resids PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_large_data::test_params PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_large_data::test_standarderrors PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_large_data::test_confidenceintervals PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_large_data::test_conf_int_subset PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_large_data::test_scale PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_large_data::test_rsquared PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_large_data::test_rsquared_adj PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_large_data::test_degrees PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_large_data::test_ess PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_large_data::test_sumof_squaredresids PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_large_data::test_mse_resid PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_large_data::test_mse_model PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_large_data::test_mse_total PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_large_data::test_fvalue PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_large_data::test_loglike PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_large_data::test_aic PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_large_data::test_bic PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_large_data::test_pvalues PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_large_data::test_wresid PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_large_data::test_resids PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_large_data::test_norm_resids PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_large_data::test_large_equal_params PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_large_data::test_large_equal_loglike PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestGLS_large_data::test_large_equal_params_none PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNx::test_params PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNx::test_standarderrors PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNx::test_confidenceintervals PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNx::test_conf_int_subset PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNx::test_scale PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNx::test_rsquared PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNx::test_rsquared_adj PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNx::test_degrees PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNx::test_ess PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNx::test_sumof_squaredresids PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNx::test_mse_resid PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNx::test_mse_model PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNx::test_mse_total PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNx::test_fvalue PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNx::test_loglike PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNx::test_aic PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNx::test_bic PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNx::test_pvalues PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNx::test_wresid PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNx::test_resids PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNx::test_norm_resids PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxOneNx::test_params PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxOneNx::test_standarderrors PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxOneNx::test_confidenceintervals PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxOneNx::test_conf_int_subset PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxOneNx::test_scale PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxOneNx::test_rsquared PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxOneNx::test_rsquared_adj PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxOneNx::test_degrees PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxOneNx::test_ess PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxOneNx::test_sumof_squaredresids PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxOneNx::test_mse_resid PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxOneNx::test_mse_model PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxOneNx::test_mse_total PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxOneNx::test_fvalue PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxOneNx::test_loglike PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxOneNx::test_aic PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxOneNx::test_bic PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxOneNx::test_pvalues PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxOneNx::test_wresid PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxOneNx::test_resids PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxOneNx::test_norm_resids PASSED [ 22%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNxOne::test_params PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNxOne::test_standarderrors PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNxOne::test_confidenceintervals PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNxOne::test_conf_int_subset PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNxOne::test_scale PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNxOne::test_rsquared PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNxOne::test_rsquared_adj PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNxOne::test_degrees PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNxOne::test_ess PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNxOne::test_sumof_squaredresids PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNxOne::test_mse_resid PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNxOne::test_mse_model PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNxOne::test_mse_total PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNxOne::test_fvalue PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNxOne::test_loglike PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNxOne::test_aic PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNxOne::test_bic PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNxOne::test_pvalues PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNxOne::test_wresid PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNxOne::test_resids PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestNxNxOne::test_norm_resids PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::test_bad_size PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::test_const_indicator PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::test_fvalue_const_only PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::test_conf_int_single_regressor PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::test_summary_as_latex PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestRegularizedFit::test_empty_model PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestRegularizedFit::test_regularized PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestRegularizedFit::test_regularized_weights PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::TestRegularizedFit::test_regularized_weights_list PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::test_formula_missing_cat PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::test_missing_formula_predict PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::test_fvalue_implicit_constant PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::test_fvalue_only_constant PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::test_ridge PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::test_regularized_refit PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::test_regularized_predict PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::test_regularized_options PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::test_burg PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::test_burg_errors PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::test_sqrt_lasso PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::test_bool_regressor PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::test_ols_constant PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::test_summary_no_constant PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::test_condition_number PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_regression.py::test_slim_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust1::test_basic PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust1::test_t_test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust1::test_t_test_summary_frame PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust1::test_f_test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust1::test_tests PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust2::test_basic PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust2::test_t_test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust2::test_t_test_summary_frame PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust2::test_f_test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust2::test_tests PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust3::test_basic PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust3::test_t_test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust3::test_t_test_summary_frame PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust3::test_f_test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust3::test_tests PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustHacSmall::test_basic PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustHacSmall::test_t_test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustHacSmall::test_t_test_summary_frame PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustHacSmall::test_f_test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustHacSmall::test_tests PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustHacLarge::test_basic PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustHacLarge::test_t_test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustHacLarge::test_t_test_summary_frame PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustHacLarge::test_f_test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustHacLarge::test_tests PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust2SmallNew::test_fvalue PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust2SmallNew::test_confint PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust2SmallNew::test_ttest PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust2SmallNew::test_scale PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust2SmallNew::test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust2SmallNew::test_basic PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust2SmallNew::test_t_test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust2SmallNew::test_t_test_summary_frame PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust2SmallNew::test_f_test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust2SmallNew::test_tests PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust2SmallNew::test_compare PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustHACSmallNew::test_compare PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustHACSmallNew::test_fvalue PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustHACSmallNew::test_confint PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustHACSmallNew::test_ttest PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustHACSmallNew::test_scale PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustHACSmallNew::test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustHACSmallNew::test_basic PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustHACSmallNew::test_t_test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustHACSmallNew::test_t_test_summary_frame PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustHACSmallNew::test_f_test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustHACSmallNew::test_tests PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust2LargeNew::test_compare PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust2LargeNew::test_ttest PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust2LargeNew::test_scale PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust2LargeNew::test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust2LargeNew::test_basic PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust2LargeNew::test_t_test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust2LargeNew::test_t_test_summary_frame PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust2LargeNew::test_f_test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust2LargeNew::test_tests PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust2LargeNew::test_fvalue SKIPPED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobust2LargeNew::test_confint SKIPPED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2::test_compare PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2::test_fvalue PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2::test_confint PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2::test_ttest PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2::test_scale PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2::test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2::test_basic PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2::test_t_test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2::test_t_test_summary_frame PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2::test_f_test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2::test_tests PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Input::test_compare PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Input::test_fvalue PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Input::test_confint PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Input::test_ttest PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Input::test_scale PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Input::test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Input::test_basic PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Input::test_t_test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Input::test_t_test_summary_frame PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Input::test_f_test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Input::test_tests PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Input::test_too_many_groups PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Input::test_2way_dataframe PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Fit::test_compare PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Fit::test_fvalue PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Fit::test_confint PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Fit::test_ttest PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Fit::test_scale PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Fit::test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Fit::test_basic PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Fit::test_t_test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Fit::test_t_test_summary_frame PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Fit::test_f_test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Fit::test_tests PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Fit::test_basic_inference PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Large::test_compare PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Large::test_fvalue SKIPPED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Large::test_confint PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Large::test_ttest PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Large::test_scale PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Large::test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Large::test_basic PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Large::test_t_test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Large::test_t_test_summary_frame PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Large::test_f_test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Large::test_tests PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2Large::test_f_value SKIPPED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2LargeFit::test_compare PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2LargeFit::test_confint PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2LargeFit::test_ttest PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2LargeFit::test_scale PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2LargeFit::test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2LargeFit::test_basic PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2LargeFit::test_t_test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2LargeFit::test_t_test_summary_frame PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2LargeFit::test_f_test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2LargeFit::test_tests PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2LargeFit::test_fvalue SKIPPED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterGS::test_compare PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterGS::test_fvalue SKIPPED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterGS::test_confint PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterGS::test_ttest PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterGS::test_scale PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterGS::test_summary PASSED [ 23%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterGS::test_basic PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterGS::test_t_test_summary PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterGS::test_t_test_summary_frame PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterGS::test_f_test_summary PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterGS::test_tests PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterGSFit::test_compare PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterGSFit::test_fvalue SKIPPED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterGSFit::test_confint PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterGSFit::test_ttest PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterGSFit::test_scale PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterGSFit::test_summary PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterGSFit::test_basic PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterGSFit::test_t_test_summary PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterGSFit::test_t_test_summary_frame PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterGSFit::test_f_test_summary PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterGSFit::test_tests PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterNWP::test_compare PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterNWP::test_fvalue SKIPPED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterNWP::test_confint PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterNWP::test_ttest PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterNWP::test_scale PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterNWP::test_summary PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterNWP::test_basic PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterNWP::test_t_test_summary PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterNWP::test_t_test_summary_frame PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterNWP::test_f_test_summary PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterNWP::test_tests PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterNWP::test_keyword PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterNWPGroupsFit::test_compare PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterNWPGroupsFit::test_fvalue SKIPPED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterNWPGroupsFit::test_confint PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterNWPGroupsFit::test_ttest PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterNWPGroupsFit::test_scale PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterNWPGroupsFit::test_summary PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterNWPGroupsFit::test_basic PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterNWPGroupsFit::test_t_test_summary PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterNWPGroupsFit::test_t_test_summary_frame PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterNWPGroupsFit::test_f_test_summary PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustClusterNWPGroupsFit::test_tests PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2G::test_compare PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2G::test_fvalue PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2G::test_confint PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2G::test_ttest PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2G::test_scale PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2G::test_summary PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2G::test_basic PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2G::test_t_test_summary PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2G::test_t_test_summary_frame PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2G::test_f_test_summary PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2G::test_tests PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2GLarge::test_compare PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2GLarge::test_fvalue SKIPPED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2GLarge::test_confint PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2GLarge::test_ttest PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2GLarge::test_scale PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2GLarge::test_summary PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2GLarge::test_basic PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2GLarge::test_t_test_summary PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2GLarge::test_t_test_summary_frame PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2GLarge::test_f_test_summary PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestOLSRobustCluster2GLarge::test_tests PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSRobustCluster2::test_compare PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSRobustCluster2::test_fvalue PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSRobustCluster2::test_confint PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSRobustCluster2::test_ttest PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSRobustCluster2::test_scale PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSRobustCluster2::test_summary PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSRobustCluster2::test_basic PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSRobustCluster2::test_t_test_summary PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSRobustCluster2::test_t_test_summary_frame PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSRobustCluster2::test_f_test_summary PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSRobustCluster2::test_tests PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSRobustCluster2Large::test_compare PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSRobustCluster2Large::test_fvalue SKIPPED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSRobustCluster2Large::test_confint PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSRobustCluster2Large::test_ttest PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSRobustCluster2Large::test_scale PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSRobustCluster2Large::test_summary PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSRobustCluster2Large::test_basic PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSRobustCluster2Large::test_t_test_summary PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSRobustCluster2Large::test_t_test_summary_frame PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSRobustCluster2Large::test_f_test_summary PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSRobustCluster2Large::test_tests PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSRobustSmall::test_compare PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSRobustSmall::test_fvalue SKIPPED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSRobustSmall::test_confint PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSRobustSmall::test_ttest PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSRobustSmall::test_scale PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSRobustSmall::test_summary PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSRobustSmall::test_basic PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSRobustSmall::test_t_test_summary PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSRobustSmall::test_t_test_summary_frame PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSRobustSmall::test_f_test_summary PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSRobustSmall::test_tests PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSOLSRobustSmall::test_all PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::TestWLSOLSRobustSmall::test_fixed_scale PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_robustcov.py::test_cov_type_fixed_scale PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_has_nan[250-3-True-True-0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-True-True-0-None-nonrobust] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-True-True-0-None-HC0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-True-True-0-True-nonrobust] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-True-True-0-True-HC0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-True-True-0-False-nonrobust] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-True-True-0-False-HC0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_raise[250-3-True-True-0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_save_load[250-3-True-True-0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_has_nan[250-3-True-True-0.1] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-True-True-0.1-None-nonrobust] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-True-True-0.1-None-HC0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-True-True-0.1-True-nonrobust] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-True-True-0.1-True-HC0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-True-True-0.1-False-nonrobust] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-True-True-0.1-False-HC0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_raise[250-3-True-True-0.1] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_save_load[250-3-True-True-0.1] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_has_nan[250-3-True-False-0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-True-False-0-None-nonrobust] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-True-False-0-None-HC0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-True-False-0-True-nonrobust] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-True-False-0-True-HC0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-True-False-0-False-nonrobust] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-True-False-0-False-HC0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_raise[250-3-True-False-0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_save_load[250-3-True-False-0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_has_nan[250-3-True-False-0.1] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-True-False-0.1-None-nonrobust] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-True-False-0.1-None-HC0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-True-False-0.1-True-nonrobust] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-True-False-0.1-True-HC0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-True-False-0.1-False-nonrobust] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-True-False-0.1-False-HC0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_raise[250-3-True-False-0.1] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_save_load[250-3-True-False-0.1] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_has_nan[250-3-False-True-0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-False-True-0-None-nonrobust] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-False-True-0-None-HC0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-False-True-0-True-nonrobust] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-False-True-0-True-HC0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-False-True-0-False-nonrobust] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-False-True-0-False-HC0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_raise[250-3-False-True-0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_save_load[250-3-False-True-0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_has_nan[250-3-False-True-0.1] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-False-True-0.1-None-nonrobust] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-False-True-0.1-None-HC0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-False-True-0.1-True-nonrobust] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-False-True-0.1-True-HC0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-False-True-0.1-False-nonrobust] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-False-True-0.1-False-HC0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_raise[250-3-False-True-0.1] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_save_load[250-3-False-True-0.1] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_has_nan[250-3-False-False-0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-False-False-0-None-nonrobust] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-False-False-0-None-HC0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-False-False-0-True-nonrobust] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-False-False-0-True-HC0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-False-False-0-False-nonrobust] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-False-False-0-False-HC0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_raise[250-3-False-False-0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_save_load[250-3-False-False-0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_has_nan[250-3-False-False-0.1] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-False-False-0.1-None-nonrobust] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-False-False-0.1-None-HC0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-False-False-0.1-True-nonrobust] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-False-False-0.1-True-HC0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-False-False-0.1-False-nonrobust] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-3-False-False-0.1-False-HC0] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_raise[250-3-False-False-0.1] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_save_load[250-3-False-False-0.1] PASSED [ 24%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_has_nan[250-0-True-True-0] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-0-True-True-0-None-nonrobust] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-0-True-True-0-None-HC0] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-0-True-True-0-True-nonrobust] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-0-True-True-0-True-HC0] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-0-True-True-0-False-nonrobust] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-0-True-True-0-False-HC0] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_raise[250-0-True-True-0] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_save_load[250-0-True-True-0] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_has_nan[250-0-True-True-0.1] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-0-True-True-0.1-None-nonrobust] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-0-True-True-0.1-None-HC0] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-0-True-True-0.1-True-nonrobust] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-0-True-True-0.1-True-HC0] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-0-True-True-0.1-False-nonrobust] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-0-True-True-0.1-False-HC0] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_raise[250-0-True-True-0.1] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_save_load[250-0-True-True-0.1] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_has_nan[250-0-True-False-0] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-0-True-False-0-None-nonrobust] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-0-True-False-0-None-HC0] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-0-True-False-0-True-nonrobust] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-0-True-False-0-True-HC0] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-0-True-False-0-False-nonrobust] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-0-True-False-0-False-HC0] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_raise[250-0-True-False-0] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_save_load[250-0-True-False-0] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_has_nan[250-0-True-False-0.1] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-0-True-False-0.1-None-nonrobust] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-0-True-False-0.1-None-HC0] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-0-True-False-0.1-True-nonrobust] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-0-True-False-0.1-True-HC0] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-0-True-False-0.1-False-nonrobust] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_against_wls_inference[250-0-True-False-0.1-False-HC0] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_raise[250-0-True-False-0.1] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_save_load[250-0-True-False-0.1] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_weighted_against_wls[250-3-True-True-0-True] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_weighted_against_wls[250-3-True-True-0-False] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_weighted_against_wls[250-3-True-True-0.1-True] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_weighted_against_wls[250-3-True-True-0.1-False] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_weighted_against_wls[250-3-True-False-0-True] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_weighted_against_wls[250-3-True-False-0-False] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_weighted_against_wls[250-3-True-False-0.1-True] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_weighted_against_wls[250-3-True-False-0.1-False] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_weighted_against_wls[250-3-False-True-0-True] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_weighted_against_wls[250-3-False-True-0-False] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_weighted_against_wls[250-3-False-True-0.1-True] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_weighted_against_wls[250-3-False-True-0.1-False] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_weighted_against_wls[250-3-False-False-0-True] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_weighted_against_wls[250-3-False-False-0-False] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_weighted_against_wls[250-3-False-False-0.1-True] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_weighted_against_wls[250-3-False-False-0.1-False] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_weighted_against_wls[250-0-True-True-0-True] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_weighted_against_wls[250-0-True-True-0-False] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_weighted_against_wls[250-0-True-True-0.1-True] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_weighted_against_wls[250-0-True-True-0.1-False] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_weighted_against_wls[250-0-True-False-0-True] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_weighted_against_wls[250-0-True-False-0-False] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_weighted_against_wls[250-0-True-False-0.1-True] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_weighted_against_wls[250-0-True-False-0.1-False] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_error PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_formula PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_plot PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_methods[250-3-True-True-0-True] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_methods[250-3-True-True-0-False] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-3-True-True-0-inv] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-3-True-True-0-lstsq] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-3-True-True-0-pinv] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_min_nobs[250-3-True-True-0] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_expanding[250-3-True-True-0] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_methods[250-3-True-True-0.1-True] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_methods[250-3-True-True-0.1-False] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-3-True-True-0.1-inv] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-3-True-True-0.1-lstsq] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-3-True-True-0.1-pinv] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_min_nobs[250-3-True-True-0.1] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_expanding[250-3-True-True-0.1] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_methods[250-3-True-False-0-True] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_methods[250-3-True-False-0-False] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-3-True-False-0-inv] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-3-True-False-0-lstsq] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-3-True-False-0-pinv] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_min_nobs[250-3-True-False-0] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_expanding[250-3-True-False-0] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_methods[250-3-True-False-0.1-True] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_methods[250-3-True-False-0.1-False] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-3-True-False-0.1-inv] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-3-True-False-0.1-lstsq] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-3-True-False-0.1-pinv] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_min_nobs[250-3-True-False-0.1] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_expanding[250-3-True-False-0.1] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_methods[250-3-False-True-0-True] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_methods[250-3-False-True-0-False] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-3-False-True-0-inv] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-3-False-True-0-lstsq] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-3-False-True-0-pinv] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_min_nobs[250-3-False-True-0] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_expanding[250-3-False-True-0] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_methods[250-3-False-True-0.1-True] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_methods[250-3-False-True-0.1-False] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-3-False-True-0.1-inv] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-3-False-True-0.1-lstsq] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-3-False-True-0.1-pinv] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_min_nobs[250-3-False-True-0.1] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_expanding[250-3-False-True-0.1] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_methods[250-3-False-False-0-True] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_methods[250-3-False-False-0-False] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-3-False-False-0-inv] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-3-False-False-0-lstsq] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-3-False-False-0-pinv] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_min_nobs[250-3-False-False-0] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_expanding[250-3-False-False-0] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_methods[250-3-False-False-0.1-True] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_methods[250-3-False-False-0.1-False] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-3-False-False-0.1-inv] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-3-False-False-0.1-lstsq] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-3-False-False-0.1-pinv] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_min_nobs[250-3-False-False-0.1] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_expanding[250-3-False-False-0.1] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_methods[250-0-True-True-0-True] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_methods[250-0-True-True-0-False] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-0-True-True-0-inv] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-0-True-True-0-lstsq] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-0-True-True-0-pinv] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_min_nobs[250-0-True-True-0] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_expanding[250-0-True-True-0] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_methods[250-0-True-True-0.1-True] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_methods[250-0-True-True-0.1-False] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-0-True-True-0.1-inv] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-0-True-True-0.1-lstsq] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-0-True-True-0.1-pinv] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_min_nobs[250-0-True-True-0.1] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_expanding[250-0-True-True-0.1] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_methods[250-0-True-False-0-True] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_methods[250-0-True-False-0-False] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-0-True-False-0-inv] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-0-True-False-0-lstsq] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-0-True-False-0-pinv] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_min_nobs[250-0-True-False-0] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_expanding[250-0-True-False-0] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_methods[250-0-True-False-0.1-True] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_methods[250-0-True-False-0.1-False] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-0-True-False-0.1-inv] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-0-True-False-0.1-lstsq] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_params_only[250-0-True-False-0.1-pinv] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_min_nobs[250-0-True-False-0.1] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_rolling.py::test_expanding[250-0-True-False-0.1] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_theil.py::TestTheilTextile::test_basic PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_theil.py::TestTheilTextile::test_other PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_theil.py::TestTheilTextile::test_no_penalization PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_theil.py::TestTheilTextile::test_summary PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_theil.py::TestTheil1::test_attributes PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_theil.py::TestTheil2::test_attributes PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_theil.py::TestTheil3::test_attributes PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_theil.py::TestTheilGLS::test_attributes PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_theil.py::TestTheilLinRestriction::test_attributes PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_theil.py::TestTheilLinRestrictionApprox::test_attributes PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_theil.py::TestTheilPanel::test_regression PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_theil.py::TestTheilPanel::test_combine_subset_regression PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_tools.py::TestMinimalWLS::test_equivalence_with_wls[True] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_tools.py::TestMinimalWLS::test_equivalence_with_wls[False] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_tools.py::TestMinimalWLS::test_inf_nan[nan] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/tests/test_tools.py::TestMinimalWLS::test_inf_nan[inf] PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlm::test_params PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlm::test_standarderrors PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlm::test_confidenceintervals SKIPPED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlm::test_scale PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlm::test_weights PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlm::test_residuals PASSED [ 25%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlm::test_degrees PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlm::test_bcov_unscaled PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlm::test_bcov_scaled PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlm::test_tvalues PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlm::test_tpvalues PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlm::test_summary PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlm::test_summary2 PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlm::test_chisq PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlm::test_predict PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestHampel::test_params PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestHampel::test_standarderrors PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestHampel::test_confidenceintervals SKIPPED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestHampel::test_scale PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestHampel::test_weights PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestHampel::test_residuals PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestHampel::test_degrees PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestHampel::test_bcov_unscaled PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestHampel::test_bcov_scaled PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestHampel::test_tvalues PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestHampel::test_tpvalues PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestHampel::test_summary PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestHampel::test_summary2 PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestHampel::test_chisq PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestHampel::test_predict PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmBisquare::test_params PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmBisquare::test_standarderrors PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmBisquare::test_confidenceintervals SKIPPED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmBisquare::test_scale PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmBisquare::test_weights PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmBisquare::test_residuals PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmBisquare::test_degrees PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmBisquare::test_bcov_unscaled PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmBisquare::test_bcov_scaled PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmBisquare::test_tvalues PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmBisquare::test_tpvalues PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmBisquare::test_summary PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmBisquare::test_summary2 PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmBisquare::test_chisq PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmBisquare::test_predict PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmAndrews::test_params PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmAndrews::test_standarderrors PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmAndrews::test_confidenceintervals PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmAndrews::test_scale PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmAndrews::test_weights PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmAndrews::test_residuals PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmAndrews::test_degrees PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmAndrews::test_bcov_unscaled SKIPPED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmAndrews::test_bcov_scaled PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmAndrews::test_tvalues SKIPPED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmAndrews::test_tpvalues PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmAndrews::test_summary PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmAndrews::test_summary2 PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmAndrews::test_chisq PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmAndrews::test_predict PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmHuber::test_params PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmHuber::test_standarderrors PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmHuber::test_confidenceintervals PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmHuber::test_scale PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmHuber::test_weights PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmHuber::test_residuals PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmHuber::test_degrees PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmHuber::test_bcov_unscaled SKIPPED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmHuber::test_bcov_scaled PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmHuber::test_tvalues SKIPPED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmHuber::test_tpvalues PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestHampelHuber::test_params PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestHampelHuber::test_standarderrors PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestHampelHuber::test_confidenceintervals PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestHampelHuber::test_scale PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestHampelHuber::test_weights PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestHampelHuber::test_residuals PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestHampelHuber::test_degrees PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestHampelHuber::test_bcov_unscaled SKIPPED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestHampelHuber::test_bcov_scaled PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestHampelHuber::test_tvalues SKIPPED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestHampelHuber::test_tpvalues PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestHampelHuber::test_summary PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestHampelHuber::test_summary2 PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestHampelHuber::test_chisq PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestHampelHuber::test_predict PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmBisquareHuber::test_params PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmBisquareHuber::test_standarderrors PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmBisquareHuber::test_confidenceintervals PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmBisquareHuber::test_scale PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmBisquareHuber::test_weights PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmBisquareHuber::test_residuals PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmBisquareHuber::test_degrees PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmBisquareHuber::test_bcov_unscaled SKIPPED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmBisquareHuber::test_bcov_scaled PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmBisquareHuber::test_tvalues SKIPPED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmBisquareHuber::test_tpvalues PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmBisquareHuber::test_summary PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmBisquareHuber::test_summary2 PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmBisquareHuber::test_chisq PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmBisquareHuber::test_predict PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmAndrewsHuber::test_params PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmAndrewsHuber::test_standarderrors PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmAndrewsHuber::test_confidenceintervals PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmAndrewsHuber::test_scale PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmAndrewsHuber::test_weights PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmAndrewsHuber::test_residuals PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmAndrewsHuber::test_degrees PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmAndrewsHuber::test_bcov_unscaled SKIPPED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmAndrewsHuber::test_bcov_scaled PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmAndrewsHuber::test_tvalues SKIPPED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmAndrewsHuber::test_tpvalues PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmAndrewsHuber::test_summary PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmAndrewsHuber::test_summary2 PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmAndrewsHuber::test_chisq PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmAndrewsHuber::test_predict PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmSresid::test_params PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmSresid::test_standarderrors PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmSresid::test_confidenceintervals SKIPPED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmSresid::test_scale PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmSresid::test_weights PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmSresid::test_residuals PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmSresid::test_degrees PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmSresid::test_bcov_unscaled PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmSresid::test_bcov_scaled PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmSresid::test_tvalues PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::TestRlmSresid::test_tpvalues PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::test_missing PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::test_rlm_start_values PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::test_rlm_start_values_errors PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::test_perfect_fit[AndrewWave] PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::test_perfect_const[AndrewWave] PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::test_perfect_fit[LeastSquares] PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::test_perfect_const[LeastSquares] PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::test_perfect_fit[HuberT] PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::test_perfect_const[HuberT] PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::test_perfect_fit[TrimmedMean] PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::test_perfect_const[TrimmedMean] PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::test_perfect_fit[TukeyBiweight] PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::test_perfect_const[TukeyBiweight] PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::test_perfect_fit[Hampel] PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::test_perfect_const[Hampel] PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::test_perfect_fit[RamsayE] PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::test_perfect_const[RamsayE] PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::test_alt_criterion[weights] PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::test_alt_criterion[coefs] PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::test_alt_criterion[sresid] PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_rlm.py::test_bad_criterion PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::TestChem::test_mean PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::TestChem::test_median PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::TestChem::test_mad PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::TestChem::test_iqr PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::TestChem::test_qn PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::TestChem::test_huber_scale PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::TestChem::test_huber_location PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::TestChem::test_huber_huberT PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::TestChem::test_huber_Hampel PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::TestMad::test_mad PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::TestMad::test_mad_empty PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::TestMad::test_mad_center PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::TestMadAxes::test_axis0 PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::TestMadAxes::test_axis1 PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::TestMadAxes::test_axis2 PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::TestMadAxes::test_axisneg1 PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::TestIqr::test_iqr PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::TestIqr::test_iqr_empty PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::TestIqrAxes::test_axis0 PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::TestIqrAxes::test_axis1 PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::TestIqrAxes::test_axis2 PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::TestIqrAxes::test_axisneg1 PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::TestQn::test_qn_naive PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::TestQn::test_qn_robustbase PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::TestQn::test_qn_empty PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::TestQnAxes::test_axis0 PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::TestQnAxes::test_axis1 PASSED [ 26%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::TestQnAxes::test_axis2 PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::TestQnAxes::test_axisneg1 PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::TestHuber::test_huber_result_shape PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::TestHuberAxes::test_default PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::TestHuberAxes::test_axis1 PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::TestHuberAxes::test_axis2 PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::TestHuberAxes::test_axisneg1 PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/tests/test_scale.py::test_mad_axis_none PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/distributions/tests/test_extras.py::test_skewnorm PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/distributions/tests/test_extras.py::test_skewt PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/distributions/tests/test_gof_new.py::test_loop_vectorized_batch_equivalence PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/distributions/tests/test_multivariate.py::Test_MVN_MVT_prob::test_mvn_mvt_1 PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/distributions/tests/test_multivariate.py::Test_MVN_MVT_prob::test_mvn_mvt_2 PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/distributions/tests/test_multivariate.py::Test_MVN_MVT_prob::test_mvn_mvt_3 PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/distributions/tests/test_multivariate.py::Test_MVN_MVT_prob::test_mvn_mvt_4 PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/distributions/tests/test_multivariate.py::Test_MVN_MVT_prob::test_mvn_mvt_5 PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/distributions/tests/test_multivariate.py::TestMVDistributions::test_mvn_pdf PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/distributions/tests/test_multivariate.py::TestMVDistributions::test_mvt_pdf PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/distributions/tests/test_norm_expan.py::TestExpandNormMom::test_dist1 PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/distributions/tests/test_norm_expan.py::TestExpandNormMom::test_cdf_ppf_roundtrip PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/distributions/tests/test_norm_expan.py::TestExpandNormMom::test_pdf PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/distributions/tests/test_norm_expan.py::TestExpandNormMom::test_mvsk PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/distributions/tests/test_norm_expan.py::TestExpandNormSample::test_ks PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/distributions/tests/test_norm_expan.py::TestExpandNormSample::test_mvsk PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/distributions/tests/test_transf.py::Test_Transf2::test_equivalent PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/distributions/tests/test_transf.py::Test_Transf2::test_equivalent_negsq PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/nonparametric/tests/test_kernel_extras.py::TestSemiLinear::test_basic PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/nonparametric/tests/test_smoothers.py::TestPolySmoother1::test_predict PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/nonparametric/tests/test_smoothers.py::TestPolySmoother1::test_coef PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/nonparametric/tests/test_smoothers.py::TestPolySmoother1::test_df PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/nonparametric/tests/test_smoothers.py::TestPolySmoother2::test_predict PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/nonparametric/tests/test_smoothers.py::TestPolySmoother2::test_coef PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/nonparametric/tests/test_smoothers.py::TestPolySmoother2::test_df PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/nonparametric/tests/test_smoothers.py::TestPolySmoother3::test_predict PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/nonparametric/tests/test_smoothers.py::TestPolySmoother3::test_coef PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/nonparametric/tests/test_smoothers.py::TestPolySmoother3::test_df PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/panel/tests/test_random_panel.py::test_short_panel PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::test_iv2sls_r PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::test_ivgmm0_r PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::test_ivgmm1_stata PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMOLS::test_basic PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMOLS::test_other XFAIL [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMSt1::test_basic PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMSt1::test_other PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMSt1::test_hypothesis PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMSt1::test_summary PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMSt1::test_use_t PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStTwostep::test_basic PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStTwostep::test_other PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStTwostep::test_hypothesis PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStTwostep::test_summary PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStTwostep::test_use_t PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStTwostepNO::test_basic PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStTwostepNO::test_other PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStTwostepNO::test_hypothesis PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStTwostepNO::test_summary PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStTwostepNO::test_use_t PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOnestep::test_basic PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOnestep::test_hypothesis PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOnestep::test_summary PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOnestep::test_use_t PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOnestep::test_bse_other PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOnestep::test_other XFAIL [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOnestepNO::test_basic PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOnestepNO::test_hypothesis PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOnestepNO::test_summary PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOnestepNO::test_use_t PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOnestepNO::test_other XFAIL [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOneiter::test_basic PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOneiter::test_hypothesis PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOneiter::test_summary PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOneiter::test_use_t PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOneiter::test_other XFAIL [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOneiter::test_bse_other PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOneiterNO::test_basic PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOneiterNO::test_hypothesis PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOneiterNO::test_summary PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOneiterNO::test_use_t PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOneiterNO::test_other XFAIL [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOneiterNO_Linear::test_basic PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOneiterNO_Linear::test_hypothesis PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOneiterNO_Linear::test_summary PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOneiterNO_Linear::test_use_t PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOneiterNO_Linear::test_other XFAIL [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOneiterNO_Nonlinear::test_basic PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOneiterNO_Nonlinear::test_hypothesis PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOneiterNO_Nonlinear::test_summary PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOneiterNO_Nonlinear::test_use_t PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOneiterNO_Nonlinear::test_other XFAIL [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOneiterNO_Nonlinear::test_score PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOneiterOLS_Linear::test_basic PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOneiterOLS_Linear::test_hypothesis PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOneiterOLS_Linear::test_summary PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOneiterOLS_Linear::test_use_t PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMStOneiterOLS_Linear::test_other XFAIL [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestGMMSt2::test_basic PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestIV2SLSSt1::test_basic PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestIV2SLSSt1::test_other PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestIV2SLSSt1::test_hypothesis PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestIV2SLSSt1::test_hausman PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestIV2SLSSt1::test_summary PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::TestIV2SLSSt1::test_input_dimensions PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::test_noconstant PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm.py::test_gmm_basic PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm_poisson.py::TestGMMAddOnestep::test_basic PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm_poisson.py::TestGMMAddOnestep::test_other PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm_poisson.py::TestGMMAddOnestep::test_summary PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm_poisson.py::TestGMMAddTwostep::test_basic PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm_poisson.py::TestGMMAddTwostep::test_other PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm_poisson.py::TestGMMAddTwostep::test_summary PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm_poisson.py::TestGMMMultOnestep::test_basic PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm_poisson.py::TestGMMMultOnestep::test_other PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm_poisson.py::TestGMMMultOnestep::test_summary PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm_poisson.py::TestGMMMultTwostep::test_basic PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm_poisson.py::TestGMMMultTwostep::test_other PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm_poisson.py::TestGMMMultTwostep::test_summary PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm_poisson.py::TestGMMMultTwostepDefault::test_basic PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm_poisson.py::TestGMMMultTwostepDefault::test_other PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm_poisson.py::TestGMMMultTwostepDefault::test_summary PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm_poisson.py::TestGMMMultTwostepCenter::test_basic PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm_poisson.py::TestGMMMultTwostepCenter::test_other PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm_poisson.py::TestGMMMultTwostepCenter::test_summary PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/regression/tests/test_gmm_poisson.py::TestGMMMultTwostepCenter::test_more PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/stats/tests/test_multicomp.py::test_tukey_pvalues PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/stats/tests/test_runs.py::test_mean_cutoff PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/stats/tests/test_runs.py::test_median_cutoff PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/stats/tests/test_runs.py::test_numeric_cutoff PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_gam.py::TestAdditiveModel::test_predict PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_gam.py::TestAdditiveModel::test_params PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_gam.py::TestAdditiveModel::test_df XFAIL [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_gam.py::TestAdditiveModel::test_fitted PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_gam.py::TestGAMPoisson::test_predict PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_gam.py::TestGAMPoisson::test_fitted XFAIL [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_gam.py::TestGAMPoisson::test_params PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_gam.py::TestGAMPoisson::test_df XFAIL [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_gam.py::TestGAMPoisson::test_mu PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_gam.py::TestGAMPoisson::test_prediction PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_gam.py::TestGAMBinomial::test_predict PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_gam.py::TestGAMBinomial::test_fitted XFAIL [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_gam.py::TestGAMBinomial::test_params PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_gam.py::TestGAMBinomial::test_df XFAIL [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_gam.py::TestGAMBinomial::test_mu PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_gam.py::TestGAMBinomial::test_prediction PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_gam.py::TestGAMGaussianLogLink::test_predict XFAIL [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_gam.py::TestGAMGaussianLogLink::test_fitted XFAIL [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_gam.py::TestGAMGaussianLogLink::test_params XFAIL [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_gam.py::TestGAMGaussianLogLink::test_df XFAIL [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_gam.py::TestGAMGaussianLogLink::test_mu XFAIL [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_gam.py::TestGAMGaussianLogLink::test_prediction XFAIL [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_gam.py::TestGAMGamma::test_predict PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_gam.py::TestGAMGamma::test_fitted XFAIL [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_gam.py::TestGAMGamma::test_params PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_gam.py::TestGAMGamma::test_df XFAIL [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_gam.py::TestGAMGamma::test_mu PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_gam.py::TestGAMGamma::test_prediction PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_gam.py::TestGAMNegativeBinomial::test_predict XFAIL [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_gam.py::TestGAMNegativeBinomial::test_params XFAIL [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_gam.py::TestGAMNegativeBinomial::test_mu XFAIL [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_gam.py::TestGAMNegativeBinomial::test_prediction XFAIL [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_gam.py::TestGAMNegativeBinomial::test_fitted XFAIL [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_gam.py::TestGAMNegativeBinomial::test_df XFAIL [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_pca.py::test_pca_princomp PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_pca.py::test_pca_svd PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_predict_functional.py::TestPredFunc::test_formula PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_predict_functional.py::TestPredFunc::test_lm_contrast PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_predict_functional.py::TestPredFunc::test_glm_formula_contrast PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_predict_functional.py::TestPredFunc::test_scb PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_predict_functional.py::TestPredFunc::test_glm_formula PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/tests/test_predict_functional.py::TestPredFunc::test_noformula_prediction PASSED [ 27%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/libqsturng/tests/test_qsturng.py::TestQsturng::test_scalar PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/libqsturng/tests/test_qsturng.py::TestQsturng::test_vector PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/libqsturng/tests/test_qsturng.py::TestQsturng::test_invalid_parameters PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/libqsturng/tests/test_qsturng.py::TestQsturng::test_handful_to_tbl PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/libqsturng/tests/test_qsturng.py::TestQsturng::test_all_to_tbl SKIPPED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/libqsturng/tests/test_qsturng.py::TestQsturng::test_handful_to_ch PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/libqsturng/tests/test_qsturng.py::TestQsturng::test_10000_to_ch PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/libqsturng/tests/test_qsturng.py::TestPsturng::test_scalar PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/libqsturng/tests/test_qsturng.py::TestPsturng::test_vector PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/libqsturng/tests/test_qsturng.py::TestPsturng::test_v_equal_one PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/libqsturng/tests/test_qsturng.py::TestPsturng::test_invalid_parameters PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/libqsturng/tests/test_qsturng.py::TestPsturng::test_handful_to_known_values PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/libqsturng/tests/test_qsturng.py::TestPsturng::test_100_random_values PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_anova.py::TestAnovaLM::test_results PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_anova.py::TestAnovaLMNoconstant::test_results PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_anova.py::TestAnovaLMCompare::test_results PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_anova.py::TestAnovaLMCompareNoconstant::test_results PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_anova.py::TestAnova2::test_results PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_anova.py::TestAnova2Noconstant::test_results PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_anova.py::TestAnova2HC0::test_results PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_anova.py::TestAnova2HC1::test_results PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_anova.py::TestAnova2HC2::test_results PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_anova.py::TestAnova2HC3::test_results PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_anova.py::TestAnova3::test_results PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_anova.py::TestAnova3HC0::test_results PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_anova.py::TestAnova3HC1::test_results PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_anova.py::TestAnova3HC2::test_results PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_anova.py::TestAnova3HC3::test_results PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_anova_rm.py::test_single_factor_repeated_measures_anova PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_anova_rm.py::test_two_factors_repeated_measures_anova PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_anova_rm.py::test_three_factors_repeated_measures_anova PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_anova_rm.py::test_repeated_measures_invalid_factor_name PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_anova_rm.py::test_repeated_measures_collinearity PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_anova_rm.py::test_repeated_measures_unbalanced_data PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_anova_rm.py::test_repeated_measures_aggregation PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_anova_rm.py::test_repeated_measures_aggregation_one_subject_duplicated PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_anova_rm.py::test_repeated_measures_aggregate_func PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_anova_rm.py::test_repeated_measures_aggregate_func_mean PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_anova_rm.py::test_repeated_measures_aggregate_compare_with_ezANOVA PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_base.py::test_holdertuple PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_base.py::test_holdertuple2 PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::test_homogeneity PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::test_SquareTable_from_data PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::test_SquareTable_nonsquare PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::test_cumulative_odds PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::test_local_odds PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::test_shifting PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::test_stratified_table_cube PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::test_resids PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::test_ordinal_association PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::test_chi2_association PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::test_symmetry PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::test_mcnemar PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::test_from_data_stratified PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::test_from_data_2x2 PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::test_cochranq PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::TestStratified1::test_oddsratio_pooled PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::TestStratified1::test_logodds_pooled PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::TestStratified1::test_null_odds PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::TestStratified1::test_oddsratio_pooled_confint PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::TestStratified1::test_logodds_pooled_confint PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::TestStratified1::test_equal_odds PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::TestStratified1::test_pandas PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::TestStratified1::test_from_data PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::TestStratified2::test_oddsratio_pooled PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::TestStratified2::test_logodds_pooled PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::TestStratified2::test_null_odds PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::TestStratified2::test_oddsratio_pooled_confint PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::TestStratified2::test_logodds_pooled_confint PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::TestStratified2::test_equal_odds PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::TestStratified2::test_pandas PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::TestStratified2::test_from_data PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::TestStratified3::test_oddsratio_pooled PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::TestStratified3::test_logodds_pooled PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::TestStratified3::test_null_odds PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::TestStratified3::test_oddsratio_pooled_confint PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::TestStratified3::test_logodds_pooled_confint PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::TestStratified3::test_equal_odds PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::TestStratified3::test_pandas PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::TestStratified3::test_from_data PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::Test2x2_1::test_oddsratio PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::Test2x2_1::test_log_oddsratio PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::Test2x2_1::test_log_oddsratio_se PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::Test2x2_1::test_oddsratio_pvalue PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::Test2x2_1::test_oddsratio_confint PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::Test2x2_1::test_riskratio PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::Test2x2_1::test_log_riskratio PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::Test2x2_1::test_log_riskratio_se PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::Test2x2_1::test_riskratio_pvalue PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::Test2x2_1::test_riskratio_confint PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::Test2x2_1::test_log_riskratio_confint PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::Test2x2_1::test_from_data PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contingency_tables.py::Test2x2_1::test_summary PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contrast.py::TestContrast::test_contrast1 PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contrast.py::TestContrast::test_contrast2 PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contrast.py::TestContrast::test_contrast3 PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contrast.py::TestContrast::test_estimable PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_contrast.py::test_constraints PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_correlation.py::test_kernel_covariance PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_corrpsd.py::test_corr_psd PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_corrpsd.py::TestCovPSD::test_cov_nearest PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_corrpsd.py::TestCorrPSD1::test_nearest PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_corrpsd.py::TestCorrPSD1::test_clipped PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_corrpsd.py::TestCorrPSD1::test_cov_nearest PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_corrpsd.py::test_corrpsd_threshold[0] PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_corrpsd.py::test_corrpsd_threshold[1e-15] PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_corrpsd.py::test_corrpsd_threshold[1e-10] PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_corrpsd.py::test_corrpsd_threshold[1e-06] PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_corrpsd.py::Test_Factor::test_corr_nearest_factor_arrpack PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_corrpsd.py::Test_Factor::test_corr_nearest_factor[1] PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_corrpsd.py::Test_Factor::test_corr_nearest_factor[2] PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_corrpsd.py::Test_Factor::test_corr_nearest_factor_sparse[1] PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_corrpsd.py::Test_Factor::test_corr_nearest_factor_sparse[2] PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_corrpsd.py::Test_Factor::test_spg_optim PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_corrpsd.py::Test_Factor::test_decorrelate PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_corrpsd.py::Test_Factor::test_logdet PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_corrpsd.py::Test_Factor::test_solve PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_corrpsd.py::Test_Factor::test_cov_nearest_factor_homog[1] PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_corrpsd.py::Test_Factor::test_cov_nearest_factor_homog[2] PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_corrpsd.py::Test_Factor::test_cov_nearest_factor_homog_sparse[1] PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_corrpsd.py::Test_Factor::test_cov_nearest_factor_homog_sparse[2] PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_corrpsd.py::Test_Factor::test_corr_thresholded PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_descriptivestats.py::test_sign_test PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_descriptivestats.py::TestSimpleTable::test_basic_1 XFAIL [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_descriptivestats.py::TestSimpleTable::test_basic_2 PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_descriptivestats.py::TestSimpleTable::test_describe_summary_float_ndarray PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_descriptivestats.py::TestSimpleTable::test_basic_4 PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_descriptivestats.py::TestSimpleTable::test_basic_1a XFAIL [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_descriptivestats.py::TestSimpleTable::test_basic_1b XFAIL [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_descriptivestats.py::TestSimpleTable::test_basic_2a PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_descriptivestats.py::TestSimpleTable::test_basic_3 PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_descriptivestats.py::TestSimpleTable::test_basic_4a PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_descriptivestats.py::test_description_exceptions PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_descriptivestats.py::test_description_basic PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_descriptivestats.py::test_odd_percentiles PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_descriptivestats.py::test_large_ntop PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_descriptivestats.py::test_use_t PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_descriptivestats.py::test_special_stats[ci] PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_descriptivestats.py::test_special_stats[jarque_bera] PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_descriptivestats.py::test_special_stats[mode] PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_descriptivestats.py::test_special_stats[top] PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_descriptivestats.py::test_special_stats[freq] PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_descriptivestats.py::test_empty_columns PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_descriptivestats.py::test_extension_types PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_descriptivestats.py::test_describe PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_gq PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticG::test_basic PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticG::test_hac PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticG::test_het_goldfeldquandt PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticG::test_het_breusch_pagan PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticG::test_het_breusch_pagan_nonrobust PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticG::test_het_white PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticG::test_het_white_error PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticG::test_het_arch PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticG::test_het_arch2 PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticG::test_acorr_breusch_godfrey PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticG::test_acorr_breusch_godfrey_multidim PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticG::test_acorr_breusch_godfrey_exogs PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticG::test_acorr_ljung_box PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticG::test_acorr_ljung_box_big_default PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticG::test_acorr_ljung_box_small_default PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticG::test_acorr_ljung_box_against_r PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticG::test_harvey_collier PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticG::test_rainbow PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticG::test_compare_lr PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticG::test_compare_j PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticG::test_compare_error[compare_cox] PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticG::test_compare_error[compare_j] PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticG::test_compare_nested[compare_cox] PASSED [ 28%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticG::test_compare_nested[compare_j] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticG::test_compare_cox PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticG::test_cusum_ols PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticG::test_breaks_hansen PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticG::test_recursive_residuals PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticG::test_normality PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticG::test_influence PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticGPandas::test_basic PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticGPandas::test_hac PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticGPandas::test_het_goldfeldquandt PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticGPandas::test_het_breusch_pagan PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticGPandas::test_het_breusch_pagan_nonrobust PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticGPandas::test_het_white PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticGPandas::test_het_white_error PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticGPandas::test_het_arch PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticGPandas::test_het_arch2 PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticGPandas::test_acorr_breusch_godfrey PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticGPandas::test_acorr_breusch_godfrey_multidim PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticGPandas::test_acorr_breusch_godfrey_exogs PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticGPandas::test_acorr_ljung_box PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticGPandas::test_acorr_ljung_box_big_default PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticGPandas::test_acorr_ljung_box_small_default PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticGPandas::test_acorr_ljung_box_against_r PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticGPandas::test_harvey_collier PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticGPandas::test_rainbow PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticGPandas::test_compare_lr PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticGPandas::test_compare_j PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticGPandas::test_compare_error[compare_cox] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticGPandas::test_compare_error[compare_j] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticGPandas::test_compare_nested[compare_cox] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticGPandas::test_compare_nested[compare_j] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticGPandas::test_compare_cox PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticGPandas::test_cusum_ols PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticGPandas::test_breaks_hansen PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticGPandas::test_recursive_residuals PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticGPandas::test_normality PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::TestDiagnosticGPandas::test_influence PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_spec_white PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_spec_white_error PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_linear_lm_direct PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_outlier_influence_funcs PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_influence_wrapped PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_influence_dtype PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_outlier_test PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_ljungbox_dof_adj PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_ljungbox_auto_lag_selection PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_ljungbox_errors_warnings PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_ljungbox_period PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_encompasing_direct[nonrobust] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_encompasing_direct[HC0] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_encompasing_error PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_reset_smoke[cov0-True-fitted-2] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_reset_smoke[cov0-True-fitted-3] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_reset_smoke[cov0-True-exog-2] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_reset_smoke[cov0-True-exog-3] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_reset_smoke[cov0-True-princomp-2] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_reset_smoke[cov0-True-princomp-3] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_reset_smoke[cov0-False-fitted-2] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_reset_smoke[cov0-False-fitted-3] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_reset_smoke[cov0-False-exog-2] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_reset_smoke[cov0-False-exog-3] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_reset_smoke[cov0-False-princomp-2] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_reset_smoke[cov0-False-princomp-3] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_reset_smoke[cov1-True-fitted-2] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_reset_smoke[cov1-True-fitted-3] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_reset_smoke[cov1-True-exog-2] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_reset_smoke[cov1-True-exog-3] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_reset_smoke[cov1-True-princomp-2] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_reset_smoke[cov1-True-princomp-3] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_reset_smoke[cov1-False-fitted-2] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_reset_smoke[cov1-False-fitted-3] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_reset_smoke[cov1-False-exog-2] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_reset_smoke[cov1-False-exog-3] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_reset_smoke[cov1-False-princomp-2] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_reset_smoke[cov1-False-princomp-3] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_acorr_lm_smoke[cov0-0-True] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_acorr_lm_smoke[cov0-0-False] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_acorr_lm_smoke[cov0-2-True] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_acorr_lm_smoke[cov0-2-False] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_acorr_lm_smoke[cov1-0-True] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_acorr_lm_smoke[cov1-0-False] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_acorr_lm_smoke[cov1-2-True] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_acorr_lm_smoke[cov1-2-False] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_acorr_lm_smoke_no_autolag PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_rainbow_smoke_order_by[None-0.25] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_rainbow_smoke_order_by[None-0.5] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_rainbow_smoke_order_by[None-0.75] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_rainbow_smoke_order_by[order_by1-0.25] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_rainbow_smoke_order_by[order_by1-0.5] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_rainbow_smoke_order_by[order_by1-0.75] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_rainbow_smoke_order_by[order_by2-0.25] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_rainbow_smoke_order_by[order_by2-0.5] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_rainbow_smoke_order_by[order_by2-0.75] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_rainbow_smoke_order_by[x0-0.25] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_rainbow_smoke_order_by[x0-0.5] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_rainbow_smoke_order_by[x0-0.75] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_rainbow_smoke_order_by[order_by4-0.25] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_rainbow_smoke_order_by[order_by4-0.5] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_rainbow_smoke_order_by[order_by4-0.75] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_rainbow_smoke_centered[None] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_rainbow_smoke_centered[0.33] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_rainbow_smoke_centered[300] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_rainbow_exception PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic.py::test_small_skip PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic_other.py::TestCMTOLS::test_score PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic_other.py::TestCMTOLS::test_scorehc0 PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_diagnostic_other.py::TestCMTOLS::test_scoreopg PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_dist_dependant_measures.py::TestDistDependenceMeasures::test_input_validation_nobs PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_dist_dependant_measures.py::TestDistDependenceMeasures::test_input_validation_unknown_method PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_dist_dependant_measures.py::TestDistDependenceMeasures::test_statistic_value_asym_method PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_dist_dependant_measures.py::TestDistDependenceMeasures::test_statistic_value_emp_method PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_dist_dependant_measures.py::TestDistDependenceMeasures::test_fallback_to_asym_method PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_dist_dependant_measures.py::TestDistDependenceMeasures::test_statistics_for_2d_input PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_dist_dependant_measures.py::TestDistDependenceMeasures::test_statistics_for_1d_input PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_dist_dependant_measures.py::TestDistDependenceMeasures::test_results_on_the_iris_dataset SKIPPED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_dist_dependant_measures.py::TestDistDependenceMeasures::test_results_on_the_quakes_dataset SKIPPED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_dist_dependant_measures.py::TestDistDependenceMeasures::test_dcor PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_dist_dependant_measures.py::TestDistDependenceMeasures::test_dcov PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_dist_dependant_measures.py::TestDistDependenceMeasures::test_dvar PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_effectsize.py::test_noncent_chi2 PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_effectsize.py::test_noncent_f PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_effectsize.py::test_noncent_t PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_gof.py::test_chisquare_power PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_gof.py::test_chisquare PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_gof.py::test_chisquare_effectsize PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_groups_sw.py::TestBalanced::test_values PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_groups_sw.py::TestBalanced::test_raises PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_groups_sw.py::TestUnBalanced::test_values PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_groups_sw.py::TestUnBalanced::test_raises PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_influence.py::test_influence_glm_bernoulli PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_influence.py::TestInfluenceLogitGLMMLE::test_basics PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_influence.py::TestInfluenceLogitGLMMLE::test_plots PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_influence.py::TestInfluenceLogitGLMMLE::test_summary PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_influence.py::TestInfluenceLogitGLMMLE::test_looo PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_influence.py::TestInfluenceBinomialGLMMLE::test_basics PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_influence.py::TestInfluenceBinomialGLMMLE::test_plots PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_influence.py::TestInfluenceBinomialGLMMLE::test_summary PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_influence.py::TestInfluenceBinomialGLMMLE::test_looo PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_influence.py::TestInfluenceBinomialGLMMLE::test_r PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_influence.py::TestInfluenceGaussianGLMMLE::test_basics PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_influence.py::TestInfluenceGaussianGLMMLE::test_plots PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_influence.py::TestInfluenceGaussianGLMMLE::test_summary PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_influence.py::TestInfluenceGaussianGLMMLE::test_looo PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_influence.py::TestInfluenceGaussianGLMOLS::test_plots PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_influence.py::TestInfluenceGaussianGLMOLS::test_basics PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_influence.py::TestInfluenceGaussianGLMOLS::test_summary PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_inter_rater.py::test_fleiss_kappa PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_inter_rater.py::test_fleis_randolph PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_inter_rater.py::TestUnweightedCohens::test_results PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_inter_rater.py::TestUnweightedCohens::test_option PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_inter_rater.py::TestWeightedCohens::test_results PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_inter_rater.py::TestWeightedCohens::test_option PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_inter_rater.py::test_cohenskappa_weights PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_inter_rater.py::test_cohens_kappa_irr PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_inter_rater.py::test_fleiss_kappa_irr PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_inter_rater.py::test_to_table PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_inter_rater.py::test_aggregate_raters PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_knockoff.py::test_equi PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_knockoff.py::test_sdp PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_knockoff.py::test_testers[equi-tester0-49] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_knockoff.py::test_testers[equi-tester0-50] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_knockoff.py::test_testers[equi-tester1-49] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_knockoff.py::test_testers[equi-tester1-50] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_knockoff.py::test_testers[equi-tester2-49] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_knockoff.py::test_testers[equi-tester2-50] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_knockoff.py::test_testers[equi-tester3-49] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_knockoff.py::test_testers[equi-tester3-50] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_knockoff.py::test_testers[equi-tester4-49] PASSED [ 29%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_knockoff.py::test_testers[equi-tester4-50] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_knockoff.py::test_testers[equi-tester5-49] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_knockoff.py::test_testers[equi-tester5-50] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_knockoff.py::test_testers[sdp-tester0-49] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_knockoff.py::test_testers[sdp-tester0-50] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_knockoff.py::test_testers[sdp-tester1-49] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_knockoff.py::test_testers[sdp-tester1-50] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_knockoff.py::test_testers[sdp-tester2-49] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_knockoff.py::test_testers[sdp-tester2-50] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_knockoff.py::test_testers[sdp-tester3-49] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_knockoff.py::test_testers[sdp-tester3-50] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_knockoff.py::test_testers[sdp-tester4-49] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_knockoff.py::test_testers[sdp-tester4-50] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_knockoff.py::test_testers[sdp-tester5-49] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_knockoff.py::test_testers[sdp-tester5-50] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_knockoff.py::test_sim[tester0-300-100-6-equi] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_knockoff.py::test_sim[tester0-300-100-6-sdp] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_knockoff.py::test_sim[tester1-300-100-3.5-equi] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_knockoff.py::test_sim[tester1-300-100-3.5-sdp] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_knockoff.py::test_sim[tester2-300-100-3.5-equi] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_knockoff.py::test_sim[tester2-300-100-3.5-sdp] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_knockoff.py::test_sim[tester3-3000-200-3.5-equi] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_knockoff.py::test_sim[tester3-3000-200-3.5-sdp] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_lilliefors.py::TestLilliefors::test_normal PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_lilliefors.py::TestLilliefors::test_normal_table PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_lilliefors.py::TestLilliefors::test_expon PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_lilliefors.py::TestLilliefors::test_pval_bounds PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_lilliefors.py::TestLilliefors::test_min_nobs PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_lilliefors.py::TestLilliefors::test_large_sample PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_lilliefors.py::TestLilliefors::test_x_dims PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_lilliefors.py::test_get_lilliefors_errors PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_lilliefors.py::test_ksstat PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_mediation.py::test_framing_example PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_mediation.py::test_framing_example_moderator PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_mediation.py::test_framing_example_formula PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_mediation.py::test_framing_example_moderator_formula PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_mediation.py::test_mixedlm XFAIL [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_mediation.py::test_surv PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_meta.py::TestEffectsizeBinom::test_effectsize PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_meta.py::TestEffSmdMeta::test_smd PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_meta.py::TestMetaK1::test_tau_kacker PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_meta.py::TestMetaK1::test_pm PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_meta.py::TestMetaK1::test_dl PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_meta.py::TestMetaBinOR::test_basic PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_meta.py::TestMetaBinOR::test_plot PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_moment_helpers.py::test_cov2corr PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_moment_helpers.py::test_moment_conversion[mom0] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_moment_helpers.py::test_moment_conversion[mom1] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_moment_helpers.py::test_moment_conversion[mom2] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_moment_helpers.py::test_moment_conversion[mom3] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_moment_helpers.py::test_moment_conversion[mom4] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_moment_helpers.py::test_moment_conversion[mom5] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_moment_helpers.py::test_moment_conversion[mom6] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_moment_helpers.py::test_moment_conversion[mom7] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_moment_helpers.py::test_moment_conversion[mom8] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_moment_helpers.py::test_moment_conversion[mom9] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_moment_helpers.py::test_moment_conversion[mom10] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_moment_helpers.py::test_multidimensional[test_vals0] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_moment_helpers.py::test_multidimensional[test_vals1] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_moment_helpers.py::test_moment_conversion_types[cum2mc0] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_moment_helpers.py::test_moment_conversion_types[cum2mc1] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_moment_helpers.py::test_moment_conversion_types[mc2cum] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_moment_helpers.py::test_moment_conversion_types[mc2mnc] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_moment_helpers.py::test_moment_conversion_types[mc2mvsk] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_moment_helpers.py::test_moment_conversion_types[mnc2cum] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_moment_helpers.py::test_moment_conversion_types[mnc2mc0] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_moment_helpers.py::test_moment_conversion_types[mnc2mc1] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_moment_helpers.py::test_moment_conversion_types[mvsk2mc] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_moment_helpers.py::test_moment_conversion_types[mvsk2mnc] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests1::test_multi_pvalcorrection_rmethods[BH-val0] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests1::test_multi_pvalcorrection_rmethods[BY-val1] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests1::test_multi_pvalcorrection_rmethods[Bonferroni-val2] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests1::test_multi_pvalcorrection_rmethods[Hochberg-val3] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests1::test_multi_pvalcorrection_rmethods[Holm-val4] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests1::test_multi_pvalcorrection_rmethods[SidakSD-val5] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests1::test_multi_pvalcorrection_rmethods[SidakSS-val6] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests1::test_multi_pvalcorrection_rmethods[TSBH_0.05-val7] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests1::test_multi_pvalcorrection_rmethods[rawp-val8] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests1::test_multi_pvalcorrection PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests2::test_multi_pvalcorrection_rmethods[BH-val0] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests2::test_multi_pvalcorrection_rmethods[BY-val1] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests2::test_multi_pvalcorrection_rmethods[Bonferroni-val2] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests2::test_multi_pvalcorrection_rmethods[Hochberg-val3] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests2::test_multi_pvalcorrection_rmethods[Holm-val4] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests2::test_multi_pvalcorrection_rmethods[SidakSD-val5] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests2::test_multi_pvalcorrection_rmethods[SidakSS-val6] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests2::test_multi_pvalcorrection_rmethods[TSBH_0.05-val7] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests2::test_multi_pvalcorrection_rmethods[rawp-val8] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests2::test_multi_pvalcorrection PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests3::test_multi_pvalcorrection_rmethods[BH-val0] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests3::test_multi_pvalcorrection_rmethods[BY-val1] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests3::test_multi_pvalcorrection_rmethods[Bonferroni-val2] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests3::test_multi_pvalcorrection_rmethods[Hochberg-val3] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests3::test_multi_pvalcorrection_rmethods[Holm-val4] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests3::test_multi_pvalcorrection_rmethods[SidakSD-val5] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests3::test_multi_pvalcorrection_rmethods[SidakSS-val6] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests3::test_multi_pvalcorrection_rmethods[TSBH_0.05-val7] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests3::test_multi_pvalcorrection_rmethods[rawp-val8] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests3::test_multi_pvalcorrection PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests4::test_multi_pvalcorrection_rmethods[BH-val0] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests4::test_multi_pvalcorrection_rmethods[BY-val1] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests4::test_multi_pvalcorrection_rmethods[Bonferroni-val2] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests4::test_multi_pvalcorrection_rmethods[Hochberg-val3] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests4::test_multi_pvalcorrection_rmethods[Holm-val4] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests4::test_multi_pvalcorrection_rmethods[SidakSD-val5] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests4::test_multi_pvalcorrection_rmethods[SidakSS-val6] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests4::test_multi_pvalcorrection_rmethods[TSBH_0.05-val7] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests4::test_multi_pvalcorrection_rmethods[rawp-val8] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::TestMultiTests4::test_multi_pvalcorrection PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[0-b-0.01] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[0-b-0.05] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[0-b-0.1] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[0-s-0.01] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[0-s-0.05] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[0-s-0.1] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[0-sh-0.01] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[0-sh-0.05] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[0-sh-0.1] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[0-hs-0.01] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[0-hs-0.05] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[0-hs-0.1] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[0-h-0.01] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[0-h-0.05] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[0-h-0.1] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[0-hommel-0.01] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[0-hommel-0.05] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[0-hommel-0.1] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[0-fdr_i-0.01] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[0-fdr_i-0.05] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[0-fdr_i-0.1] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[0-fdr_n-0.01] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[0-fdr_n-0.05] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[0-fdr_n-0.1] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[0-fdr_tsbky-0.01] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[0-fdr_tsbky-0.05] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[0-fdr_tsbky-0.1] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[0-fdr_tsbh-0.01] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[0-fdr_tsbh-0.05] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[0-fdr_tsbh-0.1] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[0-fdr_gbs-0.01] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[0-fdr_gbs-0.05] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[0-fdr_gbs-0.1] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[1-b-0.01] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[1-b-0.05] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[1-b-0.1] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[1-s-0.01] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[1-s-0.05] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[1-s-0.1] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[1-sh-0.01] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[1-sh-0.05] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[1-sh-0.1] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[1-hs-0.01] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[1-hs-0.05] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[1-hs-0.1] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[1-h-0.01] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[1-h-0.05] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[1-h-0.1] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[1-hommel-0.01] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[1-hommel-0.05] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[1-hommel-0.1] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[1-fdr_i-0.01] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[1-fdr_i-0.05] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[1-fdr_i-0.1] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[1-fdr_n-0.01] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[1-fdr_n-0.05] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[1-fdr_n-0.1] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[1-fdr_tsbky-0.01] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[1-fdr_tsbky-0.05] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[1-fdr_tsbky-0.1] PASSED [ 30%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[1-fdr_tsbh-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[1-fdr_tsbh-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[1-fdr_tsbh-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[1-fdr_gbs-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[1-fdr_gbs-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[1-fdr_gbs-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[2-b-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[2-b-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[2-b-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[2-s-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[2-s-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[2-s-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[2-sh-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[2-sh-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[2-sh-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[2-hs-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[2-hs-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[2-hs-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[2-h-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[2-h-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[2-h-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[2-hommel-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[2-hommel-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[2-hommel-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[2-fdr_i-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[2-fdr_i-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[2-fdr_i-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[2-fdr_n-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[2-fdr_n-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[2-fdr_n-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[2-fdr_tsbky-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[2-fdr_tsbky-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[2-fdr_tsbky-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[2-fdr_tsbh-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[2-fdr_tsbh-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[2-fdr_tsbh-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[2-fdr_gbs-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[2-fdr_gbs-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[2-fdr_gbs-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[3-b-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[3-b-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[3-b-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[3-s-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[3-s-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[3-s-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[3-sh-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[3-sh-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[3-sh-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[3-hs-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[3-hs-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[3-hs-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[3-h-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[3-h-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[3-h-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[3-hommel-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[3-hommel-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[3-hommel-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[3-fdr_i-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[3-fdr_i-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[3-fdr_i-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[3-fdr_n-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[3-fdr_n-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[3-fdr_n-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[3-fdr_tsbky-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[3-fdr_tsbky-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[3-fdr_tsbky-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[3-fdr_tsbh-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[3-fdr_tsbh-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[3-fdr_tsbh-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[3-fdr_gbs-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[3-fdr_gbs-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[3-fdr_gbs-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[4-b-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[4-b-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[4-b-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[4-s-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[4-s-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[4-s-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[4-sh-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[4-sh-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[4-sh-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[4-hs-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[4-hs-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[4-hs-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[4-h-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[4-h-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[4-h-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[4-hommel-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[4-hommel-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[4-hommel-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[4-fdr_i-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[4-fdr_i-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[4-fdr_i-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[4-fdr_n-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[4-fdr_n-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[4-fdr_n-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[4-fdr_tsbky-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[4-fdr_tsbky-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[4-fdr_tsbky-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[4-fdr_tsbh-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[4-fdr_tsbh-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[4-fdr_tsbh-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[4-fdr_gbs-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[4-fdr_gbs-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[4-fdr_gbs-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[5-b-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[5-b-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[5-b-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[5-s-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[5-s-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[5-s-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[5-sh-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[5-sh-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[5-sh-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[5-hs-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[5-hs-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[5-hs-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[5-h-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[5-h-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[5-h-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[5-hommel-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[5-hommel-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[5-hommel-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[5-fdr_i-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[5-fdr_i-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[5-fdr_i-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[5-fdr_n-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[5-fdr_n-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[5-fdr_n-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[5-fdr_tsbky-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[5-fdr_tsbky-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[5-fdr_tsbky-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[5-fdr_tsbh-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[5-fdr_tsbh-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[5-fdr_tsbh-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[5-fdr_gbs-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[5-fdr_gbs-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[5-fdr_gbs-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[6-b-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[6-b-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[6-b-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[6-s-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[6-s-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[6-s-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[6-sh-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[6-sh-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[6-sh-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[6-hs-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[6-hs-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[6-hs-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[6-h-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[6-h-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[6-h-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[6-hommel-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[6-hommel-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[6-hommel-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[6-fdr_i-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[6-fdr_i-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[6-fdr_i-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[6-fdr_n-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[6-fdr_n-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[6-fdr_n-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[6-fdr_tsbky-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[6-fdr_tsbky-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[6-fdr_tsbky-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[6-fdr_tsbh-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[6-fdr_tsbh-0.05] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[6-fdr_tsbh-0.1] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[6-fdr_gbs-0.01] PASSED [ 31%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[6-fdr_gbs-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[6-fdr_gbs-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[7-b-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[7-b-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[7-b-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[7-s-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[7-s-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[7-s-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[7-sh-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[7-sh-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[7-sh-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[7-hs-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[7-hs-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[7-hs-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[7-h-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[7-h-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[7-h-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[7-hommel-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[7-hommel-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[7-hommel-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[7-fdr_i-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[7-fdr_i-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[7-fdr_i-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[7-fdr_n-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[7-fdr_n-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[7-fdr_n-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[7-fdr_tsbky-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[7-fdr_tsbky-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[7-fdr_tsbky-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[7-fdr_tsbh-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[7-fdr_tsbh-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[7-fdr_tsbh-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[7-fdr_gbs-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[7-fdr_gbs-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[7-fdr_gbs-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[8-b-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[8-b-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[8-b-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[8-s-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[8-s-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[8-s-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[8-sh-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[8-sh-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[8-sh-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[8-hs-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[8-hs-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[8-hs-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[8-h-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[8-h-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[8-h-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[8-hommel-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[8-hommel-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[8-hommel-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[8-fdr_i-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[8-fdr_i-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[8-fdr_i-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[8-fdr_n-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[8-fdr_n-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[8-fdr_n-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[8-fdr_tsbky-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[8-fdr_tsbky-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[8-fdr_tsbky-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[8-fdr_tsbh-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[8-fdr_tsbh-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[8-fdr_tsbh-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[8-fdr_gbs-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[8-fdr_gbs-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[8-fdr_gbs-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[9-b-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[9-b-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[9-b-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[9-s-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[9-s-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[9-s-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[9-sh-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[9-sh-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[9-sh-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[9-hs-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[9-hs-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[9-hs-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[9-h-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[9-h-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[9-h-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[9-hommel-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[9-hommel-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[9-hommel-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[9-fdr_i-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[9-fdr_i-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[9-fdr_i-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[9-fdr_n-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[9-fdr_n-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[9-fdr_n-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[9-fdr_tsbky-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[9-fdr_tsbky-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[9-fdr_tsbky-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[9-fdr_tsbh-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[9-fdr_tsbh-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[9-fdr_tsbh-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[9-fdr_gbs-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[9-fdr_gbs-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[9-fdr_gbs-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[10-b-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[10-b-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[10-b-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[10-s-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[10-s-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[10-s-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[10-sh-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[10-sh-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[10-sh-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[10-hs-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[10-hs-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[10-hs-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[10-h-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[10-h-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[10-h-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[10-hommel-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[10-hommel-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[10-hommel-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[10-fdr_i-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[10-fdr_i-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[10-fdr_i-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[10-fdr_n-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[10-fdr_n-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[10-fdr_n-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[10-fdr_tsbky-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[10-fdr_tsbky-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[10-fdr_tsbky-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[10-fdr_tsbh-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[10-fdr_tsbh-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[10-fdr_tsbh-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[10-fdr_gbs-0.01] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[10-fdr_gbs-0.05] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_pvalcorrection_reject[10-fdr_gbs-0.1] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_hommel PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_fdr_bky PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_issorted[b] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_issorted[fdr_bh] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_issorted[fdr_by] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_issorted[fdr_gbs] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_issorted[fdr_tsbh] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_issorted[fdr_tsbky] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_issorted[h] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_issorted[ho] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_issorted[hs] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_issorted[s] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_issorted[sh] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_floating_precision[b] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_floating_precision[fdr_bh] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_floating_precision[fdr_by] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_floating_precision[fdr_gbs] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_floating_precision[fdr_tsbh] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_floating_precision[fdr_tsbky] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_floating_precision[h] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_floating_precision[ho] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_floating_precision[hs] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_floating_precision[s] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_floating_precision[sh] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_tukeyhsd PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_local_fdr PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_null_distribution PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_null_constrained[True-True-True] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_null_constrained[True-True-False] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_null_constrained[True-False-True] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_null_constrained[True-False-False] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_null_constrained[False-True-True] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_null_constrained[False-True-False] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_null_constrained[False-False-True] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multi.py::test_null_constrained[False-False-False] PASSED [ 32%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multivariate.py::test_mv_mean PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multivariate.py::test_mvmean_2indep PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multivariate.py::test_confint_simult PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multivariate.py::TestCovStructure::test_spherical PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multivariate.py::TestCovStructure::test_diagonal PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multivariate.py::TestCovStructure::test_blockdiagonal PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multivariate.py::TestCovStructure::test_covmat PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_multivariate.py::test_cov_oneway PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_nonparametric.py::test_mcnemar_exact PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_nonparametric.py::test_mcnemar_chisquare PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_nonparametric.py::test_mcnemar_vectorized PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_nonparametric.py::test_symmetry_bowker PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_nonparametric.py::test_cochransq PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_nonparametric.py::test_cochransq2 PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_nonparametric.py::test_cochransq3 PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_nonparametric.py::test_runstest PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_nonparametric.py::test_runstest_2sample PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_nonparametric.py::test_brunnermunzel_one_sided PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_nonparametric.py::test_brunnermunzel_two_sided PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_nonparametric.py::test_rank_compare_2indep1 PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_nonparametric.py::test_rank_compare_ord PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_nonparametric.py::test_rank_compare_vectorized PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_oaxaca.py::TestOaxaca::test_results PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_oaxaca.py::TestOaxacaNoSwap::test_results PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_oaxaca.py::TestOaxacaPandas::test_results PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_oaxaca.py::TestOaxacaPandasNoSwap::test_results PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_oaxaca.py::TestOaxacaNoConstPassed::test_results PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_oaxaca.py::TestOaxacaNoSwapNoConstPassed::test_results PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_oaxaca.py::TestOaxacaPandasNoConstPassed::test_results PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_oaxaca.py::TestOaxacaPandasNoSwapNoConstPassed::test_results PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_oaxaca.py::TestOneModel::test_results PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_oaxaca.py::TestZeroModel::test_results PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_oaxaca.py::TestOmegaModel::test_results PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_oaxaca.py::TestPooledModel::test_results PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_oneway.py::test_oneway_effectsize PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_oneway.py::test_effectsize_power PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_oneway.py::test_effectsize_fstat PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_oneway.py::test_effectsize_fstat_stata PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_oneway.py::test_scale_transform[median] PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_oneway.py::test_scale_transform[mean] PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_oneway.py::test_scale_transform[trimmed] PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_oneway.py::TestOnewayEquivalenc::test_equivalence_equal PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_oneway.py::TestOnewayEquivalenc::test_equivalence_welch PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_oneway.py::TestOnewayScale::test_means PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_oneway.py::TestOnewayScale::test_levene PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_oneway.py::TestOnewayScale::test_options PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_oneway.py::TestOnewayScale::test_equivalence PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_oneway.py::TestOnewayOLS::test_ols_noncentrality PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_oneway.py::test_simulate_equivalence PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_outliers_influence.py::test_reset_stata PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_pairwise.py::TestTuckeyHSD2::test_multicomptukey PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_pairwise.py::TestTuckeyHSD2::test_group_tukey PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_pairwise.py::TestTuckeyHSD2::test_shortcut_function PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_pairwise.py::TestTuckeyHSD2::test_plot_simultaneous_ci PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_pairwise.py::TestTuckeyHSD2::test_table_names_default_group_order PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_pairwise.py::TestTuckeyHSD2::test_table_names_custom_group_order PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_pairwise.py::TestTuckeyHSD2Pandas::test_multicomptukey PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_pairwise.py::TestTuckeyHSD2Pandas::test_group_tukey PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_pairwise.py::TestTuckeyHSD2Pandas::test_shortcut_function PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_pairwise.py::TestTuckeyHSD2Pandas::test_plot_simultaneous_ci PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_pairwise.py::TestTuckeyHSD2Pandas::test_table_names_default_group_order PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_pairwise.py::TestTuckeyHSD2Pandas::test_table_names_custom_group_order PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_pairwise.py::TestTuckeyHSD2Pandas::test_incorrect_output PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_pairwise.py::TestTuckeyHSD2s::test_multicomptukey PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_pairwise.py::TestTuckeyHSD2s::test_group_tukey PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_pairwise.py::TestTuckeyHSD2s::test_shortcut_function PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_pairwise.py::TestTuckeyHSD2s::test_plot_simultaneous_ci PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_pairwise.py::TestTuckeyHSD3::test_multicomptukey PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_pairwise.py::TestTuckeyHSD3::test_group_tukey PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_pairwise.py::TestTuckeyHSD3::test_shortcut_function PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_pairwise.py::TestTuckeyHSD3::test_plot_simultaneous_ci PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_pairwise.py::TestTuckeyHSD4::test_multicomptukey PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_pairwise.py::TestTuckeyHSD4::test_group_tukey PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_pairwise.py::TestTuckeyHSD4::test_shortcut_function PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_pairwise.py::TestTuckeyHSD4::test_plot_simultaneous_ci PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_pairwise.py::TestTuckeyHSD4::test_hochberg_intervals PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_panel_robustcov.py::test_panel_robust_cov PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerOneS1::test_power PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerOneS1::test_positional PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerOneS1::test_roots PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerOneS1::test_power_plot PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerOneS2::test_power PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerOneS2::test_positional PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerOneS2::test_roots PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerOneS2::test_power_plot PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerOneS3::test_power PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerOneS3::test_positional PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerOneS3::test_roots PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerOneS3::test_power_plot PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerOneS4::test_power PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerOneS4::test_positional PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerOneS4::test_roots PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerOneS4::test_power_plot PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerOneS5::test_power PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerOneS5::test_positional PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerOneS5::test_roots PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerOneS5::test_power_plot PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerOneS6::test_power PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerOneS6::test_positional PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerOneS6::test_roots PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerOneS6::test_power_plot PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerTwoS1::test_power PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerTwoS1::test_positional PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerTwoS1::test_roots PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerTwoS1::test_power_plot PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerTwoS2::test_power PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerTwoS2::test_positional PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerTwoS2::test_roots PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerTwoS2::test_power_plot PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerTwoS3::test_power PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerTwoS3::test_positional PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerTwoS3::test_roots PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerTwoS3::test_power_plot PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerTwoS4::test_power PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerTwoS4::test_positional PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerTwoS4::test_roots PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerTwoS4::test_power_plot PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerTwoS5::test_power PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerTwoS5::test_positional PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerTwoS5::test_roots PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerTwoS5::test_power_plot PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerTwoS6::test_power PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerTwoS6::test_positional PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerTwoS6::test_roots PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestTTPowerTwoS6::test_power_plot PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::test_normal_power_explicit PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestNormalIndPower1::test_power PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestNormalIndPower1::test_positional PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestNormalIndPower1::test_roots PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestNormalIndPower1::test_power_plot PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestNormalIndPower2::test_power PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestNormalIndPower2::test_positional PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestNormalIndPower2::test_roots PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestNormalIndPower2::test_power_plot PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestNormalIndPower_onesamp1::test_power PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestNormalIndPower_onesamp1::test_positional PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestNormalIndPower_onesamp1::test_roots PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestNormalIndPower_onesamp1::test_power_plot PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestNormalIndPower_onesamp2::test_power PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestNormalIndPower_onesamp2::test_positional PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestNormalIndPower_onesamp2::test_roots PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestNormalIndPower_onesamp2::test_power_plot PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestChisquarePower::test_power PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestChisquarePower::test_roots PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestChisquarePower::test_power_plot PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestChisquarePower::test_positional PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::test_ftest_power PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestFtestAnovaPower::test_power PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestFtestAnovaPower::test_positional PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestFtestAnovaPower::test_roots PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestFtestAnovaPower::test_power_plot PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestFtestPower::test_power PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestFtestPower::test_positional PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestFtestPower::test_roots PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::TestFtestPower::test_power_plot SKIPPED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::test_power_solver PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_power.py::test_power_solver_warn XFAIL [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_proportion.py::test_confint_proportion PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_proportion.py::test_confint_proportion_ndim[agresti_coull] PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_proportion.py::test_confint_proportion_ndim[normal] PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_proportion.py::test_confint_proportion_ndim[beta] PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_proportion.py::test_confint_proportion_ndim[wilson] PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_proportion.py::test_confint_proportion_ndim[jeffreys] PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_proportion.py::test_samplesize_confidenceinterval_prop PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_proportion.py::test_proportion_effect_size PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_proportion.py::test_confint_multinomial_proportions PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_proportion.py::test_multinomial_proportions_errors PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_proportion.py::test_confint_multinomial_proportions_zeros PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_proportion.py::TestProportion::test_proptest PASSED [ 33%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_proportion.py::TestProportion::test_pairwiseproptest PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_proportion.py::TestProportion::test_number_pairs_1493 PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_proportion.py::TestProportion::test_default_values PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_proportion.py::TestProportion::test_scalar PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_proportion.py::test_binom_test PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_proportion.py::test_binom_rejection_interval PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_proportion.py::test_binom_tost PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_proportion.py::test_power_binom_tost PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_proportion.py::test_power_ztost_prop PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_proportion.py::test_ztost PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_proportion.py::test_power_ztost_prop_norm PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_proportion.py::test_proportion_ztests PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_proportion.py::test_confint_2indep PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_proportion.py::test_confint_2indep_propcis PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_proportion.py::test_score_test_2indep PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_proportion.py::test_test_2indep PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_proportion.py::test_equivalence_2indep PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_proportion.py::test_score_confint_koopman_nam PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_proportion.py::test_power_2indep PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_qsturng.py::test_qstrung[k0-0.01] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_qsturng.py::test_qstrung[k0-0.05] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_qsturng.py::test_qstrung[k1-0.01] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_qsturng.py::test_qstrung[k1-0.05] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_qsturng.py::test_qstrung[k2-0.01] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_qsturng.py::test_qstrung[k2-0.05] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_qsturng.py::test_qstrung[k3-0.01] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_qsturng.py::test_qstrung[k3-0.05] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_qsturng.py::test_qstrung[k4-0.01] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_qsturng.py::test_qstrung[k4-0.05] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_qsturng.py::test_qstrung[k5-0.01] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_qsturng.py::test_qstrung[k5-0.05] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_qsturng.py::test_qstrung[k6-0.01] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_qsturng.py::test_qstrung[k6-0.05] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_qsturng.py::test_qstrung[k7-0.01] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_qsturng.py::test_qstrung[k7-0.05] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_qsturng.py::test_qstrung[k8-0.01] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_qsturng.py::test_qstrung[k8-0.05] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_rates_poisson.py::test_twosample_poisson PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_rates_poisson.py::test_twosample_poisson_r PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_rates_poisson.py::test_tost_poisson PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_rates_poisson.py::test_alternative[case0] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_rates_poisson.py::test_alternative[case1] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_rates_poisson.py::test_alternative[case2] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_rates_poisson.py::test_alternative[case3] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_rates_poisson.py::test_alternative[case4] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_rates_poisson.py::test_alternative[case5] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_rates_poisson.py::test_alternative[case6] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_rates_poisson.py::test_alternative[case7] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_rates_poisson.py::test_alternative[case8] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_rates_poisson.py::test_alternative[case9] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_rates_poisson.py::test_alternative[case10] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_rates_poisson.py::test_alternative[case11] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_rates_poisson.py::test_alternative[case12] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_rates_poisson.py::test_alternative[case13] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_rates_poisson.py::test_alternative[case14] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_rates_poisson.py::test_alternative[case15] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_rates_poisson.py::test_alternative[case16] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_rates_poisson.py::test_alternative[case17] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_rates_poisson.py::test_alternative[case18] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_rates_poisson.py::test_alternative[case19] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_rates_poisson.py::test_alternative[case20] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_regularized_covariance.py::test_calc_nodewise_row PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_regularized_covariance.py::test_calc_nodewise_weight PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_regularized_covariance.py::test_calc_approx_inv_cov PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_regularized_covariance.py::test_fit PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_robust_compare.py::Test_Trim::test_trimboth PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_robust_compare.py::Test_Trim::test_trim_mean PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_robust_compare.py::TestTrimmedR1::test_basic PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_robust_compare.py::TestTrimmedR1::test_inference PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_robust_compare.py::TestTrimmedR1::test_other PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_robust_compare.py::TestTrimmedR1::test_vectorized[0] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_robust_compare.py::TestTrimmedR1::test_vectorized[1] PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_robust_compare.py::TestTrimmedRAnova::test_oneway PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_sandwich.py::test_cov_cluster_2groups PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_sandwich.py::test_hac_simple PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_statstools.py::test_durbin_watson PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_statstools.py::test_omni_normtest PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_statstools.py::test_omni_normtest_axis PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_statstools.py::test_jarque_bera PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_statstools.py::test_shapiro PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_statstools.py::test_adnorm PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_statstools.py::test_durbin_watson_pandas PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_statstools.py::TestStattools::test_medcouple_no_axis PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_statstools.py::TestStattools::test_medcouple_1d PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_statstools.py::TestStattools::test_medcouple_symmetric PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_statstools.py::TestStattools::test_medcouple_nonzero PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_statstools.py::TestStattools::test_medcouple_int PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_statstools.py::TestStattools::test_medcouple_symmetry PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_statstools.py::TestStattools::test_medcouple_ties PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_statstools.py::TestStattools::test_durbin_watson PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_statstools.py::TestStattools::test_durbin_watson_2d PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_statstools.py::TestStattools::test_durbin_watson_3d PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_statstools.py::TestStattools::test_robust_skewness_1d PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_statstools.py::TestStattools::test_robust_skewness_1d_2d PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_statstools.py::TestStattools::test_robust_skewness_symmetric PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_statstools.py::TestStattools::test_robust_skewness_3d PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_statstools.py::TestStattools::test_robust_skewness_4 PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_statstools.py::TestStattools::test_robust_kurtosis_1d_2d PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_statstools.py::TestStattools::test_robust_kurtosis PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_statstools.py::TestStattools::test_robust_kurtosis_3d PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_statstools.py::TestStattools::test_robust_kurtosis_excess_false PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_statstools.py::TestStattools::test_robust_kurtosis_ab PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_statstools.py::TestStattools::test_robust_kurtosis_dg PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_tabledist.py::test_tabledist PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_tost.py::TestTostp1::test_pval PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_tost.py::TestTostp1::test_special PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_tost.py::TestTostp2::test_pval PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_tost.py::TestTosti1::test_pval PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_tost.py::TestTosti2::test_pval PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_tost.py::TestTostip1::test_pval PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_tost.py::TestTostip2::test_pval PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_tost.py::test_tost_log PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_tost.py::test_tost_asym PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_tost.py::test_ttest PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_tost.py::test_tost_transform_paired XFAIL [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestSim1::test_mean PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestSim1::test_sum PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestSim1::test_var PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestSim1::test_std PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestSim1::test_sem PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestSim1::test_quantiles PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestSim1t::test_mean PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestSim1t::test_sum PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestSim1t::test_var PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestSim1t::test_std PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestSim1t::test_sem PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestSim1t::test_quantiles PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestSim1n::test_mean PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestSim1n::test_sum PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestSim1n::test_var PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestSim1n::test_std PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestSim1n::test_sem PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestSim1n::test_quantiles PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestSim2::test_mean PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestSim2::test_sum PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestSim2::test_var PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestSim2::test_std PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestSim2::test_sem PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestSim2::test_quantiles PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestWeightstats::test_weightstats_1 PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestWeightstats::test_weightstats_2 PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestWeightstats::test_weightstats_3 PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestWeightstats::test_weightstats_ddof_tests PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestWeightstats::test_comparemeans_convenient_interface PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestWeightstats::test_comparemeans_convenient_interface_1d PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestWeightstats1d_ddof::test_basic PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestWeightstats1d_ddof::test_ttest PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestWeightstats1d_ddof::test_ttest_2sample PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestWeightstats1d_ddof::test_confint_mean PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestWeightstats2d::test_basic PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestWeightstats2d::test_ttest PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestWeightstats2d::test_ttest_2sample PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestWeightstats2d::test_confint_mean PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestWeightstats2d::test_corr PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestWeightstats2d_ddof::test_basic PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestWeightstats2d_ddof::test_ttest PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestWeightstats2d_ddof::test_ttest_2sample PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestWeightstats2d_ddof::test_confint_mean PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestWeightstats2d_ddof::test_corr PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestWeightstats2d_nobs::test_basic PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestWeightstats2d_nobs::test_ttest PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestWeightstats2d_nobs::test_ttest_2sample PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestWeightstats2d_nobs::test_confint_mean PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestWeightstats2d_nobs::test_corr PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::test_ttest_ind_with_uneq_var PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::test_ztest_ztost PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::TestZTest::test PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::test_weightstats_len_1 PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::test_weightstats_2d_w1 PASSED [ 34%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/tests/test_weightstats.py::test_weightstats_2d_w2 PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tests/test_package.py::test_lazy_imports PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tests/test_package.py::test_docstring_optimization_compat PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_catadd.py::test_add_indep PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_data.py::test_missing_data_pandas PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_data.py::test_dataframe PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_data.py::test_patsy_577 PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_decorators.py::test_cache_readonly PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_decorators.py::test_deprecated_alias[test message-None-FutureWarning] PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_decorators.py::test_deprecated_alias[test message-None-UserWarning] PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_decorators.py::test_deprecated_alias[test message-0.11-FutureWarning] PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_decorators.py::test_deprecated_alias[test message-0.11-UserWarning] PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_decorators.py::test_deprecated_alias[None-None-FutureWarning] PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_decorators.py::test_deprecated_alias[None-None-UserWarning] PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_decorators.py::test_deprecated_alias[None-0.11-FutureWarning] PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_decorators.py::test_deprecated_alias[None-0.11-UserWarning] PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_docstring.py::test_remove_parameter PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_docstring.py::test_insert_parameters PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_docstring.py::test_set_unknown PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_docstring.py::test_replace_block PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_docstring.py::test_repeat PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_docstring.py::test_bad PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_docstring.py::test_empty_ds PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_docstring.py::test_yield_return PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_docstring.py::test_multiple_sig PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_eval_measures.py::test_eval_measures PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_eval_measures.py::test_ic_equivalence[aic-aic_sigma] PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_eval_measures.py::test_ic_equivalence[aicc-aicc_sigma] PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_eval_measures.py::test_ic_equivalence[bic-bic_sigma] PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_eval_measures.py::test_ic_equivalence[hqic-hqic_sigma] PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_eval_measures.py::test_ic PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_eval_measures.py::test_iqr_axis PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_grouputils.py::TestMultiIndexGrouping::test_reindex PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_grouputils.py::TestMultiIndexGrouping::test_count_categories PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_grouputils.py::TestMultiIndexGrouping::test_sort PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_grouputils.py::TestMultiIndexGrouping::test_transform_dataframe PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_grouputils.py::TestMultiIndexGrouping::test_transform_array PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_grouputils.py::TestMultiIndexGrouping::test_transform_slices PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_grouputils.py::TestMultiIndexGrouping::test_dummies_groups PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_grouputils.py::TestMultiIndexGrouping::test_dummy_sparse PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_grouputils.py::TestIndexGrouping::test_reindex PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_grouputils.py::TestIndexGrouping::test_count_categories PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_grouputils.py::TestIndexGrouping::test_sort PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_grouputils.py::TestIndexGrouping::test_transform_dataframe PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_grouputils.py::TestIndexGrouping::test_transform_array PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_grouputils.py::TestIndexGrouping::test_transform_slices PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_grouputils.py::TestIndexGrouping::test_dummies_groups PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_grouputils.py::TestIndexGrouping::test_dummy_sparse PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_grouputils.py::test_init_api PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_grouputils.py::test_combine_indices PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_grouputils.py::test_group_sums PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_grouputils.py::test_group_class PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_grouputils.py::test_dummy_sparse PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_linalg.py::test_stationary_solve_1d PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_linalg.py::test_stationary_solve_2d PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_numdiff.py::TestGradMNLogit::test_score PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_numdiff.py::TestGradMNLogit::test_hess PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_numdiff.py::TestGradLogit::test_score PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_numdiff.py::TestGradLogit::test_hess PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_numdiff.py::TestDerivativeFun::test_grad_fun1_fd PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_numdiff.py::TestDerivativeFun::test_grad_fun1_fdc PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_numdiff.py::TestDerivativeFun::test_grad_fun1_cs PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_numdiff.py::TestDerivativeFun::test_hess_fun1_fd PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_numdiff.py::TestDerivativeFun::test_hess_fun1_cs PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_numdiff.py::TestDerivativeFun2::test_grad_fun1_fd PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_numdiff.py::TestDerivativeFun2::test_grad_fun1_fdc PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_numdiff.py::TestDerivativeFun2::test_grad_fun1_cs PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_numdiff.py::TestDerivativeFun2::test_hess_fun1_fd PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_numdiff.py::TestDerivativeFun2::test_hess_fun1_cs PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_numdiff.py::TestDerivativeFun1::test_grad_fun1_fd PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_numdiff.py::TestDerivativeFun1::test_grad_fun1_fdc PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_numdiff.py::TestDerivativeFun1::test_grad_fun1_cs PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_numdiff.py::TestDerivativeFun1::test_hess_fun1_fd PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_numdiff.py::TestDerivativeFun1::test_hess_fun1_cs PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_numdiff.py::test_dtypes PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_numdiff.py::test_vectorized PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_parallel.py::test_parallel PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_rootfinding.py::test_brentq_expanding PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_sequences.py::test_discrepancy PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_sequences.py::test_van_der_corput PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_sequences.py::test_primes PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_sequences.py::test_halton PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_testing.py::test_bad_table PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_testing.py::test_holder PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestTools::test_add_constant_list PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestTools::test_add_constant_1d PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestTools::test_add_constant_has_constant1d PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestTools::test_add_constant_has_constant2d PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestTools::test_add_constant_series PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestTools::test_add_constant_dataframe PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestTools::test_add_constant_zeros PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestTools::test_recipr PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestTools::test_recipr0 PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestTools::test_extendedpinv PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestTools::test_extendedpinv_singular PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestTools::test_fullrank PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::test_estimable PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestCategoricalNumerical::test_array2d PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestCategoricalNumerical::test_array1d PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestCategoricalNumerical::test_array1d_col_error PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestCategoricalNumerical::test_array2d_drop PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestCategoricalNumerical::test_array1d_drop PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestCategoricalNumerical::test_arraylike2d SKIPPED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestCategoricalNumerical::test_arraylike1d SKIPPED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestCategoricalNumerical::test_arraylike2d_drop SKIPPED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestCategoricalNumerical::test_arraylike1d_drop SKIPPED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestCategoricalString::test_array1d_col_error PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestCategoricalString::test_array2d SKIPPED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestCategoricalString::test_array1d SKIPPED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestCategoricalString::test_array2d_drop SKIPPED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestCategoricalString::test_array1d_drop PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestCategoricalString::test_arraylike2d SKIPPED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestCategoricalString::test_arraylike1d SKIPPED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestCategoricalString::test_arraylike2d_drop SKIPPED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestCategoricalString::test_arraylike1d_drop SKIPPED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::test_pandas_const_series PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::test_pandas_const_series_prepend PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::test_pandas_const_df PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::test_pandas_const_df_prepend PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestNanDot::test_11 PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestNanDot::test_12 PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestNanDot::test_13 PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestNanDot::test_14 PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestNanDot::test_41 PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestNanDot::test_23 PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestNanDot::test_32 PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestNanDot::test_24 PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestNanDot::test_25 PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestNanDot::test_66 PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestEnsure2d::test_enfore_numpy PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestEnsure2d::test_pandas PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::TestEnsure2d::test_numpy PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::test_categorical_pandas_errors PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::test_categorical_series PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::test_categorical_dataframe PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_tools.py::test_categorical_errors PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_transform_model.py::test_standardize1 PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_transform_model.py::test_standardize_ols PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_web.py::TestWeb::test_string PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_web.py::TestWeb::test_function PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_web.py::TestWeb::test_nothing PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_web.py::TestWeb::test_errors PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::TestArrayLike::test_1d[True] PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::TestArrayLike::test_1d[False] PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::TestArrayLike::test_2d[True] PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::TestArrayLike::test_2d[False] PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::TestArrayLike::test_3d PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::TestArrayLike::test_right_squeeze_and_pad PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::TestArrayLike::test_contiguous PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::TestArrayLike::test_dtype PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::TestArrayLike::test_dot[True] XFAIL [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::TestArrayLike::test_dot[False] XFAIL [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::TestArrayLike::test_slice[True] PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::TestArrayLike::test_slice[False] PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_right_squeeze PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_wrap_pandas[True] PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_wrap_pandas[False] PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_wrap_pandas_append PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_wrap_pandas_append_non_string PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_optional_dict_like[dict] PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_optional_dict_like[OrderedDict] PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_optional_dict_like[CustomDict] PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_optional_dict_like[None] PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_optional_dict_like_error PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_string PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_optional_string PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_float_like[1.0] PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_float_like[1.1] PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_float_like[floating2] PASSED [ 35%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_float_like[floating3] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_float_like[(1.2+0j)] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_not_float_like[not_floating0] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_not_float_like[(1.2+1j)] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_not_float_like[True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_not_float_like[3.2] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_not_float_like[None] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_int_like[1.0] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_int_like[2] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_int_like[integer2] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_int_like[integer3] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_not_int_like[3.2] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_not_int_like[not_integer1] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_not_int_like[(3+2j)] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_not_int_like[(2.3+0j)] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_not_int_like[apple] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_not_int_like[(1+0j)] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_not_int_like[not_integer6] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_bool_like[True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_bool_like[False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_bool_like[1] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_bool_like[1.2] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_bool_like[a] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_bool_like[] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/validation/tests/test_validation.py::test_not_bool_like PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-n-True-None-True-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-n-True-None-False-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-c-True-None-False-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-c-True-None-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-c-True-None-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-c-True-None-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-c-True-2-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-c-False-2-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-c-False-2-True-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-n-False-2-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-ct-False-2-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-ct-False-2-True-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-ct-False-2-False-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-ct-False-2-True-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-ct-False-2-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-ct-False-2-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-ct-False-2-True-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-ct-False-2-False-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-ct-False-2-True-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-ct-False-2-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-ct-False-2-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-ct-False-2-True-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-ct-False-2-False-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-ct-False-2-True-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-ct-False-None-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-ct-False-None-True-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-ct-False-None-False-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-ct-False-None-True-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-ct-True-2-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-ct-True-2-True-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-ct-True-2-False-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-ct-True-2-True-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-ct-True-None-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-ct-True-None-True-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-ct-True-None-False-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-ct-True-None-True-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-c-False-2-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-c-False-2-True-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-n-False-2-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-n-False-2-True-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-c-False-2-False-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-c-False-2-True-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-n-False-2-False-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-n-False-2-True-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-c-False-None-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-c-False-None-True-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-n-False-None-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-n-False-None-True-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-c-False-None-False-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-c-False-None-True-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-n-False-None-False-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-n-False-None-True-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-c-True-2-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-c-True-2-True-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-n-True-2-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-n-True-2-True-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-c-True-2-False-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-c-True-2-True-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-n-True-2-False-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-n-True-2-True-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-c-True-None-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-c-True-None-True-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-n-True-None-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-n-True-None-True-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-c-True-None-False-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-c-True-None-True-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-n-True-None-False-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order2-n-True-None-True-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-ct-False-2-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-ct-False-2-True-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-ct-False-2-False-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-ct-False-2-True-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-ct-False-2-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-ct-False-2-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-ct-False-2-True-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-ct-False-2-False-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-ct-False-2-True-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-ct-False-None-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-ct-False-None-True-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-ct-False-None-False-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-ct-False-None-True-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-ct-True-2-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-ct-True-2-True-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-ct-True-2-False-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-ct-True-2-True-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-ct-True-None-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-ct-True-None-True-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-ct-True-None-False-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-ct-True-None-True-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-c-False-2-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-c-False-2-True-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-n-False-2-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-n-False-2-True-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-c-False-2-False-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-c-False-2-True-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-n-False-2-False-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-n-False-2-True-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-c-False-None-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-c-False-None-True-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-n-False-None-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-n-False-None-True-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-c-False-None-False-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-c-False-None-True-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-n-False-None-False-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-n-False-None-True-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-c-True-2-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-c-True-2-True-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-n-True-2-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-n-True-2-True-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-c-True-2-False-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-c-True-2-True-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-n-True-2-False-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-n-True-2-True-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-c-True-None-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-c-True-None-True-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-n-True-None-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-n-True-None-True-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-c-True-None-False-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-c-True-None-True-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-n-True-None-False-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order3-n-True-None-True-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-ct-False-2-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-ct-False-2-True-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-ct-False-2-False-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-ct-False-2-True-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-ct-False-2-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-ct-False-2-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-ct-False-2-True-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-ct-False-2-False-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-ct-False-2-True-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-ct-False-None-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-ct-False-None-True-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-ct-False-None-False-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-ct-False-None-True-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-ct-True-2-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-ct-True-2-True-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-ct-True-2-False-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-ct-True-2-True-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-ct-True-None-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-ct-True-None-True-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-ct-True-None-False-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-ct-True-None-True-True] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-c-False-2-False-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-c-False-2-True-False] PASSED [ 36%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-n-False-2-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-n-False-2-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-c-False-2-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-c-False-2-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-n-False-2-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-n-False-2-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-c-False-None-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-c-False-None-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-n-False-None-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-n-False-None-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-c-False-None-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-c-False-None-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-n-False-None-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-n-False-None-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-c-True-2-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-c-True-2-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-n-True-2-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-n-True-2-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-c-True-2-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-c-True-2-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-n-True-2-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-n-True-2-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-c-True-None-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-c-True-None-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-n-True-None-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-n-True-None-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-c-True-None-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-c-True-None-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-n-True-None-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order3-n-True-None-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-ct-False-2-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-ct-False-2-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-ct-False-2-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-ct-False-2-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-ct-False-None-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-ct-False-None-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-ct-False-None-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-ct-False-None-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-ct-True-2-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-ct-True-2-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-ct-True-2-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-ct-True-2-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-ct-True-None-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-ct-True-None-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-ct-True-None-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-ct-True-None-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-c-False-2-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-c-False-2-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-n-False-2-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-n-False-2-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-c-False-2-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-c-False-2-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-n-False-2-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-n-False-2-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-c-False-None-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-c-False-None-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-n-False-None-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-n-False-None-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-c-False-None-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-c-False-None-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-n-False-None-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-n-False-None-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-c-True-2-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-c-True-2-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-n-True-2-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-n-True-2-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-c-True-2-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-c-True-2-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-n-True-2-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-n-True-2-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-c-True-None-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-c-True-None-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-n-True-None-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-n-True-None-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-c-True-None-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-c-True-None-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-n-True-None-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order2-n-True-None-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-ct-False-2-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-ct-False-2-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-ct-False-2-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-ct-False-2-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-ct-False-2-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-ct-False-2-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-ct-False-2-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-ct-False-2-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-ct-False-None-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-ct-False-None-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-ct-False-None-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-ct-False-None-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-ct-False-None-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-ct-False-None-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-ct-False-None-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-ct-False-None-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-ct-True-2-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-ct-True-2-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-ct-True-2-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-ct-True-2-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-ct-True-2-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-ct-True-2-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-ct-True-2-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-ct-True-2-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-ct-True-None-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-ct-True-None-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-ct-True-None-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-ct-True-None-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-ct-True-None-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-ct-True-None-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-ct-True-None-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-ct-True-None-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-c-False-2-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-c-False-2-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-n-False-2-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-n-False-2-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-c-False-2-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-c-False-2-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-n-False-2-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-n-False-2-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-c-False-2-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-c-False-2-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-n-False-2-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-n-False-2-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-c-False-2-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-c-False-2-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-n-False-2-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-n-False-2-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-c-False-None-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-c-False-None-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-n-False-None-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-n-False-None-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-c-False-None-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-c-False-None-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-n-False-None-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-n-False-None-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-c-False-None-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-c-False-None-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-n-False-None-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-n-False-None-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-c-False-None-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-c-False-None-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-n-False-None-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-n-False-None-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-c-True-2-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-c-True-2-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-n-True-2-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-n-True-2-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-c-True-2-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-c-True-2-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-n-True-2-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-n-True-2-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-c-True-2-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-c-True-2-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-n-True-2-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-n-True-2-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-c-True-2-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-c-True-2-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-n-True-2-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-n-True-2-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-c-True-None-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-c-True-None-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-n-True-None-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-n-True-None-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-c-True-None-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-c-True-None-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-n-True-None-False-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-order1-n-True-None-True-True] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-c-True-None-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-c-True-None-True-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-n-True-None-False-False] PASSED [ 37%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-n-True-None-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-c-True-None-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-c-True-None-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-n-True-None-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[lags3-2-n-True-None-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-ct-False-2-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-ct-False-2-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-ct-False-2-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-ct-False-None-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-ct-False-None-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-ct-False-None-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-ct-False-None-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-ct-False-None-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-ct-False-None-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-ct-False-None-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-ct-False-None-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-ct-True-2-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-ct-True-2-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-ct-True-2-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-ct-True-2-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-ct-True-2-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-ct-True-2-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-ct-True-2-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-ct-True-2-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-ct-True-None-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-ct-True-None-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-ct-True-None-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-ct-True-None-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-ct-True-None-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-ct-True-None-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-ct-True-None-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-ct-True-None-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-c-False-2-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-c-False-2-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-n-False-2-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-n-False-2-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-c-False-2-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-c-False-2-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-n-False-2-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-n-False-2-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-c-False-2-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-c-False-2-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-n-False-2-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-n-False-2-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-c-False-2-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-c-False-2-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-n-False-2-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-n-False-2-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-c-False-None-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-c-False-None-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-n-False-None-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-n-False-None-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-c-False-None-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-c-False-None-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-n-False-None-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-n-False-None-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-c-False-None-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-c-False-None-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-n-False-None-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-n-False-None-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-c-False-None-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-c-False-None-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-n-False-None-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-n-False-None-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-c-True-2-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-c-True-2-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-n-True-2-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-n-True-2-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-c-True-2-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-c-True-2-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-n-True-2-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-n-True-2-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-c-True-2-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-c-True-2-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-n-True-2-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-n-True-2-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-c-True-2-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-c-True-2-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-n-True-2-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-n-True-2-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-c-True-None-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-c-True-None-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-n-True-None-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-n-True-None-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-c-True-None-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-c-True-None-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-n-True-None-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order3-n-True-None-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-c-True-None-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-c-True-None-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-n-True-None-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-n-True-None-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-c-True-None-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-c-True-None-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-n-True-None-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order3-n-True-None-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-ct-False-2-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-ct-False-2-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-ct-False-2-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-ct-False-None-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-ct-False-None-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-ct-False-None-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-ct-False-None-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-ct-False-None-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-ct-False-None-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-ct-False-None-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-ct-False-None-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-ct-True-2-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-ct-True-2-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-ct-True-2-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-ct-True-2-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-ct-True-2-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-ct-True-2-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-ct-True-2-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-ct-True-2-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-ct-True-None-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-ct-True-None-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-ct-True-None-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-ct-True-None-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-ct-True-None-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-ct-True-None-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-ct-True-None-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-ct-True-None-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-c-False-2-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-c-False-2-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-n-False-2-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-n-False-2-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-c-False-2-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-c-False-2-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-n-False-2-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-n-False-2-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-c-False-2-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-c-False-2-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-n-False-2-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-n-False-2-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-c-False-2-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-c-False-2-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-n-False-2-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-n-False-2-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-c-False-None-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-c-False-None-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-n-False-None-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-n-False-None-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-c-False-None-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-c-False-None-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-n-False-None-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-n-False-None-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-c-False-None-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-c-False-None-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-n-False-None-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-n-False-None-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-c-False-None-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-c-False-None-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-n-False-None-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-n-False-None-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-c-True-2-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-c-True-2-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-n-True-2-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-n-True-2-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-c-True-2-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-c-True-2-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-n-True-2-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-n-True-2-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-c-True-2-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-c-True-2-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-n-True-2-False-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-n-True-2-True-False] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-c-True-2-False-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-c-True-2-True-True] PASSED [ 38%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-n-True-2-False-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-n-True-2-True-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-c-True-None-False-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-c-True-None-True-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-n-True-None-False-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-n-True-None-True-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-c-True-None-False-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-c-True-None-True-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-n-True-None-False-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-order1-n-True-None-True-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-c-True-None-False-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-c-True-None-True-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-n-True-None-False-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-n-True-None-True-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-c-True-None-False-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-c-True-None-True-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-n-True-None-False-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[3-2-n-True-None-True-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-ct-False-2-True-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-ct-False-2-False-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-ct-False-2-True-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-ct-False-None-False-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-ct-False-None-True-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-ct-False-None-False-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-ct-False-None-True-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-ct-False-None-False-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-ct-False-None-True-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-ct-False-None-False-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-ct-False-None-True-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-ct-True-2-False-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-ct-True-2-True-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-ct-True-2-False-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-ct-True-2-True-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-ct-True-2-False-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-ct-True-2-True-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-ct-True-2-False-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-ct-True-2-True-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-ct-True-None-False-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-ct-True-None-True-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-ct-True-None-False-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-ct-True-None-True-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-ct-True-None-False-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-ct-True-None-True-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-ct-True-None-False-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-ct-True-None-True-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-c-False-2-False-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-c-False-2-True-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-n-False-2-False-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-n-False-2-True-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-c-False-2-False-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-c-False-2-True-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-n-False-2-False-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-n-False-2-True-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-c-False-2-False-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-c-False-2-True-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-n-False-2-False-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-n-False-2-True-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-c-False-2-False-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-c-False-2-True-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-n-False-2-False-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-n-False-2-True-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-c-False-None-False-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-c-False-None-True-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-n-False-None-False-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-n-False-None-True-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-c-False-None-False-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-c-False-None-True-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-n-False-None-False-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-n-False-None-True-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-c-False-None-False-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-c-False-None-True-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-n-False-None-False-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-n-False-None-True-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-c-False-None-False-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-c-False-None-True-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-n-False-None-False-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-n-False-None-True-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-c-True-2-False-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-c-True-2-True-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-n-True-2-False-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-n-True-2-True-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-c-True-2-False-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-c-True-2-True-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-n-True-2-False-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-n-True-2-True-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-c-True-2-False-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-c-True-2-True-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-n-True-2-False-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-n-True-2-True-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-c-True-2-False-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-c-True-2-True-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-n-True-2-False-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-n-True-2-True-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-c-True-None-False-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-c-True-None-True-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-n-True-None-False-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-n-True-None-True-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-c-True-None-False-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-c-True-None-True-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-n-True-None-False-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order2-n-True-None-True-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-c-True-None-False-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-c-True-None-True-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-n-True-None-False-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-n-True-None-True-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-c-True-None-False-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-c-True-None-True-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-n-True-None-False-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order2-n-True-None-True-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-ct-False-2-True-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-ct-False-2-False-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-ct-False-2-True-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-ct-False-2-False-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-ct-False-2-True-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-ct-False-2-False-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-ct-False-2-True-True] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-ct-False-2-False-False] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-ct-False-2-False-False-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-ct-False-2-True-False-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-ct-False-2-False-True-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-ct-False-2-True-True-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-ct-False-None-False-False-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-ct-False-None-True-False-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-ct-False-None-False-True-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-ct-False-None-True-True-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-ct-True-2-False-False-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-ct-True-2-True-False-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-ct-True-2-False-True-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-ct-True-2-True-True-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-ct-True-None-False-False-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-ct-True-None-True-False-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-ct-True-None-False-True-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-ct-True-None-True-True-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-c-False-2-False-False-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-c-False-2-True-False-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-n-False-2-False-False-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-n-False-2-True-False-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-c-False-2-False-True-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-c-False-2-True-True-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-n-False-2-False-True-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-n-False-2-True-True-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-c-False-None-False-False-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-c-False-None-True-False-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-n-False-None-False-False-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-n-False-None-True-False-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-c-False-None-False-True-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-c-False-None-True-True-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-n-False-None-False-True-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-n-False-None-True-True-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-c-True-2-False-False-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-c-True-2-True-False-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-n-True-2-False-False-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-n-True-2-True-False-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-c-True-2-False-True-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-c-True-2-True-True-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-n-True-2-False-True-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-n-True-2-True-True-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-c-True-None-False-False-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-c-True-None-True-False-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-n-True-None-False-False-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-n-True-None-True-False-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-c-True-None-False-True-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-c-True-None-True-True-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-n-True-None-False-True-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-n-True-None-True-True-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-ct-False-2-False-False-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-ct-False-2-True-False-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-ct-False-2-False-True-None] PASSED [ 39%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-ct-False-2-True-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-ct-False-None-False-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-ct-False-None-True-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-ct-False-None-False-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-ct-False-None-True-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-ct-True-2-False-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-ct-True-2-True-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-ct-True-2-False-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-ct-True-2-True-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-ct-True-None-False-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-ct-True-None-True-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-ct-True-None-False-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-ct-True-None-True-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-c-False-2-False-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-c-False-2-True-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-n-False-2-False-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-n-False-2-True-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-c-False-2-False-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-c-False-2-True-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-n-False-2-False-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-n-False-2-True-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-c-False-None-False-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-c-False-None-True-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-n-False-None-False-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-n-False-None-True-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-c-False-None-False-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-c-False-None-True-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-n-False-None-False-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-n-False-None-True-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-c-True-2-False-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-c-True-2-True-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-n-True-2-False-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-n-True-2-True-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-c-True-2-False-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-c-True-2-True-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-n-True-2-False-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-n-True-2-True-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-c-True-None-False-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-c-True-None-True-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-n-True-None-False-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-n-True-None-True-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-c-True-None-False-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-c-True-None-True-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-n-True-None-False-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-n-True-None-True-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-ct-False-2-False-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-ct-False-2-True-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-ct-False-2-False-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-ct-False-2-True-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-ct-False-None-False-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-ct-False-None-True-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-ct-False-None-False-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-ct-False-None-True-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-ct-True-2-False-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-ct-True-2-True-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-ct-True-2-False-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-ct-True-2-True-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-ct-True-None-False-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-ct-True-None-True-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-ct-True-None-False-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-ct-True-None-True-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-c-False-2-False-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-c-False-2-True-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-n-False-2-False-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-n-False-2-True-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-c-False-2-False-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-c-False-2-True-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-n-False-2-False-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-n-False-2-True-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-c-False-None-False-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-c-False-None-True-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-n-False-None-False-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-n-False-None-True-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-c-False-None-False-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-c-False-None-True-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-n-False-None-False-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-n-False-None-True-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-c-True-2-False-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-c-True-2-True-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-n-True-2-False-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-n-True-2-True-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-c-True-2-False-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-c-True-2-True-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-n-True-2-False-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-n-True-2-True-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-c-True-None-False-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-c-True-None-True-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-n-True-None-False-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-n-True-None-True-False-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-c-True-None-False-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-c-True-None-True-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-n-True-None-False-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-n-True-None-True-True-None] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-ct-False-2-False-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-ct-False-2-True-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-ct-False-2-False-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-ct-False-2-True-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-ct-False-None-False-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-ct-False-None-True-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-ct-False-None-False-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-ct-False-None-True-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-ct-True-2-False-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-ct-True-2-True-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-ct-True-2-False-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-ct-True-2-True-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-ct-True-None-False-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-ct-True-None-True-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-ct-True-None-False-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-ct-True-None-True-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-c-False-2-False-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-c-False-2-True-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-n-False-2-False-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-n-False-2-True-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-c-False-2-False-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-c-False-2-True-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-n-False-2-False-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-n-False-2-True-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-c-False-None-False-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-c-False-None-True-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-n-False-None-False-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-n-False-None-True-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-c-False-None-False-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-c-False-None-True-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-n-False-None-False-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-n-False-None-True-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-c-True-2-False-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-c-True-2-True-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-n-True-2-False-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-n-True-2-True-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-c-True-2-False-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-c-True-2-True-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-n-True-2-False-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-n-True-2-True-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-c-True-None-False-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-c-True-None-True-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-n-True-None-False-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-n-True-None-True-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-c-True-None-False-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-c-True-None-True-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-n-True-None-False-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-maxorder1-n-True-None-True-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-ct-False-2-False-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-ct-False-2-True-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-ct-False-2-False-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-ct-False-2-True-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-ct-False-None-False-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-ct-False-None-True-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-ct-False-None-False-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-ct-False-None-True-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-ct-True-2-False-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-ct-True-2-True-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-ct-True-2-False-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-ct-True-2-True-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-ct-True-None-False-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-ct-True-None-True-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-ct-True-None-False-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-ct-True-None-True-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-c-False-2-False-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-c-False-2-True-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-n-False-2-False-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-n-False-2-True-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-c-False-2-False-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-c-False-2-True-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-n-False-2-False-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-n-False-2-True-True-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-c-False-None-False-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-c-False-None-True-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-n-False-None-False-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-n-False-None-True-False-10] PASSED [ 40%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-c-False-None-False-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-c-False-None-True-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-n-False-None-False-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-n-False-None-True-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-c-True-2-False-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-c-True-2-True-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-n-True-2-False-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-n-True-2-True-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-c-True-2-False-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-c-True-2-True-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-n-True-2-False-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-n-True-2-True-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-c-True-None-False-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-c-True-None-True-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-n-True-None-False-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-n-True-None-True-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-c-True-None-False-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-c-True-None-True-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-n-True-None-False-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-n-True-None-True-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-ct-False-2-False-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-ct-False-2-True-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-ct-False-2-False-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-ct-False-2-True-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-ct-False-None-False-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-ct-False-None-True-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-ct-False-None-False-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-ct-False-None-True-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-ct-True-2-False-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-ct-True-2-True-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-ct-True-2-False-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-ct-True-2-True-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-ct-True-None-False-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-ct-True-None-True-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-ct-True-None-False-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-ct-True-None-True-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-c-False-2-False-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-c-False-2-True-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-n-False-2-False-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-n-False-2-True-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-c-False-2-False-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-c-False-2-True-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-n-False-2-False-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-n-False-2-True-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-c-False-None-False-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-c-False-None-True-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-n-False-None-False-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-n-False-None-True-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-c-False-None-False-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-c-False-None-True-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-n-False-None-False-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-n-False-None-True-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-c-True-2-False-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-c-True-2-True-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-n-True-2-False-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-n-True-2-True-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-c-True-2-False-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-c-True-2-True-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-n-True-2-False-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-n-True-2-True-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-c-True-None-False-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-c-True-None-True-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-n-True-None-False-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-n-True-None-True-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-c-True-None-False-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-c-True-None-True-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-n-True-None-False-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-maxorder1-n-True-None-True-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-ct-False-2-False-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-ct-False-2-True-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-ct-False-2-False-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-ct-False-2-True-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-ct-False-None-False-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-ct-False-None-True-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-ct-False-None-False-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-ct-False-None-True-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-ct-True-2-False-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-ct-True-2-True-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-ct-True-2-False-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-ct-True-2-True-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-ct-True-None-False-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-ct-True-None-True-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-ct-True-None-False-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-ct-True-None-True-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-c-False-2-False-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-c-False-2-True-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-n-False-2-False-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-n-False-2-True-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-c-False-2-False-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-c-False-2-True-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-n-False-2-False-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-n-False-2-True-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-c-False-None-False-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-c-False-None-True-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-n-False-None-False-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-n-False-None-True-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-c-False-None-False-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-c-False-None-True-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-n-False-None-False-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-n-False-None-True-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-c-True-2-False-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-c-True-2-True-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-n-True-2-False-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-n-True-2-True-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-c-True-2-False-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-c-True-2-True-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-n-True-2-False-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-n-True-2-True-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-c-True-None-False-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-c-True-None-True-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-n-True-None-False-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-n-True-None-True-False-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-c-True-None-False-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-c-True-None-True-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-n-True-None-False-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[0-2-n-True-None-True-True-10] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-ct-False-2-False-False-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-ct-False-2-True-False-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-ct-False-2-False-True-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-ct-False-2-True-True-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-ct-False-None-False-False-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-ct-False-None-True-False-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-ct-False-None-False-True-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-ct-False-None-True-True-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-ct-True-2-False-False-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-ct-True-2-True-False-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-ct-True-2-False-True-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-ct-True-2-True-True-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-ct-True-None-False-False-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-ct-True-None-True-False-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-ct-True-None-False-True-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-ct-True-None-True-True-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-c-False-2-False-False-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-c-False-2-True-False-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-n-False-2-False-False-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-n-False-2-True-False-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-c-False-2-False-True-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-c-False-2-True-True-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-n-False-2-False-True-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-n-False-2-True-True-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-c-False-None-False-False-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-c-False-None-True-False-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-n-False-None-False-False-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-n-False-None-True-False-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-c-False-None-False-True-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-c-False-None-True-True-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-n-False-None-False-True-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-n-False-None-True-True-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-c-True-2-False-False-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-c-True-2-True-False-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-n-True-2-False-False-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-n-True-2-True-False-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-c-True-2-False-True-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-c-True-2-True-True-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-n-True-2-False-True-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-n-True-2-True-True-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-c-True-None-False-False-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-c-True-None-True-False-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-n-True-None-False-False-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-n-True-None-True-False-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-c-True-None-False-True-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-c-True-None-True-True-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-n-True-None-False-True-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_select_order[3-2-n-True-None-True-True-None] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-ct-False-2-False-False] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-ct-False-2-True-False] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-2-ct-False-2-False] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-ct-False-2-False-True] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-ct-False-2-True-True] PASSED [ 41%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-2-ct-False-2-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-ct-False-None-False-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-ct-False-None-True-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-2-ct-False-None-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-ct-False-None-False-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-ct-False-None-True-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-2-ct-False-None-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-ct-True-2-False-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-ct-True-2-True-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-2-ct-True-2-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-ct-True-2-False-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-ct-True-2-True-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-2-ct-True-2-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-ct-True-None-False-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-ct-True-None-True-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-2-ct-True-None-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-ct-True-None-False-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-ct-True-None-True-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-2-ct-True-None-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-c-False-2-False-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-c-False-2-True-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-2-c-False-2-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-n-False-2-False-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-n-False-2-True-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-2-n-False-2-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-c-False-2-False-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-c-False-2-True-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-2-c-False-2-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-n-False-2-False-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-n-False-2-True-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-2-n-False-2-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-c-False-None-False-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-c-False-None-True-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-2-c-False-None-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-n-False-None-False-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-n-False-None-True-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-2-n-False-None-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-c-False-None-False-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-c-False-None-True-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-2-c-False-None-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-n-False-None-False-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-n-False-None-True-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-2-n-False-None-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-c-True-2-False-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-c-True-2-True-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-2-c-True-2-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-n-True-2-False-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-n-True-2-True-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-2-n-True-2-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-c-True-2-False-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-c-True-2-True-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-2-c-True-2-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-n-True-2-False-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-n-True-2-True-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-2-n-True-2-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-c-True-None-False-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-c-True-None-True-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-2-c-True-None-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-n-True-None-False-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-n-True-None-True-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-2-n-True-None-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-c-True-None-False-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-c-True-None-True-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-2-c-True-None-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-n-True-None-False-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-2-n-True-None-True-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-2-n-True-None-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-ct-False-2-False-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-ct-False-2-True-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-uecm_order1-ct-False-2-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-ct-False-2-False-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-ct-False-2-True-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-uecm_order1-ct-False-2-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-ct-False-None-False-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-ct-False-None-True-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-uecm_order1-ct-False-None-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-ct-False-None-False-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-ct-False-None-True-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-uecm_order1-ct-False-None-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-ct-True-2-False-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-ct-True-2-True-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-uecm_order1-ct-True-2-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-ct-True-2-False-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-ct-True-2-True-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-uecm_order1-ct-True-2-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-ct-True-None-False-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-ct-True-None-True-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-uecm_order1-ct-True-None-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-ct-True-None-False-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-ct-True-None-True-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-uecm_order1-ct-True-None-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-c-False-2-False-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-c-False-2-True-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-uecm_order1-c-False-2-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-n-False-2-False-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-n-False-2-True-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-uecm_order1-n-False-2-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-c-False-2-False-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-c-False-2-True-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-uecm_order1-c-False-2-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-n-False-2-False-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-n-False-2-True-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-uecm_order1-n-False-2-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-c-False-None-False-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-c-False-None-True-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-uecm_order1-c-False-None-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-n-False-None-False-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-n-False-None-True-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-uecm_order1-n-False-None-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-c-False-None-False-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-c-False-None-True-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-uecm_order1-c-False-None-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-n-False-None-False-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-n-False-None-True-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-uecm_order1-n-False-None-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-c-True-2-False-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-c-True-2-True-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-uecm_order1-c-True-2-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-n-True-2-False-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-n-True-2-True-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-uecm_order1-n-True-2-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-c-True-2-False-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-c-True-2-True-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-uecm_order1-c-True-2-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-n-True-2-False-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-n-True-2-True-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-uecm_order1-n-True-2-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-c-True-None-False-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-c-True-None-True-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-uecm_order1-c-True-None-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-n-True-None-False-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-n-True-None-True-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-uecm_order1-n-True-None-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-c-True-None-False-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-c-True-None-True-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-uecm_order1-c-True-None-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-n-True-None-False-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[None-uecm_order1-n-True-None-True-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[None-uecm_order1-n-True-None-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-ct-False-2-False-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-ct-False-2-True-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-uecm_order1-ct-False-2-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-ct-False-2-False-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-ct-False-2-True-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-uecm_order1-ct-False-2-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-ct-False-None-False-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-ct-False-None-True-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-uecm_order1-ct-False-None-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-ct-False-None-False-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-ct-False-None-True-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-uecm_order1-ct-False-None-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-ct-True-2-False-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-ct-True-2-True-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-uecm_order1-ct-True-2-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-ct-True-2-False-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-ct-True-2-True-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-uecm_order1-ct-True-2-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-ct-True-None-False-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-ct-True-None-True-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-uecm_order1-ct-True-None-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-ct-True-None-False-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-ct-True-None-True-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-uecm_order1-ct-True-None-True] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-c-False-2-False-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-c-False-2-True-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-uecm_order1-c-False-2-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-n-False-2-False-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-n-False-2-True-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-uecm_order1-n-False-2-False] PASSED [ 42%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-c-False-2-False-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-c-False-2-True-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-uecm_order1-c-False-2-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-n-False-2-False-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-n-False-2-True-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-uecm_order1-n-False-2-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-c-False-None-False-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-c-False-None-True-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-uecm_order1-c-False-None-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-n-False-None-False-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-n-False-None-True-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-uecm_order1-n-False-None-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-c-False-None-False-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-c-False-None-True-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-uecm_order1-c-False-None-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-n-False-None-False-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-n-False-None-True-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-uecm_order1-n-False-None-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-c-True-2-False-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-c-True-2-True-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-uecm_order1-c-True-2-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-n-True-2-False-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-n-True-2-True-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-uecm_order1-n-True-2-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-c-True-2-False-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-c-True-2-True-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-uecm_order1-c-True-2-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-n-True-2-False-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-n-True-2-True-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-uecm_order1-n-True-2-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-c-True-None-False-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-c-True-None-True-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-uecm_order1-c-True-None-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-n-True-None-False-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-n-True-None-True-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-uecm_order1-n-True-None-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-c-True-None-False-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-c-True-None-True-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-uecm_order1-c-True-None-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-n-True-None-False-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-uecm_order1-n-True-None-True-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-uecm_order1-n-True-None-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-ct-False-2-False-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-ct-False-2-True-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-2-ct-False-2-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-ct-False-2-False-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-ct-False-2-True-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-2-ct-False-2-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-ct-False-None-False-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-ct-False-None-True-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-2-ct-False-None-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-ct-False-None-False-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-ct-False-None-True-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-2-ct-False-None-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-ct-True-2-False-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-ct-True-2-True-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-2-ct-True-2-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-ct-True-2-False-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-ct-True-2-True-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-2-ct-True-2-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-ct-True-None-False-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-ct-True-None-True-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-2-ct-True-None-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-ct-True-None-False-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-ct-True-None-True-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-2-ct-True-None-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-c-False-2-False-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-c-False-2-True-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-2-c-False-2-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-n-False-2-False-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-n-False-2-True-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-2-n-False-2-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-c-False-2-False-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-c-False-2-True-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-2-c-False-2-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-n-False-2-False-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-n-False-2-True-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-2-n-False-2-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-c-False-None-False-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-c-False-None-True-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-2-c-False-None-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-n-False-None-False-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-n-False-None-True-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-2-n-False-None-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-c-False-None-False-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-c-False-None-True-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-2-c-False-None-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-n-False-None-False-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-n-False-None-True-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-2-n-False-None-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-c-True-2-False-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-c-True-2-True-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-2-c-True-2-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-n-True-2-False-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-n-True-2-True-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-2-n-True-2-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-c-True-2-False-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-c-True-2-True-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-2-c-True-2-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-n-True-2-False-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-n-True-2-True-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-2-n-True-2-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-c-True-None-False-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-c-True-None-True-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-2-c-True-None-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-n-True-None-False-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-n-True-None-True-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-2-n-True-None-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-c-True-None-False-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-c-True-None-True-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-2-c-True-None-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-n-True-None-False-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_init[3-2-n-True-None-True-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_model_formula[3-2-n-True-None-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-ct-False-2-True-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-ct-False-2-False-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-ct-False-2-True-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-ct-False-None-False-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-ct-False-None-True-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-ct-False-None-False-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-ct-False-None-True-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-ct-False-None-False-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-ct-False-None-True-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-ct-False-None-False-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-ct-False-None-True-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-ct-False-None-False-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-ct-False-None-True-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-ct-False-None-False-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-ct-False-None-True-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-ct-False-None-False-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-ct-False-None-True-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-ct-False-None-False-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-ct-False-None-True-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-ct-True-2-False-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-ct-True-2-True-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-ct-True-2-False-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-ct-True-2-True-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-ct-True-2-False-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-ct-True-2-True-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-ct-True-2-False-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-ct-True-2-True-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-ct-True-2-False-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-ct-True-2-True-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-ct-True-2-False-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-ct-True-2-True-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-ct-True-2-False-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-ct-True-2-True-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-ct-True-2-False-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-ct-True-2-True-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-ct-True-None-False-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-ct-True-None-True-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-ct-True-None-False-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-ct-True-None-True-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-ct-True-None-False-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-ct-True-None-True-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-ct-True-None-False-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-ct-True-None-True-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-ct-True-None-False-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-ct-True-None-True-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-ct-True-None-False-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-ct-True-None-True-True] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-ct-True-None-False-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-ct-True-None-True-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg[ct-False] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[ct-False-20-None-None] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[ct-False-20-None-0] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[ct-False-20-None-2] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[ct-False-20-None-4] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[ct-False-20-20-None] PASSED [ 43%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[ct-False-20-20-0] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[ct-False-20-20-2] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[ct-False-20-20-4] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[ct-False-True-None-None] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[ct-False-True-None-0] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[ct-False-True-None-2] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[ct-False-True-None-4] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[ct-False-True-20-None] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[ct-False-True-20-0] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[ct-False-True-20-2] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[ct-False-True-20-4] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-ct-True-None-False-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-ct-True-None-True-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg[ct-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[ct-True-20-None-None] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[ct-True-20-None-0] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[ct-True-20-None-2] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[ct-True-20-None-4] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[ct-True-20-20-None] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[ct-True-20-20-0] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[ct-True-20-20-2] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[ct-True-20-20-4] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[ct-True-True-None-None] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[ct-True-True-None-0] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[ct-True-True-None-2] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[ct-True-True-None-4] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[ct-True-True-20-None] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[ct-True-True-20-0] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[ct-True-True-20-2] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[ct-True-True-20-4] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-n-False-2-True-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-c-False-2-False-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-c-False-2-True-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-n-False-2-False-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-n-False-2-True-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-c-False-2-False-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-c-False-2-True-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-n-False-2-False-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-n-False-2-True-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-c-False-2-False-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-c-False-2-True-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-n-False-2-False-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-n-False-2-True-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-c-False-2-False-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-c-False-2-True-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-n-False-2-False-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-n-False-2-True-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-c-False-2-False-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-c-False-2-True-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-n-False-2-False-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-n-False-2-True-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-c-False-2-False-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-c-False-2-True-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-n-False-2-False-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-n-False-2-True-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-c-False-2-False-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-c-False-2-True-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-n-False-2-False-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-n-False-2-True-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-c-False-None-False-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-c-False-None-True-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-n-False-None-False-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-n-False-None-True-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-c-False-None-False-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-c-False-None-True-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-n-False-None-False-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-n-False-None-True-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-c-False-None-False-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-c-False-None-True-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-n-False-None-False-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-n-False-None-True-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-c-False-None-False-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-c-False-None-True-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-n-False-None-False-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-n-False-None-True-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-c-False-None-False-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-c-False-None-True-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-n-False-None-False-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-n-False-None-True-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-c-False-None-False-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-c-False-None-True-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-n-False-None-False-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-n-False-None-True-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-c-False-None-False-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-c-False-None-True-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-n-False-None-False-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-n-False-None-True-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-c-False-None-False-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-c-False-None-True-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-n-False-None-False-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-n-False-None-True-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-c-True-2-True-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-n-True-2-False-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-n-True-2-True-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-c-True-2-False-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-c-True-2-True-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-n-True-2-False-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-n-True-2-True-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-c-True-2-False-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-c-True-2-True-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-n-True-2-False-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-n-True-2-True-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-c-True-2-False-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-c-True-2-True-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-n-True-2-False-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-n-True-2-True-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-c-True-2-False-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-c-True-2-True-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-n-True-2-False-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-n-True-2-True-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-c-True-2-False-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-c-True-2-True-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-n-True-2-False-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-n-True-2-True-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-c-True-2-False-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-c-True-2-True-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-n-True-2-False-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-n-True-2-True-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-c-True-2-False-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-c-True-2-True-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-n-True-2-False-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_prediction_exceptions[2-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-n-True-2-True-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_prediction_exceptions[2-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_prediction_replacements[2] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-c-True-None-True-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-n-True-None-False-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-n-True-None-True-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-c-True-None-False-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-c-True-None-True-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-n-True-None-False-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-order1-n-True-None-True-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-c-True-None-False-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-c-True-None-True-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-n-True-None-False-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-n-True-None-True-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-c-True-None-False-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-c-True-None-True-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-n-True-None-False-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[0-2-n-True-None-True-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-c-True-None-True-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-n-True-None-False-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-n-True-None-True-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-c-True-None-False-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-c-True-None-True-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-n-True-None-False-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-order1-n-True-None-True-True] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-c-True-None-True-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg[c-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[c-False-20-None-None] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[c-False-20-None-0] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[c-False-20-None-2] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[c-False-20-None-4] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[c-False-20-20-None] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[c-False-20-20-0] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[c-False-20-20-2] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[c-False-20-20-4] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[c-False-True-None-None] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[c-False-True-None-0] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[c-False-True-None-2] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[c-False-True-None-4] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[c-False-True-20-None] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[c-False-True-20-0] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[c-False-True-20-2] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[c-False-True-20-4] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-n-True-None-False-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-n-True-None-True-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg[n-False] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[n-False-20-None-None] PASSED [ 44%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[n-False-20-None-0] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[n-False-20-None-2] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[n-False-20-None-4] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[n-False-20-20-None] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[n-False-20-20-0] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[n-False-20-20-2] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[n-False-20-20-4] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[n-False-True-None-None] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[n-False-True-None-0] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[n-False-True-None-2] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[n-False-True-None-4] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[n-False-True-20-None] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[n-False-True-20-0] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[n-False-True-20-2] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[n-False-True-20-4] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_model_init[None-2-c-True-None-True-True] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg[c-True] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[c-True-20-None-None] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[c-True-20-None-0] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[c-True-20-None-2] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[c-True-20-None-4] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[c-True-20-20-None] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[c-True-20-20-0] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[c-True-20-20-2] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[c-True-20-20-4] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[c-True-True-None-None] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[c-True-True-None-0] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[c-True-True-None-2] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[c-True-True-None-4] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[c-True-True-20-None] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[c-True-True-20-0] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[c-True-True-20-2] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[c-True-True-20-4] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_prediction_exceptions[None-False] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_prediction_exceptions[None-True] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_prediction_replacements[None] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg[n-True] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[n-True-20-None-None] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[n-True-20-None-0] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[n-True-20-None-2] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[n-True-20-None-4] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[n-True-20-20-None] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[n-True-20-20-0] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[n-True-20-20-2] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[n-True-20-20-4] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[n-True-True-None-None] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[n-True-True-None-0] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[n-True-True-None-2] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[n-True-True-None-4] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[n-True-True-20-None] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[n-True-True-20-0] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[n-True-True-20-2] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_against_autoreg_predict_start_end[n-True-True-20-4] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_order_exceptions PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_order_keys_exceptions PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_deterministic_exceptions PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_holdback_exceptions PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_fixed_exceptions PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_no_regressors PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_only_y_lag PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_only_x PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_only_trend PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_only_seasonal PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_only_deterministic PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_no_endog_exog PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_no_exog PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_parameter_names PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_diagnostics_plot PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_invalid_init PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_prediction_oos_no_new_data PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_prediction_wrong_shape PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_prediction_wrong_shape_fixed PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_insuficient_oos PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_insuficient_data PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_forecast_date PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_get_prediction PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_smoke_plots[True-n] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_smoke_plots[True-c] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_smoke_plots[True-ct] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_smoke_plots[False-n] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_smoke_plots[False-c] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_ardl_smoke_plots[False-ct] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_from_ardl_none PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_errors PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_ci_repr[True-True] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_ci_repr[True-False] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_ci_repr[False-True] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_uecm_ci_repr[False-False] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_bounds_test[1] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_bounds_test[2] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_bounds_test[3] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_bounds_test[4] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_bounds_test[5] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_bounds_test_simulation[1] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_bounds_test_simulation[2] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_bounds_test_simulation[3] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_bounds_test_simulation[4] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_bounds_test_simulation[5] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_bounds_test_seed[None] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_bounds_test_seed[seed1] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_bounds_test_seed[0] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_bounds_test_seed[seed3] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_bounds_test_seed[seed4] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/ardl/tests/test_ardl.py::test_bounds_test_simulate_order PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_burg.py::test_brockwell_davis_example_513 PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_burg.py::test_brockwell_davis_example_514 PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_burg.py::test_itsmr PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_burg.py::test_nonstationary_series PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_burg.py::test_invalid PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_burg.py::test_misc PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_durbin_levinson.py::test_brockwell_davis_example_511 PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_durbin_levinson.py::test_itsmr PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_durbin_levinson.py::test_nonstationary_series PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_durbin_levinson.py::test_nonstationary_series_variance XFAIL [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_durbin_levinson.py::test_invalid PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_durbin_levinson.py::test_misc PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_gls.py::test_brockwell_davis_example_661 PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_gls.py::test_brockwell_davis_example_662 PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_gls.py::test_integrated PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_gls.py::test_integrated_invalid PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_gls.py::test_results PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_gls.py::test_iterations PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_gls.py::test_misc PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_gls.py::test_alternate_arma_estimators_valid PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_gls.py::test_alternate_arma_estimators_invalid PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_gls.py::test_arma_kwargs PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_hannan_rissanen.py::test_brockwell_davis_example_517 PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_hannan_rissanen.py::test_itsmr PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_hannan_rissanen.py::test_initial_order XFAIL [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_hannan_rissanen.py::test_invalid_orders XFAIL [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_hannan_rissanen.py::test_nonconsecutive_lags PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_hannan_rissanen.py::test_unbiased_error PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_hannan_rissanen.py::test_set_default_unbiased PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_hannan_rissanen.py::test_validate_fixed_params[2-ma_order0-None-None] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_hannan_rissanen.py::test_validate_fixed_params[ar_order1-0-fixed_params1-None] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_hannan_rissanen.py::test_validate_fixed_params[1-3-fixed_params2-invalid_fixed_params2] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_hannan_rissanen.py::test_validate_fixed_params[ar_order3-ma_order3-fixed_params3-invalid_fixed_params3] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_hannan_rissanen.py::test_validate_fixed_params[0-0-fixed_params4-invalid_fixed_params4] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_hannan_rissanen.py::test_validate_fixed_params[5-ma_order5-fixed_params5-invalid_fixed_params5] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_hannan_rissanen.py::test_validate_fixed_params[0-2-fixed_params6-None] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_hannan_rissanen.py::test_validate_fixed_params[1-0-fixed_params7-None] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_hannan_rissanen.py::test_validate_fixed_params[ar_order8-3-fixed_params8-None] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_hannan_rissanen.py::test_validate_fixed_params[2-2-fixed_params9-None] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_hannan_rissanen.py::test_package_fixed_and_free_params_info[fixed_params0-spec_ar_lags0-spec_ma_lags0-expected_bunch0] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_hannan_rissanen.py::test_package_fixed_and_free_params_info[fixed_params1-spec_ar_lags1-spec_ma_lags1-expected_bunch1] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_hannan_rissanen.py::test_package_fixed_and_free_params_info[fixed_params2-spec_ar_lags2-spec_ma_lags2-expected_bunch2] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_hannan_rissanen.py::test_stitch_fixed_and_free_params[fixed_lags0-free_lags0-fixed_params0-free_params0-spec_lags0-expected_all_params0] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_hannan_rissanen.py::test_stitch_fixed_and_free_params[fixed_lags1-free_lags1-fixed_params1-free_params1-spec_lags1-expected_all_params1] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_hannan_rissanen.py::test_stitch_fixed_and_free_params[fixed_lags2-free_lags2-fixed_params2-free_params2-spec_lags2-expected_all_params2] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_hannan_rissanen.py::test_stitch_fixed_and_free_params[fixed_lags3-free_lags3-fixed_params3-free_params3-spec_lags3-expected_all_params3] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_hannan_rissanen.py::test_stitch_fixed_and_free_params[fixed_lags4-free_lags4-fixed_params4-free_params4-spec_lags4-expected_all_params4] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_hannan_rissanen.py::test_stitch_fixed_and_free_params[fixed_lags5-free_lags5-fixed_params5-free_params5-spec_lags5-expected_all_params5] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_hannan_rissanen.py::test_stitch_fixed_and_free_params[fixed_lags6-free_lags6-fixed_params6-free_params6-spec_lags6-expected_all_params6] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_hannan_rissanen.py::test_stitch_fixed_and_free_params[fixed_lags7-free_lags7-fixed_params7-free_params7-spec_lags7-expected_all_params7] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_hannan_rissanen.py::test_itsmr_with_fixed_params[fixed_params0] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_hannan_rissanen.py::test_itsmr_with_fixed_params[fixed_params1] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_hannan_rissanen.py::test_itsmr_with_fixed_params[fixed_params2] PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_hannan_rissanen.py::test_unbiased_error_with_fixed_params PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_hannan_rissanen.py::test_set_default_unbiased_with_fixed_params PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_innovations.py::test_brockwell_davis_example_515 PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_innovations.py::test_innovations_ma_itsmr PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_innovations.py::test_innovations_ma_invalid PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_innovations.py::test_brockwell_davis_example_524 PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_innovations.py::test_brockwell_davis_example_524_variance XFAIL [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_innovations.py::test_brockwell_davis_example_525 PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_innovations.py::test_brockwell_davis_example_541 PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_innovations.py::test_innovations_mle_statespace PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_innovations.py::test_innovations_mle_statespace_seasonal PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_innovations.py::test_innovations_mle_statespace_nonconsecutive PASSED [ 45%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_innovations.py::test_innovations_mle_integrated PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_innovations.py::test_innovations_mle_misc PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_innovations.py::test_innovations_mle_invalid PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_statespace.py::test_basic PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_statespace.py::test_start_params PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_yule_walker.py::test_brockwell_davis_example_511 PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_yule_walker.py::test_brockwell_davis_example_514 PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_yule_walker.py::test_itsmr PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_yule_walker.py::test_invalid PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/estimators/tests/test_yule_walker.py::test_invalid_xfail XFAIL [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_model.py::test_default_trend PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_model.py::test_invalid PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_model.py::test_yule_walker PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_model.py::test_burg PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_model.py::test_hannan_rissanen PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_model.py::test_innovations PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_model.py::test_innovations_mle PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_model.py::test_statespace PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_model.py::test_low_memory PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_model.py::test_clone PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_model.py::test_constant_integrated_model_error PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_model.py::test_forecast PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_model.py::test_forecast_with_exog PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_model.py::test_append PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_model.py::test_append_with_exog PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_model.py::test_append_with_exog_and_trend PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_model.py::test_append_with_exog_pandas PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_model.py::test_cov_type_none PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_model.py::test_nonstationary_gls_error PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_model.py::test_hannan_rissanen_with_fixed_params[1-1-fixed_params0] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_model.py::test_hannan_rissanen_with_fixed_params[1-1-fixed_params1] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_model.py::test_hannan_rissanen_with_fixed_params[2-3-fixed_params2] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_model.py::test_hannan_rissanen_with_fixed_params[ar_order3-0-fixed_params3] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_model.py::test_hannan_rissanen_with_fixed_params[ar_order4-ma_order4-fixed_params4] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_params.py::test_init PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_params.py::test_set_params_single PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_params.py::test_set_params_single_nonconsecutive PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_params.py::test_set_params_multiple PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_params.py::test_set_poly_short_lags PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_params.py::test_set_poly_short_lags_nonconsecutive PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_params.py::test_set_poly_longer_lags PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_params.py::test_is_stationary PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_params.py::test_is_invertible PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_params.py::test_is_valid PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_params.py::test_repr_str PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification_ar_or_ma[0-0-0-0-params0-p] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification_ar_or_ma[1-0-0-0-params1-p] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification_ar_or_ma[1-0-0-0-params2-p] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification_ar_or_ma[2-0-0-0-params3-p] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification_ar_or_ma[20-0-0-0-params4-p] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification_ar_or_ma[0-1-0-0-params5-p] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification_ar_or_ma[0-1-1-4-params6-p] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification_ar_or_ma[1-1-0-0-params7-p] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification_ar_or_ma[1-1-1-4-params8-p] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification_ar_or_ma[0-0-0-0-params9-q] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification_ar_or_ma[1-0-0-0-params10-q] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification_ar_or_ma[1-0-0-0-params11-q] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification_ar_or_ma[2-0-0-0-params12-q] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification_ar_or_ma[20-0-0-0-params13-q] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification_ar_or_ma[0-1-0-0-params14-q] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification_ar_or_ma[0-1-1-4-params15-q] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification_ar_or_ma[1-1-0-0-params16-q] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification_ar_or_ma[1-1-1-4-params17-q] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification[None-None-0-0-0-0-0-0-0-True-True-False] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification[None-None-1-0-1-0-0-0-0-True-True-False] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification[None-None-1-1-1-0-0-0-0-True-True-False] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification[None-None-1-0-0-0-0-0-4-True-True-False] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification[None-None-0-0-0-1-1-1-4-True-True-False] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification[None-None-1-0-0-1-0-0-4-True-True-False] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification[None-None-1-0-0-1-1-1-4-True-True-False] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification[None-None-2-1-3-4-1-3-12-True-True-False] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification[None-None-p8-0-0-1-0-0-4-True-True-False] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification[None-None-0-0-0-0-0-Q9-4-True-True-False] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification[None-None-p10-0-q10-P10-0-Q10-4-True-True-False] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification[None-None-2-1-3-4-1-3-12-False-False-True] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification[None-None-2-1-3-4-1-3-12-True-False-True] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification[None-None-2-1-3-4-1-3-12-False-True-True] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification[True-None-2-1-3-4-1-3-12-False-True-True] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification[None-2-2-1-3-4-1-3-12-False-True-True] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification[True-2-2-1-3-4-1-3-12-False-True-True] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification[y-None-2-1-3-4-1-3-12-False-True-True] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification[None-exog18-2-1-3-4-1-3-12-False-True-True] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification[y-exog19-2-1-3-4-1-3-12-False-True-True] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification[y-exog20-2-1-3-4-1-3-12-False-True-True] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification[True-exog21-2-1-3-4-1-3-12-False-True-True] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_specification[y-2-2-1-3-4-1-3-12-False-True-True] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_misc PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_invalid PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_valid_estimators[order0-seasonal_order0-None-None-None-valid0] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_valid_estimators[order1-seasonal_order1-None-None-None-valid1] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_valid_estimators[order2-seasonal_order2-None-None-None-valid2] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_valid_estimators[order3-seasonal_order3-None-None-None-valid3] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_valid_estimators[order4-seasonal_order4-None-None-None-valid4] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_valid_estimators[order5-seasonal_order5-True-None-None-valid5] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_valid_estimators[order6-seasonal_order6-False-None-None-valid6] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_valid_estimators[order7-seasonal_order7-None-True-None-valid7] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_valid_estimators[order8-seasonal_order8-None-False-None-valid8] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_valid_estimators[order9-seasonal_order9-None-None-True-valid9] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_specification.py::test_invalid_estimator PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_tools.py::test_standardize_lag_order_int PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_tools.py::test_standardize_lag_order_list_int PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_tools.py::test_standardize_lag_order_tuple_int PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_tools.py::test_standardize_lag_order_ndarray_int PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_tools.py::test_standardize_lag_order_list_bool PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_tools.py::test_standardize_lag_order_tuple_bool PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_tools.py::test_standardize_lag_order_ndarray_bool PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_tools.py::test_standardize_lag_order_misc PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_tools.py::test_standardize_lag_order_invalid PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/arima/tests/test_tools.py::test_validate_basic PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/base/tests/test_base.py::test_pandas_nodates_index PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/base/tests/test_base.py::test_predict_freq PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/base/tests/test_base.py::test_keyerror_start_date PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/base/tests/test_base.py::test_period_index PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/base/tests/test_base.py::test_pandas_dates PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/base/tests/test_base.py::test_get_predict_start_end PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/base/tests/test_datetools.py::test_regex_matching_month PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/base/tests/test_datetools.py::test_regex_matching_quarter PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/base/tests/test_datetools.py::test_dates_from_range PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/base/tests/test_prediction.py::test_basic[True] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/base/tests/test_prediction.py::test_basic[False] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/base/tests/test_prediction.py::test_dist[True-None] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/base/tests/test_prediction.py::test_dist[True-norm] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/base/tests/test_prediction.py::test_dist[True-t] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/base/tests/test_prediction.py::test_dist[True-dist3] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/base/tests/test_prediction.py::test_dist[False-None] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/base/tests/test_prediction.py::test_dist[False-norm] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/base/tests/test_prediction.py::test_dist[False-t] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/base/tests/test_prediction.py::test_dist[False-dist3] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/base/tests/test_tsa_indexes.py::test_instantiation_valid PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/base/tests/test_tsa_indexes.py::test_prediction_increment_unsupported PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/base/tests/test_tsa_indexes.py::test_prediction_increment_nonpandas PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/base/tests/test_tsa_indexes.py::test_prediction_increment_pandas_noindex PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/base/tests/test_tsa_indexes.py::test_prediction_increment_pandas_dates_daily PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/base/tests/test_tsa_indexes.py::test_prediction_increment_pandas_dates_monthly PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/base/tests/test_tsa_indexes.py::test_prediction_increment_pandas_dates_nanosecond PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/base/tests/test_tsa_indexes.py::test_range_index PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/base/tests/test_tsa_indexes.py::test_prediction_rangeindex PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/base/tests/test_tsa_indexes.py::test_prediction_rangeindex_withstep PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/base/tests/test_tsa_indexes.py::test_custom_index PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/base/tests/test_tsa_indexes.py::test_nonmonotonic_periodindex PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/base/tests/test_tsa_indexes.py::test_nonfull_periodindex XFAIL [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/base/tests/test_tsa_indexes.py::test_get_index_loc_quarterly PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/filters/tests/test_filters.py::test_bking1d PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/filters/tests/test_filters.py::test_bking2d PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/filters/tests/test_filters.py::test_hpfilter PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/filters/tests/test_filters.py::test_cfitz_filter PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/filters/tests/test_filters.py::test_bking_pandas PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/filters/tests/test_filters.py::test_cfitz_pandas PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/filters/tests/test_filters.py::test_hpfilter_pandas PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/filters/tests/test_filters.py::TestFilters::test_convolution PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/filters/tests/test_filters.py::TestFilters::test_convolution2d PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/filters/tests/test_filters.py::TestFilters::test_recursive PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/filters/tests/test_filters.py::TestFilters::test_pandas PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/filters/tests/test_filters.py::TestFilters::test_pandas2d PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/filters/tests/test_filters.py::TestFilters::test_odd_length_filter PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/filters/tests/test_filters.py::test_pandas_freq_decorator PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_stl.py::test_smoke PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_stl.py::test_equivalence_forecast[1-ETSModel] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_stl.py::test_equivalence_forecast[7-ETSModel] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_stl.py::test_equivalence_forecast[23-ETSModel] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_stl.py::test_exceptions PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_stl.py::test_get_prediction PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_stl.py::test_no_var_pred[True] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_stl.py::test_no_var_pred[False] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-True-True-True-True-None] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-True-True-True-True-4] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-True-True-True-True-12] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-True-True-True-False-None] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-True-True-True-False-4] PASSED [ 46%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-True-True-True-False-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-True-True-False-True-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-True-True-False-True-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-True-True-False-True-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-True-True-False-False-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-True-True-False-False-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-True-True-False-False-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-True-False-True-True-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-True-False-True-True-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-True-False-True-True-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-True-False-True-False-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-True-False-True-False-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-True-False-True-False-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-True-False-False-True-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-True-False-False-True-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-True-False-False-True-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-True-False-False-False-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-True-False-False-False-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-True-False-False-False-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-False-True-True-True-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-False-True-True-True-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-False-True-True-True-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-False-True-True-False-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-False-True-True-False-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-False-True-True-False-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-False-True-False-True-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-False-True-False-True-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-False-True-False-True-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-False-True-False-False-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-False-True-False-False-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-False-True-False-False-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-False-False-True-True-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-False-False-True-True-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-False-False-True-True-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-False-False-True-False-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-False-False-True-False-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-False-False-True-False-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-False-False-False-True-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-False-False-False-True-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-False-False-False-True-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-False-False-False-False-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-False-False-False-False-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-auto-False-False-False-False-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-True-True-True-True-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-True-True-True-True-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-True-True-True-True-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-True-True-True-False-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-True-True-True-False-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-True-True-True-False-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-True-True-False-True-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-True-True-False-True-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-True-True-False-True-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-True-True-False-False-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-True-True-False-False-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-True-True-False-False-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-True-False-True-True-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-True-False-True-True-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-True-False-True-True-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-True-False-True-False-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-True-False-True-False-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-True-False-True-False-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-True-False-False-True-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-True-False-False-True-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-True-False-False-True-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-True-False-False-False-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-True-False-False-False-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-True-False-False-False-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-False-True-True-True-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-False-True-True-True-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-False-True-True-True-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-False-True-True-False-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-False-True-True-False-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-False-True-True-False-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-False-True-False-True-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-False-True-False-True-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-False-True-False-True-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-False-True-False-False-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-False-True-False-False-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-False-True-False-False-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-False-False-True-True-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-False-False-True-True-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-False-False-True-True-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-False-False-True-False-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-False-False-True-False-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-False-False-True-False-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-False-False-False-True-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-False-False-False-True-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-False-False-False-True-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-False-False-False-False-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-False-False-False-False-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-additive-False-False-False-False-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-True-True-True-True-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-True-True-True-True-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-True-True-True-True-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-True-True-True-False-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-True-True-True-False-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-True-True-True-False-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-True-True-False-True-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-True-True-False-True-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-True-True-False-True-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-True-True-False-False-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-True-True-False-False-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-True-True-False-False-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-True-False-True-True-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-True-False-True-True-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-True-False-True-True-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-True-False-True-False-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-True-False-True-False-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-True-False-True-False-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-True-False-False-True-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-True-False-False-True-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-True-False-False-True-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-True-False-False-False-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-True-False-False-False-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-True-False-False-False-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-False-True-True-True-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-False-True-True-True-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-False-True-True-True-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-False-True-True-False-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-False-True-True-False-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-False-True-True-False-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-False-True-False-True-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-False-True-False-True-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-False-True-False-True-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-False-True-False-False-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-False-True-False-False-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-False-True-False-False-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-False-False-True-True-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-False-False-True-True-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-False-False-True-True-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-False-False-True-False-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-False-False-True-False-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-False-False-True-False-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-False-False-False-True-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-False-False-False-True-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-False-False-False-True-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-False-False-False-False-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-False-False-False-False-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: True-multiplicative-False-False-False-False-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-True-True-True-True-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-True-True-True-True-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-True-True-True-True-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-True-True-True-False-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-True-True-True-False-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-True-True-True-False-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-True-True-False-True-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-True-True-False-True-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-True-True-False-True-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-True-True-False-False-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-True-True-False-False-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-True-True-False-False-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-True-False-True-True-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-True-False-True-True-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-True-False-True-True-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-True-False-True-False-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-True-False-True-False-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-True-False-True-False-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-True-False-False-True-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-True-False-False-True-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-True-False-False-True-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-True-False-False-False-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-True-False-False-False-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-True-False-False-False-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-False-True-True-True-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-False-True-True-True-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-False-True-True-True-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-False-True-True-False-None] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-False-True-True-False-4] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-False-True-True-False-12] PASSED [ 47%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-False-True-False-True-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-False-True-False-True-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-False-True-False-True-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-False-True-False-False-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-False-True-False-False-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-False-True-False-False-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-False-False-True-True-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-False-False-True-True-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-False-False-True-True-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-False-False-True-False-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-False-False-True-False-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-False-False-True-False-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-False-False-False-True-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-False-False-False-True-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-False-False-False-True-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-False-False-False-False-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-False-False-False-False-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-auto-False-False-False-False-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-True-True-True-True-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-True-True-True-True-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-True-True-True-True-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-True-True-True-False-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-True-True-True-False-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-True-True-True-False-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-True-True-False-True-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-True-True-False-True-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-True-True-False-True-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-True-True-False-False-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-True-True-False-False-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-True-True-False-False-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-True-False-True-True-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-True-False-True-True-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-True-False-True-True-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-True-False-True-False-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-True-False-True-False-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-True-False-True-False-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-True-False-False-True-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-True-False-False-True-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-True-False-False-True-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-True-False-False-False-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-True-False-False-False-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-True-False-False-False-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-False-True-True-True-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-False-True-True-True-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-False-True-True-True-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-False-True-True-False-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-False-True-True-False-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-False-True-True-False-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-False-True-False-True-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-False-True-False-True-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-False-True-False-True-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-False-True-False-False-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-False-True-False-False-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-False-True-False-False-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-False-False-True-True-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-False-False-True-True-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-False-False-True-True-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-False-False-True-False-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-False-False-True-False-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-False-False-True-False-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-False-False-False-True-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-False-False-False-True-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-False-False-False-True-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-False-False-False-False-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-False-False-False-False-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-additive-False-False-False-False-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-True-True-True-True-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-True-True-True-True-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-True-True-True-True-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-True-True-True-False-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-True-True-True-False-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-True-True-True-False-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-True-True-False-True-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-True-True-False-True-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-True-True-False-True-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-True-True-False-False-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-True-True-False-False-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-True-True-False-False-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-True-False-True-True-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-True-False-True-True-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-True-False-True-True-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-True-False-True-False-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-True-False-True-False-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-True-False-True-False-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-True-False-False-True-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-True-False-False-True-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-True-False-False-True-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-True-False-False-False-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-True-False-False-False-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-True-False-False-False-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-False-True-True-True-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-False-True-True-True-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-False-True-True-True-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-False-True-True-False-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-False-True-True-False-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-False-True-True-False-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-False-True-False-True-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-False-True-False-True-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-False-True-False-True-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-False-True-False-False-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-False-True-False-False-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-False-True-False-False-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-False-False-True-True-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-False-False-True-True-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-False-False-True-True-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-False-False-True-False-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-False-False-True-False-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-False-False-True-False-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-False-False-False-True-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-False-False-False-True-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-False-False-False-True-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-False-False-False-False-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-False-False-False-False-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: array, exponential: False-multiplicative-False-False-False-False-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-True-True-True-True-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-True-True-True-True-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-True-True-True-True-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-True-True-True-False-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-True-True-True-False-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-True-True-True-False-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-True-True-False-True-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-True-True-False-True-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-True-True-False-True-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-True-True-False-False-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-True-True-False-False-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-True-True-False-False-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-True-False-True-True-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-True-False-True-True-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-True-False-True-True-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-True-False-True-False-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-True-False-True-False-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-True-False-True-False-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-True-False-False-True-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-True-False-False-True-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-True-False-False-True-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-True-False-False-False-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-True-False-False-False-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-True-False-False-False-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-False-True-True-True-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-False-True-True-True-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-False-True-True-True-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-False-True-True-False-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-False-True-True-False-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-False-True-True-False-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-False-True-False-True-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-False-True-False-True-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-False-True-False-True-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-False-True-False-False-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-False-True-False-False-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-False-True-False-False-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-False-False-True-True-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-False-False-True-True-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-False-False-True-True-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-False-False-True-False-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-False-False-True-False-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-False-False-True-False-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-False-False-False-True-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-False-False-False-True-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-False-False-False-True-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-False-False-False-False-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-False-False-False-False-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-auto-False-False-False-False-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-True-True-True-True-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-True-True-True-True-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-True-True-True-True-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-True-True-True-False-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-True-True-True-False-4] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-True-True-True-False-12] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-True-True-False-True-None] PASSED [ 48%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-True-True-False-True-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-True-True-False-True-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-True-True-False-False-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-True-True-False-False-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-True-True-False-False-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-True-False-True-True-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-True-False-True-True-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-True-False-True-True-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-True-False-True-False-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-True-False-True-False-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-True-False-True-False-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-True-False-False-True-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-True-False-False-True-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-True-False-False-True-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-True-False-False-False-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-True-False-False-False-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-True-False-False-False-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-False-True-True-True-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-False-True-True-True-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-False-True-True-True-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-False-True-True-False-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-False-True-True-False-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-False-True-True-False-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-False-True-False-True-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-False-True-False-True-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-False-True-False-True-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-False-True-False-False-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-False-True-False-False-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-False-True-False-False-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-False-False-True-True-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-False-False-True-True-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-False-False-True-True-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-False-False-True-False-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-False-False-True-False-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-False-False-True-False-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-False-False-False-True-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-False-False-False-True-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-False-False-False-True-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-False-False-False-False-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-False-False-False-False-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-additive-False-False-False-False-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-True-True-True-True-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-True-True-True-True-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-True-True-True-True-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-True-True-True-False-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-True-True-True-False-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-True-True-True-False-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-True-True-False-True-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-True-True-False-True-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-True-True-False-True-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-True-True-False-False-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-True-True-False-False-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-True-True-False-False-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-True-False-True-True-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-True-False-True-True-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-True-False-True-True-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-True-False-True-False-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-True-False-True-False-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-True-False-True-False-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-True-False-False-True-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-True-False-False-True-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-True-False-False-True-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-True-False-False-False-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-True-False-False-False-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-True-False-False-False-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-False-True-True-True-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-False-True-True-True-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-False-True-True-True-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-False-True-True-False-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-False-True-True-False-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-False-True-True-False-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-False-True-False-True-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-False-True-False-True-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-False-True-False-True-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-False-True-False-False-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-False-True-False-False-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-False-True-False-False-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-False-False-True-True-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-False-False-True-True-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-False-False-True-True-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-False-False-True-False-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-False-False-True-False-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-False-False-True-False-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-False-False-False-True-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-False-False-False-True-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-False-False-False-True-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-False-False-False-False-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-False-False-False-False-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: True-multiplicative-False-False-False-False-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-True-True-True-True-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-True-True-True-True-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-True-True-True-True-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-True-True-True-False-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-True-True-True-False-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-True-True-True-False-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-True-True-False-True-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-True-True-False-True-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-True-True-False-True-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-True-True-False-False-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-True-True-False-False-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-True-True-False-False-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-True-False-True-True-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-True-False-True-True-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-True-False-True-True-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-True-False-True-False-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-True-False-True-False-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-True-False-True-False-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-True-False-False-True-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-True-False-False-True-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-True-False-False-True-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-True-False-False-False-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-True-False-False-False-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-True-False-False-False-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-False-True-True-True-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-False-True-True-True-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-False-True-True-True-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-False-True-True-False-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-False-True-True-False-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-False-True-True-False-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-False-True-False-True-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-False-True-False-True-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-False-True-False-True-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-False-True-False-False-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-False-True-False-False-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-False-True-False-False-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-False-False-True-True-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-False-False-True-True-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-False-False-True-True-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-False-False-True-False-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-False-False-True-False-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-False-False-True-False-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-False-False-False-True-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-False-False-False-True-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-False-False-False-True-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-False-False-False-False-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-False-False-False-False-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-auto-False-False-False-False-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-True-True-True-True-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-True-True-True-True-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-True-True-True-True-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-True-True-True-False-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-True-True-True-False-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-True-True-True-False-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-True-True-False-True-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-True-True-False-True-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-True-True-False-True-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-True-True-False-False-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-True-True-False-False-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-True-True-False-False-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-True-False-True-True-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-True-False-True-True-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-True-False-True-True-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-True-False-True-False-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-True-False-True-False-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-True-False-True-False-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-True-False-False-True-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-True-False-False-True-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-True-False-False-True-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-True-False-False-False-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-True-False-False-False-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-True-False-False-False-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-False-True-True-True-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-False-True-True-True-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-False-True-True-True-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-False-True-True-False-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-False-True-True-False-4] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-False-True-True-False-12] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-False-True-False-True-None] PASSED [ 49%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-False-True-False-True-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-False-True-False-True-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-False-True-False-False-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-False-True-False-False-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-False-True-False-False-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-False-False-True-True-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-False-False-True-True-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-False-False-True-True-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-False-False-True-False-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-False-False-True-False-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-False-False-True-False-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-False-False-False-True-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-False-False-False-True-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-False-False-False-True-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-False-False-False-False-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-False-False-False-False-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-additive-False-False-False-False-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-True-True-True-True-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-True-True-True-True-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-True-True-True-True-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-True-True-True-False-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-True-True-True-False-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-True-True-True-False-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-True-True-False-True-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-True-True-False-True-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-True-True-False-True-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-True-True-False-False-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-True-True-False-False-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-True-True-False-False-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-True-False-True-True-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-True-False-True-True-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-True-False-True-True-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-True-False-True-False-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-True-False-True-False-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-True-False-True-False-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-True-False-False-True-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-True-False-False-True-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-True-False-False-True-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-True-False-False-False-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-True-False-False-False-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-True-False-False-False-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-False-True-True-True-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-False-True-True-True-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-False-True-True-True-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-False-True-True-False-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-False-True-True-False-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-False-True-True-False-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-False-True-False-True-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-False-True-False-True-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-False-True-False-True-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-False-True-False-False-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-False-True-False-False-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-False-True-False-False-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-False-False-True-True-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-False-False-True-True-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-False-False-True-True-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-False-False-True-False-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-False-False-True-False-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-False-False-True-False-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-False-False-False-True-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-False-False-False-True-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-False-False-False-True-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-False-False-False-False-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-False-False-False-False-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: dataframe, exponential: False-multiplicative-False-False-False-False-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-True-True-True-True-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-True-True-True-True-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-True-True-True-True-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-True-True-True-False-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-True-True-True-False-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-True-True-True-False-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-True-True-False-True-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-True-True-False-True-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-True-True-False-True-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-True-True-False-False-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-True-True-False-False-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-True-True-False-False-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-True-False-True-True-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-True-False-True-True-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-True-False-True-True-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-True-False-True-False-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-True-False-True-False-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-True-False-True-False-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-True-False-False-True-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-True-False-False-True-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-True-False-False-True-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-True-False-False-False-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-True-False-False-False-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-True-False-False-False-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-False-True-True-True-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-False-True-True-True-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-False-True-True-True-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-False-True-True-False-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-False-True-True-False-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-False-True-True-False-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-False-True-False-True-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-False-True-False-True-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-False-True-False-True-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-False-True-False-False-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-False-True-False-False-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-False-True-False-False-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-False-False-True-True-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-False-False-True-True-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-False-False-True-True-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-False-False-True-False-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-False-False-True-False-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-False-False-True-False-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-False-False-False-True-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-False-False-False-True-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-False-False-False-True-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-False-False-False-False-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-False-False-False-False-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-auto-False-False-False-False-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-True-True-True-True-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-True-True-True-True-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-True-True-True-True-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-True-True-True-False-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-True-True-True-False-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-True-True-True-False-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-True-True-False-True-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-True-True-False-True-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-True-True-False-True-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-True-True-False-False-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-True-True-False-False-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-True-True-False-False-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-True-False-True-True-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-True-False-True-True-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-True-False-True-True-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-True-False-True-False-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-True-False-True-False-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-True-False-True-False-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-True-False-False-True-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-True-False-False-True-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-True-False-False-True-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-True-False-False-False-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-True-False-False-False-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-True-False-False-False-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-False-True-True-True-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-False-True-True-True-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-False-True-True-True-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-False-True-True-False-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-False-True-True-False-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-False-True-True-False-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-False-True-False-True-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-False-True-False-True-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-False-True-False-True-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-False-True-False-False-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-False-True-False-False-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-False-True-False-False-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-False-False-True-True-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-False-False-True-True-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-False-False-True-True-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-False-False-True-False-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-False-False-True-False-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-False-False-True-False-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-False-False-False-True-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-False-False-False-True-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-False-False-False-True-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-False-False-False-False-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-False-False-False-False-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-additive-False-False-False-False-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-True-True-True-True-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-True-True-True-True-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-True-True-True-True-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-True-True-True-False-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-True-True-True-False-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-True-True-True-False-12] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-True-True-False-True-None] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-True-True-False-True-4] PASSED [ 50%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-True-True-False-True-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-True-True-False-False-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-True-True-False-False-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-True-True-False-False-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-True-False-True-True-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-True-False-True-True-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-True-False-True-True-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-True-False-True-False-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-True-False-True-False-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-True-False-True-False-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-True-False-False-True-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-True-False-False-True-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-True-False-False-True-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-True-False-False-False-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-True-False-False-False-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-True-False-False-False-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-False-True-True-True-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-False-True-True-True-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-False-True-True-True-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-False-True-True-False-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-False-True-True-False-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-False-True-True-False-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-False-True-False-True-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-False-True-False-True-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-False-True-False-True-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-False-True-False-False-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-False-True-False-False-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-False-True-False-False-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-False-False-True-True-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-False-False-True-True-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-False-False-True-True-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-False-False-True-False-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-False-False-True-False-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-False-False-True-False-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-False-False-False-True-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-False-False-False-True-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-False-False-False-True-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-False-False-False-False-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-False-False-False-False-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: True-multiplicative-False-False-False-False-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-True-True-True-True-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-True-True-True-True-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-True-True-True-True-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-True-True-True-False-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-True-True-True-False-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-True-True-True-False-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-True-True-False-True-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-True-True-False-True-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-True-True-False-True-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-True-True-False-False-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-True-True-False-False-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-True-True-False-False-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-True-False-True-True-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-True-False-True-True-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-True-False-True-True-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-True-False-True-False-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-True-False-True-False-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-True-False-True-False-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-True-False-False-True-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-True-False-False-True-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-True-False-False-True-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-True-False-False-False-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-True-False-False-False-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-True-False-False-False-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-False-True-True-True-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-False-True-True-True-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-False-True-True-True-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-False-True-True-False-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-False-True-True-False-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-False-True-True-False-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-False-True-False-True-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-False-True-False-True-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-False-True-False-True-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-False-True-False-False-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-False-True-False-False-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-False-True-False-False-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-False-False-True-True-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-False-False-True-True-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-False-False-True-True-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-False-False-True-False-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-False-False-True-False-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-False-False-True-False-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-False-False-False-True-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-False-False-False-True-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-False-False-False-True-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-False-False-False-False-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-False-False-False-False-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-auto-False-False-False-False-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-True-True-True-True-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-True-True-True-True-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-True-True-True-True-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-True-True-True-False-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-True-True-True-False-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-True-True-True-False-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-True-True-False-True-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-True-True-False-True-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-True-True-False-True-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-True-True-False-False-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-True-True-False-False-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-True-True-False-False-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-True-False-True-True-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-True-False-True-True-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-True-False-True-True-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-True-False-True-False-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-True-False-True-False-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-True-False-True-False-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-True-False-False-True-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-True-False-False-True-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-True-False-False-True-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-True-False-False-False-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-True-False-False-False-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-True-False-False-False-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-False-True-True-True-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-False-True-True-True-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-False-True-True-True-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-False-True-True-False-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-False-True-True-False-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-False-True-True-False-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-False-True-False-True-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-False-True-False-True-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-False-True-False-True-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-False-True-False-False-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-False-True-False-False-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-False-True-False-False-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-False-False-True-True-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-False-False-True-True-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-False-False-True-True-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-False-False-True-False-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-False-False-True-False-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-False-False-True-False-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-False-False-False-True-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-False-False-False-True-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-False-False-False-True-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-False-False-False-False-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-False-False-False-False-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-additive-False-False-False-False-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-True-True-True-True-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-True-True-True-True-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-True-True-True-True-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-True-True-True-False-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-True-True-True-False-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-True-True-True-False-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-True-True-False-True-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-True-True-False-True-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-True-True-False-True-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-True-True-False-False-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-True-True-False-False-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-True-True-False-False-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-True-False-True-True-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-True-False-True-True-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-True-False-True-True-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-True-False-True-False-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-True-False-True-False-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-True-False-True-False-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-True-False-False-True-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-True-False-False-True-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-True-False-False-True-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-True-False-False-False-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-True-False-False-False-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-True-False-False-False-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-False-True-True-True-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-False-True-True-True-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-False-True-True-True-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-False-True-True-False-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-False-True-True-False-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-False-True-True-False-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-False-True-False-True-None] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-False-True-False-True-4] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-False-True-False-True-12] PASSED [ 51%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-False-True-False-False-None] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-False-True-False-False-4] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-False-True-False-False-12] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-False-False-True-True-None] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-False-False-True-True-4] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-False-False-True-True-12] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-False-False-True-False-None] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-False-False-True-False-4] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-False-False-True-False-12] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-False-False-False-True-None] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-False-False-False-True-4] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-False-False-False-True-12] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-False-False-False-False-None] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-False-False-False-False-4] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_smoke[type: series, exponential: False-multiplicative-False-False-False-False-12] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_alt_index[datetime] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_alt_index[period] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_alt_index[range] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_alt_index[nofreq] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_no_freq PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_forecast_errors[type: array, exponential: True] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_forecast_errors[type: array, exponential: False] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_forecast_errors[type: dataframe, exponential: True] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_forecast_errors[type: dataframe, exponential: False] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_forecast_errors[type: series, exponential: True] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_forecast_errors[type: series, exponential: False] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_pi_width PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_forecast_seasonal_alignment[type: array, exponential: True-4] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_forecast_seasonal_alignment[type: array, exponential: True-12] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_forecast_seasonal_alignment[type: array, exponential: False-4] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_forecast_seasonal_alignment[type: array, exponential: False-12] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_forecast_seasonal_alignment[type: dataframe, exponential: True-4] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_forecast_seasonal_alignment[type: dataframe, exponential: True-12] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_forecast_seasonal_alignment[type: dataframe, exponential: False-4] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_forecast_seasonal_alignment[type: dataframe, exponential: False-12] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_forecast_seasonal_alignment[type: series, exponential: True-4] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_forecast_seasonal_alignment[type: series, exponential: True-12] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_forecast_seasonal_alignment[type: series, exponential: False-4] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/forecasting/tests/test_theta.py::test_forecast_seasonal_alignment[type: series, exponential: False-12] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::TestHoltWinters::test_predict PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::TestHoltWinters::test_ndarray PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::TestHoltWinters::test_forecast XFAIL [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::TestHoltWinters::test_simple_exp_smoothing PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::TestHoltWinters::test_holt PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::TestHoltWinters::test_holt_damp_fit PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::TestHoltWinters::test_holt_damp_r PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::TestHoltWinters::test_hw_seasonal PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::TestHoltWinters::test_hw_seasonal_add_mul PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::TestHoltWinters::test_hw_seasonal_buggy PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_negative_multipliative[trend_seasonal0] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_negative_multipliative[trend_seasonal1] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_negative_multipliative[trend_seasonal2] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_dampen_no_trend[add] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_dampen_no_trend[mul] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_dampen_no_trend[None] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_invalid_seasonal[add] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_invalid_seasonal[mul] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_2d_data PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_infer_freq PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_start_params[add-add] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_start_params[add-mul] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_start_params[add-None] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_start_params[mul-add] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_start_params[mul-mul] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_start_params[mul-None] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_start_params[None-add] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_start_params[None-mul] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_start_params[None-None] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_no_params_to_optimize PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_invalid_start_param_length PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_basin_hopping PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_debiased PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_float_boxcox[add-add] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_float_boxcox[add-mul] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_float_boxcox[add-None] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_float_boxcox[mul-add] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_float_boxcox[mul-mul] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_float_boxcox[mul-None] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_float_boxcox[None-add] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_float_boxcox[None-mul] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_float_boxcox[None-None] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_equivalence_cython_python[add-add] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_equivalence_cython_python[add-mul] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_equivalence_cython_python[add-None] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_equivalence_cython_python[mul-add] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_equivalence_cython_python[mul-mul] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_equivalence_cython_python[mul-None] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_equivalence_cython_python[None-add] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_equivalence_cython_python[None-mul] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_equivalence_cython_python[None-None] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_direct_holt_add PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_integer_array PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_damping_trend_zero PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_different_inputs PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[add-True-add-add] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[add-True-add-mul] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[add-True-add-None] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[add-True-mul-add] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[add-True-mul-mul] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[add-True-mul-None] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[add-True-None-add] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[add-True-None-mul] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[add-True-None-None] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[add-False-add-add] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[add-False-add-mul] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[add-False-add-None] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[add-False-mul-add] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[add-False-mul-mul] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[add-False-mul-None] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[add-False-None-add] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[add-False-None-mul] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[add-False-None-None] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[mul-True-add-add] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[mul-True-add-mul] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[mul-True-add-None] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[mul-True-mul-add] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[mul-True-mul-mul] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[mul-True-mul-None] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[mul-True-None-add] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[mul-True-None-mul] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[mul-True-None-None] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[mul-False-add-add] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[mul-False-add-mul] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[mul-False-add-None] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[mul-False-mul-add] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[mul-False-mul-mul] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[mul-False-mul-None] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[mul-False-None-add] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[mul-False-None-mul] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_expected_r[mul-False-None-None] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_keywords PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate_boxcox PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_forecast_index[10] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_forecast_index[100] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_forecast_index[1000] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_forecast_index[2000] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_error_dampen PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_error_boxcox PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_error_initialization PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_alternative_minimizers[least_squares] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_alternative_minimizers[basinhopping] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_alternative_minimizers[L-BFGS-B] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_alternative_minimizers[TNC] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_alternative_minimizers[SLSQP] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_alternative_minimizers[Powell] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_alternative_minimizers[trust-constr] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_minimizer_kwargs_error PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_to_restricted_equiv[params0] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_to_restricted_equiv[params1] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_to_restricted_equiv[params2] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_restricted_round_tip[params0] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_restricted_round_tip[params1] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_restricted_round_tip[params2] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_bad_bounds PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_valid_bounds PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_fixed_basic PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_fixed_errors PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_brute[add-add] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_brute[add-None] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_brute[None-add] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_brute[None-None] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_fix_set_parameters PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_fix_unfixable PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_infeasible_bounds PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_initialization_methods[None-None-estimated] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_initialization_methods[None-None-heuristic] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_initialization_methods[None-None-legacy-heuristic] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_initialization_methods[None-add-estimated] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_initialization_methods[None-add-heuristic] PASSED [ 52%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_initialization_methods[None-add-legacy-heuristic] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_initialization_methods[add-None-estimated] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_initialization_methods[add-None-heuristic] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_initialization_methods[add-None-legacy-heuristic] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_initialization_methods[add-add-estimated] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_initialization_methods[add-add-heuristic] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_initialization_methods[add-add-legacy-heuristic] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_attributes PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_summary_boxcox PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_simulate PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_forecast_index_types[date_range] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_forecast_index_types[period] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_forecast_index_types[range] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_forecast_index_types[irregular] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_boxcox_components PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_forecast_1_simulation[None-1] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_forecast_1_simulation[None-10] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_forecast_1_simulation[bootstrap-1] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_forecast_1_simulation[bootstrap-10] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_estimated_initialization_short_data[9-None-None] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_estimated_initialization_short_data[9-None-add] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_estimated_initialization_short_data[9-add-None] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_estimated_initialization_short_data[9-add-add] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_estimated_initialization_short_data[10-None-None] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_estimated_initialization_short_data[10-None-add] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_estimated_initialization_short_data[10-add-None] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_estimated_initialization_short_data[10-add-add] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/tests/test_holtwinters.py::test_invalid_index PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_arma_innovations.py::test_innovations_algo_filter_kalman_filter[ar_params0-ma_params0-1] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_arma_innovations.py::test_innovations_algo_filter_kalman_filter[ar_params1-ma_params1-1] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_arma_innovations.py::test_innovations_algo_filter_kalman_filter[ar_params2-ma_params2-1] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_arma_innovations.py::test_innovations_algo_filter_kalman_filter[ar_params3-ma_params3-1] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_arma_innovations.py::test_innovations_algo_filter_kalman_filter[ar_params4-ma_params4-1.123] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_arma_innovations.py::test_innovations_algo_filter_kalman_filter[ar_params5-ma_params5-1.123] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_arma_innovations.py::test_innovations_nonstationary[ar_params0] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_arma_innovations.py::test_innovations_nonstationary[ar_params1] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_arma_innovations.py::test_innovations_nonstationary[ar_params2] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_cython_arma_innovations_fast.py::test_brockwell_davis_ex533 PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_cython_arma_innovations_fast.py::test_brockwell_davis_ex534 PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_cython_arma_innovations_fast.py::test_innovations_algo_filter_kalman_filter[ar_params0-ma_params0-1] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_cython_arma_innovations_fast.py::test_innovations_algo_filter_kalman_filter[ar_params1-ma_params1-1] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_cython_arma_innovations_fast.py::test_innovations_algo_filter_kalman_filter[ar_params2-ma_params2-1] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_cython_arma_innovations_fast.py::test_innovations_algo_filter_kalman_filter[ar_params3-ma_params3-1] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_cython_arma_innovations_fast.py::test_innovations_algo_filter_kalman_filter[ar_params4-ma_params4-1.123] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_cython_arma_innovations_fast.py::test_innovations_algo_filter_kalman_filter[ar_params5-ma_params5-1.123] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_cython_arma_innovations_fast.py::test_innovations_algo_direct_filter_kalman_filter[ar_params0-ma_params0-1] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_cython_arma_innovations_fast.py::test_innovations_algo_direct_filter_kalman_filter[ar_params1-ma_params1-1] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_cython_arma_innovations_fast.py::test_innovations_algo_direct_filter_kalman_filter[ar_params2-ma_params2-1] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_cython_arma_innovations_fast.py::test_innovations_algo_direct_filter_kalman_filter[ar_params3-ma_params3-1] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_cython_arma_innovations_fast.py::test_innovations_algo_direct_filter_kalman_filter[ar_params4-ma_params4-1.123] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_cython_arma_innovations_fast.py::test_innovations_algo_direct_filter_kalman_filter[ar_params5-ma_params5-1.123] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_cython_arma_innovations_fast.py::test_integrated_process[ar_params0-1-ma_params0-1] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_cython_arma_innovations_fast.py::test_integrated_process[ar_params1-1-ma_params1-1] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_cython_arma_innovations_fast.py::test_integrated_process[ar_params2-1-ma_params2-1] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_cython_arma_innovations_fast.py::test_integrated_process[ar_params3-1-ma_params3-1] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_cython_arma_innovations_fast.py::test_integrated_process[ar_params4-1-ma_params4-1.123] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_cython_arma_innovations_fast.py::test_integrated_process[ar_params5-1-ma_params5-1.123] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_cython_arma_innovations_fast.py::test_integrated_process[ar_params6-2-ma_params6-1.123] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_cython_arma_innovations_fast.py::test_regression_with_arma_errors[ar_params0-ma_params0-1] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_cython_arma_innovations_fast.py::test_regression_with_arma_errors[ar_params1-ma_params1-1] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_cython_arma_innovations_fast.py::test_regression_with_arma_errors[ar_params2-ma_params2-1] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_cython_arma_innovations_fast.py::test_regression_with_arma_errors[ar_params3-ma_params3-1] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_cython_arma_innovations_fast.py::test_regression_with_arma_errors[ar_params4-ma_params4-1.123] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/innovations/tests/test_cython_arma_innovations_fast.py::test_regression_with_arma_errors[ar_params5-ma_params5-1.123] PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/interp/tests/test_denton.py::test_denton_quarterly PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/interp/tests/test_denton.py::test_denton_quarterly2 PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::test_predict PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::test_conditional_loglikelihoods PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestHamiltonAR2Short::test_llf PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestHamiltonAR2Short::test_fit PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestHamiltonAR2Short::test_fit_em PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestHamiltonAR2Short::test_filter_output PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestHamiltonAR2Short::test_smoother_output PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestHamiltonAR4::test_llf PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestHamiltonAR4::test_fit PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestHamiltonAR4::test_fit_em PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestHamiltonAR4::test_filtered_regimes PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestHamiltonAR4::test_smoothed_regimes PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestHamiltonAR4::test_bse PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestHamiltonAR2Switch::test_llf PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestHamiltonAR2Switch::test_fit PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestHamiltonAR2Switch::test_fit_em PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestHamiltonAR2Switch::test_smoothed_marginal_probabilities PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestHamiltonAR2Switch::test_predict PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestHamiltonAR2Switch::test_bse PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestHamiltonAR1Switch::test_llf PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestHamiltonAR1Switch::test_fit PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestHamiltonAR1Switch::test_fit_em PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestHamiltonAR1Switch::test_filtered_regimes PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestHamiltonAR1Switch::test_smoothed_regimes PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestHamiltonAR1Switch::test_expected_durations PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestHamiltonAR1SwitchTVTP::test_llf PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestHamiltonAR1SwitchTVTP::test_fit PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestHamiltonAR1SwitchTVTP::test_fit_em SKIPPED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestHamiltonAR1SwitchTVTP::test_filtered_regimes PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestHamiltonAR1SwitchTVTP::test_smoothed_regimes PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestHamiltonAR1SwitchTVTP::test_expected_durations PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestFilardo::test_llf PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestFilardo::test_fit SKIPPED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestFilardo::test_fit_em SKIPPED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestFilardo::test_filtered_regimes PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestFilardo::test_smoothed_regimes PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestFilardo::test_expected_durations PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestFilardoPandas::test_llf PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestFilardoPandas::test_fit SKIPPED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestFilardoPandas::test_fit_em SKIPPED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestFilardoPandas::test_filtered_regimes PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestFilardoPandas::test_smoothed_regimes PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py::TestFilardoPandas::test_expected_durations PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestFedFundsConst::test_summary PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestFedFundsConst::test_llf PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestFedFundsConst::test_fit PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestFedFundsConst::test_fit_em PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestFedFundsConst::test_filter_output PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestFedFundsConst::test_smoothed_marginal_probabilities PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestFedFundsConst::test_predict PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestFedFundsConst::test_bse PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestFedFundsConstShort::test_summary PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestFedFundsConstShort::test_llf PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestFedFundsConstShort::test_fit PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestFedFundsConstShort::test_fit_em PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestFedFundsConstShort::test_filter_output PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestFedFundsConstShort::test_smoother_output PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestFedFundsConstShort::test_hamilton_filter_order_zero PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestFedFundsConstShort::test_hamilton_filter_order_zero_with_tvtp PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestFedFundsConstShort::test_hamilton_filter_shape_checks PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestFedFundsConstL1::test_summary PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestFedFundsConstL1::test_llf PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestFedFundsConstL1::test_fit PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestFedFundsConstL1::test_fit_em PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestFedFundsConstL1::test_bse PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestFedFundsConstL1Exog::test_summary PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestFedFundsConstL1Exog::test_llf PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestFedFundsConstL1Exog::test_fit_em PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestFedFundsConstL1Exog::test_fit PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestFedFundsConstL1Exog::test_predict PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestFedFundsConstL1Exog::test_bse PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestFedFundsConstL1Exog3::test_summary PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestFedFundsConstL1Exog3::test_llf PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestFedFundsConstL1Exog3::test_fit_em PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestFedFundsConstL1Exog3::test_fit PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestAreturnsConstL1Variance::test_summary PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestAreturnsConstL1Variance::test_llf PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestAreturnsConstL1Variance::test_fit_em PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestAreturnsConstL1Variance::test_fit PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestAreturnsConstL1Variance::test_bse PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestMumpspcNoconstL1Variance::test_summary PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestMumpspcNoconstL1Variance::test_llf PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestMumpspcNoconstL1Variance::test_fit PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::TestMumpspcNoconstL1Variance::test_fit_em PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::test_avoid_underflow PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_regression.py::test_exog_tvtp PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_switching.py::test_params PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_switching.py::test_init_endog PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_switching.py::test_init_exog_tvtp PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_switching.py::test_transition_matrix PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_switching.py::test_initial_probabilities PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_switching.py::test_logistic PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/regime_switching/tests/test_markov_switching.py::test_partials_logistic PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_cfa_simulation_smoothing.py::TestDFM::test_posterior_mean PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_cfa_simulation_smoothing.py::TestDFM::test_posterior_cov PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_cfa_simulation_smoothing.py::TestDFMComplex::test_posterior_mean PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_cfa_simulation_smoothing.py::TestDFMComplex::test_posterior_cov PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_cfa_simulation_smoothing.py::TestDFMAllMissing::test_posterior_mean PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_cfa_simulation_smoothing.py::TestDFMAllMissing::test_posterior_cov PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_cfa_simulation_smoothing.py::TestDFMPartialMissing::test_posterior_mean PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_cfa_simulation_smoothing.py::TestDFMPartialMissing::test_posterior_cov PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_cfa_simulation_smoothing.py::TestDFMMixedMissing::test_posterior_mean PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_cfa_simulation_smoothing.py::TestDFMMixedMissing::test_posterior_cov PASSED [ 53%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_cfa_simulation_smoothing.py::TestVARME::test_posterior_mean PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_cfa_simulation_smoothing.py::TestVARME::test_posterior_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_cfa_simulation_smoothing.py::TestVARMEAllMissing::test_posterior_mean PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_cfa_simulation_smoothing.py::TestVARMEAllMissing::test_posterior_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_cfa_simulation_smoothing.py::TestVARMEPartialMissing::test_posterior_mean PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_cfa_simulation_smoothing.py::TestVARMEPartialMissing::test_posterior_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_cfa_simulation_smoothing.py::TestVARMEMixedMissing::test_posterior_mean PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_cfa_simulation_smoothing.py::TestVARMEMixedMissing::test_posterior_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_cfa_simulation_smoothing.py::TestSARIMAXME::test_posterior_mean PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_cfa_simulation_smoothing.py::TestSARIMAXME::test_posterior_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_cfa_simulation_smoothing.py::TestSARIMAXMEMissing::test_posterior_mean PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_cfa_simulation_smoothing.py::TestSARIMAXMEMissing::test_posterior_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_cfa_simulation_smoothing.py::TestUnobservedComponents::test_posterior_mean PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_cfa_simulation_smoothing.py::TestUnobservedComponents::test_posterior_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_cfa_simulation_smoothing.py::TestUnobservedComponentsMissing::test_posterior_mean PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_cfa_simulation_smoothing.py::TestUnobservedComponentsMissing::test_posterior_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_cfa_simulation_smoothing.py::test_dfm PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_cfa_tvpvar.py::test_tvpvar PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_chandrasekhar.py::test_chandrasekhar_conventional PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_chandrasekhar.py::test_chandrasekhar_univariate PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_chandrasekhar.py::test_invalid PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventional::test_using_collapsed PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventional::test_forecasts PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventional::test_forecasts_error PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventional::test_forecasts_error_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventional::test_filtered_state PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventional::test_filtered_state_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventional::test_predicted_state PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventional::test_predicted_state_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventional::test_loglike PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventional::test_smoothed_states PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventional::test_smoothed_states_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventional::test_smoothed_states_autocov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventional::test_smoothed_measurement_disturbance SKIPPED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventional::test_smoothed_measurement_disturbance_cov SKIPPED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventional::test_smoothed_state_disturbance PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventional::test_smoothed_state_disturbance_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventional::test_simulation_smoothed_state PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventional::test_simulation_smoothed_measurement_disturbance PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventional::test_simulation_smoothed_state_disturbance PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAlternate::test_using_collapsed PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAlternate::test_forecasts PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAlternate::test_forecasts_error PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAlternate::test_forecasts_error_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAlternate::test_filtered_state PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAlternate::test_filtered_state_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAlternate::test_predicted_state PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAlternate::test_predicted_state_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAlternate::test_loglike PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAlternate::test_smoothed_states PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAlternate::test_smoothed_states_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAlternate::test_smoothed_states_autocov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAlternate::test_smoothed_measurement_disturbance SKIPPED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAlternate::test_smoothed_measurement_disturbance_cov SKIPPED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAlternate::test_smoothed_state_disturbance PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAlternate::test_smoothed_state_disturbance_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAlternate::test_simulation_smoothed_state PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAlternate::test_simulation_smoothed_measurement_disturbance PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAlternate::test_simulation_smoothed_state_disturbance PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAlternate::test_using_alterate PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissing::test_using_collapsed PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissing::test_forecasts PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissing::test_forecasts_error PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissing::test_forecasts_error_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissing::test_filtered_state PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissing::test_filtered_state_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissing::test_predicted_state PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissing::test_predicted_state_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissing::test_loglike PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissing::test_smoothed_states PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissing::test_smoothed_states_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissing::test_smoothed_states_autocov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissing::test_smoothed_measurement_disturbance SKIPPED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissing::test_smoothed_measurement_disturbance_cov SKIPPED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissing::test_smoothed_state_disturbance PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissing::test_smoothed_state_disturbance_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissing::test_simulation_smoothed_state PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissing::test_simulation_smoothed_measurement_disturbance PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissing::test_simulation_smoothed_state_disturbance PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissingAlternate::test_using_collapsed PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissingAlternate::test_forecasts PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissingAlternate::test_forecasts_error PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissingAlternate::test_forecasts_error_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissingAlternate::test_filtered_state PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissingAlternate::test_filtered_state_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissingAlternate::test_predicted_state PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissingAlternate::test_predicted_state_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissingAlternate::test_loglike PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissingAlternate::test_smoothed_states PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissingAlternate::test_smoothed_states_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissingAlternate::test_smoothed_states_autocov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissingAlternate::test_smoothed_measurement_disturbance SKIPPED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissingAlternate::test_smoothed_measurement_disturbance_cov SKIPPED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissingAlternate::test_smoothed_state_disturbance PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissingAlternate::test_smoothed_state_disturbance_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissingAlternate::test_simulation_smoothed_state PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissingAlternate::test_simulation_smoothed_measurement_disturbance PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissingAlternate::test_simulation_smoothed_state_disturbance PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalPartialMissingAlternate::test_using_alterate PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissing::test_using_collapsed PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissing::test_forecasts PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissing::test_forecasts_error PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissing::test_forecasts_error_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissing::test_filtered_state PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissing::test_filtered_state_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissing::test_predicted_state PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissing::test_predicted_state_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissing::test_loglike PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissing::test_smoothed_states PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissing::test_smoothed_states_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissing::test_smoothed_states_autocov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissing::test_smoothed_measurement_disturbance SKIPPED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissing::test_smoothed_measurement_disturbance_cov SKIPPED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissing::test_smoothed_state_disturbance PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissing::test_smoothed_state_disturbance_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissing::test_simulation_smoothed_state PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissing::test_simulation_smoothed_measurement_disturbance PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissing::test_simulation_smoothed_state_disturbance PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissingAlternate::test_using_collapsed PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissingAlternate::test_forecasts PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissingAlternate::test_forecasts_error PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissingAlternate::test_forecasts_error_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissingAlternate::test_filtered_state PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissingAlternate::test_filtered_state_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissingAlternate::test_predicted_state PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissingAlternate::test_predicted_state_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissingAlternate::test_loglike PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissingAlternate::test_smoothed_states PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissingAlternate::test_smoothed_states_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissingAlternate::test_smoothed_states_autocov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissingAlternate::test_smoothed_measurement_disturbance SKIPPED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissingAlternate::test_smoothed_measurement_disturbance_cov SKIPPED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissingAlternate::test_smoothed_state_disturbance PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissingAlternate::test_smoothed_state_disturbance_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissingAlternate::test_simulation_smoothed_state PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissingAlternate::test_simulation_smoothed_measurement_disturbance PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissingAlternate::test_simulation_smoothed_state_disturbance PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateConventionalAllMissingAlternate::test_using_alterate PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariate::test_using_collapsed PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariate::test_forecasts PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariate::test_forecasts_error PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariate::test_forecasts_error_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariate::test_filtered_state PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariate::test_filtered_state_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariate::test_predicted_state PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariate::test_predicted_state_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariate::test_loglike PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariate::test_smoothed_states PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariate::test_smoothed_states_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariate::test_smoothed_states_autocov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariate::test_smoothed_measurement_disturbance SKIPPED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariate::test_smoothed_measurement_disturbance_cov SKIPPED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariate::test_smoothed_state_disturbance PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariate::test_smoothed_state_disturbance_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariate::test_simulation_smoothed_state PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariate::test_simulation_smoothed_measurement_disturbance PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariate::test_simulation_smoothed_state_disturbance PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAlternate::test_using_collapsed PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAlternate::test_forecasts PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAlternate::test_forecasts_error PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAlternate::test_forecasts_error_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAlternate::test_filtered_state PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAlternate::test_filtered_state_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAlternate::test_predicted_state PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAlternate::test_predicted_state_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAlternate::test_loglike PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAlternate::test_smoothed_states PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAlternate::test_smoothed_states_cov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAlternate::test_smoothed_states_autocov PASSED [ 54%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAlternate::test_smoothed_measurement_disturbance SKIPPED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAlternate::test_smoothed_measurement_disturbance_cov SKIPPED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAlternate::test_smoothed_state_disturbance PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAlternate::test_smoothed_state_disturbance_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAlternate::test_simulation_smoothed_state PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAlternate::test_simulation_smoothed_measurement_disturbance PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAlternate::test_simulation_smoothed_state_disturbance PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAlternate::test_using_alterate PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissing::test_using_collapsed PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissing::test_forecasts PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissing::test_forecasts_error PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissing::test_forecasts_error_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissing::test_filtered_state PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissing::test_filtered_state_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissing::test_predicted_state PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissing::test_predicted_state_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissing::test_loglike PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissing::test_smoothed_states PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissing::test_smoothed_states_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissing::test_smoothed_states_autocov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissing::test_smoothed_measurement_disturbance SKIPPED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissing::test_smoothed_measurement_disturbance_cov SKIPPED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissing::test_smoothed_state_disturbance PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissing::test_smoothed_state_disturbance_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissing::test_simulation_smoothed_state PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissing::test_simulation_smoothed_measurement_disturbance PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissing::test_simulation_smoothed_state_disturbance PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissingAlternate::test_using_collapsed PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissingAlternate::test_forecasts PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissingAlternate::test_forecasts_error PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissingAlternate::test_forecasts_error_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissingAlternate::test_filtered_state PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissingAlternate::test_filtered_state_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissingAlternate::test_predicted_state PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissingAlternate::test_predicted_state_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissingAlternate::test_loglike PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissingAlternate::test_smoothed_states PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissingAlternate::test_smoothed_states_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissingAlternate::test_smoothed_states_autocov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissingAlternate::test_smoothed_measurement_disturbance SKIPPED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissingAlternate::test_smoothed_measurement_disturbance_cov SKIPPED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissingAlternate::test_smoothed_state_disturbance PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissingAlternate::test_smoothed_state_disturbance_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissingAlternate::test_simulation_smoothed_state PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissingAlternate::test_simulation_smoothed_measurement_disturbance PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissingAlternate::test_simulation_smoothed_state_disturbance PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariatePartialMissingAlternate::test_using_alterate PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissing::test_using_collapsed PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissing::test_forecasts PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissing::test_forecasts_error PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissing::test_forecasts_error_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissing::test_filtered_state PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissing::test_filtered_state_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissing::test_predicted_state PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissing::test_predicted_state_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissing::test_loglike PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissing::test_smoothed_states PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissing::test_smoothed_states_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissing::test_smoothed_states_autocov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissing::test_smoothed_measurement_disturbance SKIPPED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissing::test_smoothed_measurement_disturbance_cov SKIPPED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissing::test_smoothed_state_disturbance PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissing::test_smoothed_state_disturbance_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissing::test_simulation_smoothed_state PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissing::test_simulation_smoothed_measurement_disturbance PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissing::test_simulation_smoothed_state_disturbance PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissingAlternate::test_using_collapsed PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissingAlternate::test_forecasts PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissingAlternate::test_forecasts_error PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissingAlternate::test_forecasts_error_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissingAlternate::test_filtered_state PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissingAlternate::test_filtered_state_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissingAlternate::test_predicted_state PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissingAlternate::test_predicted_state_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissingAlternate::test_loglike PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissingAlternate::test_smoothed_states PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissingAlternate::test_smoothed_states_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissingAlternate::test_smoothed_states_autocov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissingAlternate::test_smoothed_measurement_disturbance SKIPPED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissingAlternate::test_smoothed_measurement_disturbance_cov SKIPPED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissingAlternate::test_smoothed_state_disturbance PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissingAlternate::test_smoothed_state_disturbance_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissingAlternate::test_simulation_smoothed_state PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissingAlternate::test_simulation_smoothed_measurement_disturbance PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissingAlternate::test_simulation_smoothed_state_disturbance PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestTrivariateUnivariateAllMissingAlternate::test_using_alterate PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFM::test_using_collapsed PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFM::test_forecasts PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFM::test_forecasts_error PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFM::test_forecasts_error_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFM::test_filtered_state PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFM::test_filtered_state_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFM::test_predicted_state PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFM::test_predicted_state_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFM::test_loglike PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFM::test_smoothed_states PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFM::test_smoothed_states_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFM::test_smoothed_states_autocov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFM::test_smoothed_measurement_disturbance SKIPPED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFM::test_smoothed_measurement_disturbance_cov SKIPPED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFM::test_smoothed_state_disturbance PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFM::test_smoothed_state_disturbance_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFM::test_simulation_smoothed_state PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFM::test_simulation_smoothed_measurement_disturbance SKIPPED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFM::test_simulation_smoothed_state_disturbance PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMClassicalSmoothing::test_using_collapsed PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMClassicalSmoothing::test_forecasts PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMClassicalSmoothing::test_forecasts_error PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMClassicalSmoothing::test_forecasts_error_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMClassicalSmoothing::test_filtered_state PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMClassicalSmoothing::test_filtered_state_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMClassicalSmoothing::test_predicted_state PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMClassicalSmoothing::test_predicted_state_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMClassicalSmoothing::test_loglike PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMClassicalSmoothing::test_smoothed_states PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMClassicalSmoothing::test_smoothed_states_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMClassicalSmoothing::test_smoothed_states_autocov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMClassicalSmoothing::test_smoothed_measurement_disturbance SKIPPED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMClassicalSmoothing::test_smoothed_measurement_disturbance_cov SKIPPED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMClassicalSmoothing::test_smoothed_state_disturbance PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMClassicalSmoothing::test_smoothed_state_disturbance_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMClassicalSmoothing::test_simulation_smoothed_state PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMClassicalSmoothing::test_simulation_smoothed_measurement_disturbance SKIPPED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMClassicalSmoothing::test_simulation_smoothed_state_disturbance PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMClassicalSmoothing::test_smooth_method PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMUnivariateSmoothing::test_using_collapsed PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMUnivariateSmoothing::test_forecasts PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMUnivariateSmoothing::test_forecasts_error PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMUnivariateSmoothing::test_forecasts_error_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMUnivariateSmoothing::test_filtered_state PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMUnivariateSmoothing::test_filtered_state_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMUnivariateSmoothing::test_predicted_state PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMUnivariateSmoothing::test_predicted_state_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMUnivariateSmoothing::test_loglike PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMUnivariateSmoothing::test_smoothed_states PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMUnivariateSmoothing::test_smoothed_states_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMUnivariateSmoothing::test_smoothed_states_autocov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMUnivariateSmoothing::test_smoothed_measurement_disturbance SKIPPED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMUnivariateSmoothing::test_smoothed_measurement_disturbance_cov SKIPPED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMUnivariateSmoothing::test_smoothed_state_disturbance PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMUnivariateSmoothing::test_smoothed_state_disturbance_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMUnivariateSmoothing::test_simulation_smoothed_state PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMUnivariateSmoothing::test_simulation_smoothed_measurement_disturbance SKIPPED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMUnivariateSmoothing::test_simulation_smoothed_state_disturbance PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMUnivariateSmoothing::test_smooth_method PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMAlternativeSmoothing::test_using_collapsed PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMAlternativeSmoothing::test_forecasts PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMAlternativeSmoothing::test_forecasts_error PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMAlternativeSmoothing::test_forecasts_error_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMAlternativeSmoothing::test_filtered_state PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMAlternativeSmoothing::test_filtered_state_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMAlternativeSmoothing::test_predicted_state PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMAlternativeSmoothing::test_predicted_state_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMAlternativeSmoothing::test_loglike PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMAlternativeSmoothing::test_smoothed_states PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMAlternativeSmoothing::test_smoothed_states_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMAlternativeSmoothing::test_smoothed_states_autocov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMAlternativeSmoothing::test_smoothed_measurement_disturbance SKIPPED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMAlternativeSmoothing::test_smoothed_measurement_disturbance_cov SKIPPED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMAlternativeSmoothing::test_smoothed_state_disturbance PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMAlternativeSmoothing::test_smoothed_state_disturbance_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMAlternativeSmoothing::test_simulation_smoothed_state PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMAlternativeSmoothing::test_simulation_smoothed_measurement_disturbance SKIPPED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMAlternativeSmoothing::test_simulation_smoothed_state_disturbance PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMAlternativeSmoothing::test_smooth_method PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMMeasurementDisturbance::test_using_collapsed PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMMeasurementDisturbance::test_forecasts PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMMeasurementDisturbance::test_forecasts_error PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMMeasurementDisturbance::test_forecasts_error_cov PASSED [ 55%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMMeasurementDisturbance::test_filtered_state PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMMeasurementDisturbance::test_filtered_state_cov PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMMeasurementDisturbance::test_predicted_state PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMMeasurementDisturbance::test_predicted_state_cov PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMMeasurementDisturbance::test_loglike PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMMeasurementDisturbance::test_smoothed_states PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMMeasurementDisturbance::test_smoothed_states_cov PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMMeasurementDisturbance::test_smoothed_states_autocov PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMMeasurementDisturbance::test_smoothed_measurement_disturbance_cov SKIPPED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMMeasurementDisturbance::test_smoothed_state_disturbance_cov PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMMeasurementDisturbance::test_simulation_smoothed_state PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMMeasurementDisturbance::test_smoothed_state_disturbance PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMMeasurementDisturbance::test_smoothed_measurement_disturbance PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMMeasurementDisturbance::test_simulation_smoothed_measurement_disturbance PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::TestDFMMeasurementDisturbance::test_simulation_smoothed_state_disturbance PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_collapsed.py::test_dfm_missing PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_concentrated.py::test_concentrated_loglike_sarimax PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_concentrated.py::test_concentrated_predict_sarimax PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_concentrated.py::test_fixed_scale_sarimax PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_concentrated.py::test_concentrated_scale_conventional PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_concentrated.py::test_concentrated_scale_univariate PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood[True-True-True-True] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood[True-True-True-False] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood[True-True-False-True] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood[True-True-False-False] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood[True-False-True-True] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood[True-False-True-False] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood[True-False-False-True] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood[True-False-False-False] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood[False-True-True-True] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood[False-True-True-False] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood[False-True-False-True] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood[False-True-False-False] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood[False-False-True-True] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood[False-False-True-False] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood[False-False-False-True] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood[False-False-False-False] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood_extras[True-True-True-True] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood_extras[True-True-True-False] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood_extras[True-True-False-True] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood_extras[True-True-False-False] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood_extras[True-False-True-True] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood_extras[True-False-True-False] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood_extras[True-False-False-True] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood_extras[True-False-False-False] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood_extras[False-True-True-True] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood_extras[False-True-True-False] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood_extras[False-True-False-True] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood_extras[False-True-False-False] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood_extras[False-False-True-True] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood_extras[False-False-True-False] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood_extras[False-False-False-True] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood_extras[False-False-False-False] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood_multivariate[True-True] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood_multivariate[True-False] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood_multivariate[False-True] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood_multivariate[False-False] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood_multivariate_extra[True-True-True] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood_multivariate_extra[True-True-False] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood_multivariate_extra[True-False-True] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood_multivariate_extra[True-False-False] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood_multivariate_extra[False-True-True] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood_multivariate_extra[False-True-False] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood_multivariate_extra[False-False-True] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_memory_no_likelihood_multivariate_extra[False-False-False] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_fit PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_low_memory_filter PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_low_memory_fit PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_fittedvalues_resid_predict[510] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_fittedvalues_resid_predict[2] PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_get_prediction_memory_conserve PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_conserve_memory.py::test_invalid_fittedvalues_resid_predict PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor::test_params PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor::test_results PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor::test_plot_coefficients_of_determination PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor::test_no_enforce PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor::test_mle PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor::test_loglike PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor::test_aic PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor::test_bic PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor::test_predict PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor::test_dynamic_predict PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor::test_bse_approx PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor2::test_params PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor2::test_results PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor2::test_plot_coefficients_of_determination PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor2::test_no_enforce PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor2::test_loglike PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor2::test_predict PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor2::test_dynamic_predict PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor2::test_mle PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor2::test_bse PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor2::test_aic PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor2::test_bic PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor2::test_summary PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_exog1::test_params PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_exog1::test_results PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_exog1::test_plot_coefficients_of_determination PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_exog1::test_no_enforce PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_exog1::test_mle PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_exog1::test_loglike PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_exog1::test_aic PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_exog1::test_bic PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_exog1::test_predict PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_exog1::test_dynamic_predict PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_exog1::test_bse_approx PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_exog2::test_params PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_exog2::test_results PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_exog2::test_plot_coefficients_of_determination PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_exog2::test_no_enforce PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_exog2::test_mle PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_exog2::test_loglike PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_exog2::test_aic PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_exog2::test_bic PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_exog2::test_bse_approx PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_exog2::test_predict PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_exog2::test_dynamic_predict PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_exog2::test_summary PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_general_errors::test_params PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_general_errors::test_results PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_general_errors::test_plot_coefficients_of_determination PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_general_errors::test_no_enforce PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_general_errors::test_loglike PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_general_errors::test_aic PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_general_errors::test_bic PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_general_errors::test_predict PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_general_errors::test_dynamic_predict PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_general_errors::test_bse_approx PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_general_errors::test_mle SKIPPED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_general_errors::test_summary PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_ar2_errors::test_params PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_ar2_errors::test_results PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_ar2_errors::test_plot_coefficients_of_determination PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_ar2_errors::test_no_enforce PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_ar2_errors::test_loglike PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_ar2_errors::test_aic PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_ar2_errors::test_bic PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_ar2_errors::test_predict PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_ar2_errors::test_dynamic_predict PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_ar2_errors::test_bse_approx PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_ar2_errors::test_mle FAILED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_scalar_error::test_params PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_scalar_error::test_results PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_scalar_error::test_plot_coefficients_of_determination PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_scalar_error::test_no_enforce PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_scalar_error::test_mle PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_scalar_error::test_loglike PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_scalar_error::test_aic PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_scalar_error::test_bic PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_scalar_error::test_bse_approx PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_scalar_error::test_predict PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_scalar_error::test_dynamic_predict PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestStaticFactor::test_params PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestStaticFactor::test_results PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestStaticFactor::test_plot_coefficients_of_determination PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestStaticFactor::test_no_enforce PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestStaticFactor::test_mle PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestStaticFactor::test_loglike PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestStaticFactor::test_aic PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestStaticFactor::test_predict PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestStaticFactor::test_dynamic_predict PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestStaticFactor::test_bse_approx PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestStaticFactor::test_bic PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestSUR::test_params PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestSUR::test_results PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestSUR::test_plot_coefficients_of_determination PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestSUR::test_no_enforce PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestSUR::test_mle PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestSUR::test_loglike PASSED [ 56%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestSUR::test_aic PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestSUR::test_bic PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestSUR::test_bse_approx PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestSUR::test_predict PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestSUR::test_dynamic_predict PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestSUR_autocorrelated_errors::test_params PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestSUR_autocorrelated_errors::test_results PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestSUR_autocorrelated_errors::test_plot_coefficients_of_determination PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestSUR_autocorrelated_errors::test_no_enforce PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestSUR_autocorrelated_errors::test_loglike PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestSUR_autocorrelated_errors::test_aic PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestSUR_autocorrelated_errors::test_bic PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestSUR_autocorrelated_errors::test_bse_approx PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestSUR_autocorrelated_errors::test_predict PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestSUR_autocorrelated_errors::test_dynamic_predict PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestSUR_autocorrelated_errors::test_mle PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::test_misspecification PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::test_miscellaneous PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::test_predict_custom_index PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::test_forecast_exog PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::test_recreate_model PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::test_append_results PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::test_extend_results PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::test_apply_results PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::test_start_params_nans PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_default PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_k_factors_gt1 PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_factor_order_gt1 PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_k_factors_gt1_factor_order_gt1 PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_k_factors_gt1_factor_order_gt1_no_idiosyncratic_ar1 PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_invalid_model_specification PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_date_indexes[M-Q] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_date_indexes[M-Q-DEC] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_date_indexes[M-Q-JAN] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_date_indexes[M-QS] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_date_indexes[M-QS-DEC] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_date_indexes[M-QS-APR] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_date_indexes[MS-Q] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_date_indexes[MS-Q-DEC] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_date_indexes[MS-Q-JAN] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_date_indexes[MS-QS] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_date_indexes[MS-QS-DEC] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_date_indexes[MS-QS-APR] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_results_factors PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_coefficient_of_determination PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_quasi_newton_fitting PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_summary PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_append_extend_apply PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_news_monthly PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_news_MQ PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_ar6_no_quarterly PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_idiosyncratic_ar1_False PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_invalid_standardize_1d PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_simulate_standardized_1d[standardize0-True] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_simulate_standardized_1d[standardize0-False] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_simulate_standardized_1d[standardize1-True] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_simulate_standardized_1d[standardize1-False] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_simulate_standardized_1d[standardize2-True] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_simulate_standardized_1d[standardize2-False] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_simulate_standardized_1d[standardize3-True] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_simulate_standardized_1d[standardize3-False] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_simulate_standardized_2d[standardize0-True] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_simulate_standardized_2d[standardize0-False] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_simulate_standardized_2d[standardize1-True] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_simulate_standardized_2d[standardize1-False] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_simulate_standardized_2d[standardize2-True] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_simulate_standardized_2d[standardize2-False] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_standardized_monthly[True-1-True] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_standardized_monthly[True-1-False] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_standardized_monthly[True-2-True] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_standardized_monthly[True-2-False] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_standardized_monthly[False-1-True] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_standardized_monthly[False-1-False] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_standardized_monthly[False-2-True] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_standardized_monthly[False-2-False] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_standardized_MQ[True] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq.py::test_standardized_MQ[False] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_known[111] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_known[112] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_known[11F] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_known[221] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_known[222] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_known[22F] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_known[block_111] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_known[block_112] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_known[block_221] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_known[block_222] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_emstep1[11] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_emstep1[22] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_emstep1[block_11] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_emstep1[block_22] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_emstep_methods_missing[1-1-1-True] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_emstep_methods_missing[3-1-1-True] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_emstep_methods_missing[1-6-1-True] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_emstep_methods_missing[3-6-1-True] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_emstep_methods_missing[1-1-1-False] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_emstep_methods_missing[3-1-1-False] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_emstep_methods_missing[1-6-1-False] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_emstep_methods_missing[3-6-1-False] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_emstep_methods_missing[k_factors8-factor_orders8-1-True] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_emstep_methods_missing[k_factors9-factor_orders9-1-False] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_emstep_methods_missing[k_factors10-factor_orders10-factor_multiplicities10-True] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_emstep_methods_missing[k_factors11-factor_orders11-factor_multiplicities11-False] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_emstep_methods_nonmissing[1-1-1-True] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_emstep_methods_nonmissing[3-1-1-True] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_emstep_methods_nonmissing[1-6-1-True] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_emstep_methods_nonmissing[3-factor_orders3-1-True] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_emstep_methods_nonmissing[1-1-1-False] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_emstep_methods_nonmissing[3-1-1-False] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_emstep_methods_nonmissing[1-6-1-False] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_emstep_methods_nonmissing[3-factor_orders7-1-False] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_emstep_methods_nonmissing[k_factors8-factor_orders8-1-True] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_emstep_methods_nonmissing[k_factors9-factor_orders9-1-False] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_emstep_methods_nonmissing[k_factors10-factor_orders10-factor_multiplicities10-True] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_emstep_methods_nonmissing[k_factors11-factor_orders11-factor_multiplicities11-False] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_news[news_112] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_news[news_222] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_news[news_block_112] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py::test_news[news_block_222] PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_monte_carlo.py::test_k_factor1 SKIPPED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_monte_carlo.py::test_em_nonstationary PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_monte_carlo.py::test_k_factor1_factor_order_6 PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_monte_carlo.py::test_k_factor2_factor_order_6 SKIPPED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_monte_carlo.py::test_two_blocks_factor_orders_6 SKIPPED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestLocalLevelAnalytic::test_results PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestLocalLevelAnalyticDirect::test_results PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestLocalLinearTrendAnalytic::test_results PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestLocalLinearTrendAnalyticDirect::test_results PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestLocalLinearTrendAnalyticMissing::test_results PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::test_common_level_analytic PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::test_common_level_restricted_analytic PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_Approx::test_forecasts PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_Approx::test_forecasts_error PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_Approx::test_forecasts_error_cov PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_Approx::test_filtered_state PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_Approx::test_filtered_state_cov PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_Approx::test_predicted_state PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_Approx::test_predicted_state_cov PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_Approx::test_kalman_gain PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_Approx::test_loglike PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_Approx::test_smoothed_state PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_Approx::test_smoothed_state_cov PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_Approx::test_smoothed_state_autocov PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_Approx::test_smoothed_measurement_disturbance PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_Approx::test_smoothed_measurement_disturbance_cov PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_Approx::test_smoothed_state_disturbance PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_Approx::test_smoothed_state_disturbance_cov PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_Approx::test_smoothing_error SKIPPED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_Approx::test_scaled_smoothed_estimator PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_Approx::test_scaled_smoothed_estimator_cov PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_Approx::test_forecasts_error_diffuse_cov PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_Approx::test_predicted_diffuse_state_cov PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_Approx::test_scaled_smoothed_diffuse_estimator PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_Approx::test_scaled_smoothed_diffuse1_estimator_cov PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_Approx::test_scaled_smoothed_diffuse2_estimator_cov PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_Approx::test_simulation_smoothed_state XFAIL [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_Approx::test_simulation_smoothed_measurement_disturbance XFAIL [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_Approx::test_simulation_smoothed_state_disturbance XFAIL [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_Approx::test_nobs_diffuse PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_Approx::test_initialization PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_Approx::test_initialization_approx PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_KFAS::test_forecasts PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_KFAS::test_forecasts_error PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_KFAS::test_forecasts_error_cov PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_KFAS::test_filtered_state PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_KFAS::test_filtered_state_cov PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_KFAS::test_predicted_state PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_KFAS::test_predicted_state_cov PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_KFAS::test_kalman_gain PASSED [ 57%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_KFAS::test_loglike PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_KFAS::test_smoothed_state PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_KFAS::test_smoothed_state_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_KFAS::test_smoothed_state_autocov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_KFAS::test_smoothed_measurement_disturbance PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_KFAS::test_smoothed_measurement_disturbance_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_KFAS::test_smoothed_state_disturbance PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_KFAS::test_smoothed_state_disturbance_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_KFAS::test_smoothing_error SKIPPED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_KFAS::test_scaled_smoothed_estimator PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_KFAS::test_scaled_smoothed_estimator_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_KFAS::test_forecasts_error_diffuse_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_KFAS::test_predicted_diffuse_state_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_KFAS::test_scaled_smoothed_diffuse_estimator PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_KFAS::test_scaled_smoothed_diffuse1_estimator_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_KFAS::test_scaled_smoothed_diffuse2_estimator_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_KFAS::test_simulation_smoothed_state XFAIL [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_KFAS::test_simulation_smoothed_measurement_disturbance XFAIL [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_KFAS::test_simulation_smoothed_state_disturbance XFAIL [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_KFAS::test_nobs_diffuse PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1_KFAS::test_initialization PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_Approx::test_forecasts PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_Approx::test_forecasts_error PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_Approx::test_forecasts_error_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_Approx::test_filtered_state PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_Approx::test_filtered_state_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_Approx::test_predicted_state PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_Approx::test_predicted_state_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_Approx::test_kalman_gain PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_Approx::test_loglike PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_Approx::test_smoothed_state PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_Approx::test_smoothed_state_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_Approx::test_smoothed_state_autocov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_Approx::test_smoothed_measurement_disturbance PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_Approx::test_smoothed_state_disturbance PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_Approx::test_smoothed_state_disturbance_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_Approx::test_smoothing_error SKIPPED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_Approx::test_scaled_smoothed_estimator PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_Approx::test_scaled_smoothed_estimator_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_Approx::test_forecasts_error_diffuse_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_Approx::test_predicted_diffuse_state_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_Approx::test_scaled_smoothed_diffuse_estimator PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_Approx::test_scaled_smoothed_diffuse1_estimator_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_Approx::test_scaled_smoothed_diffuse2_estimator_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_Approx::test_simulation_smoothed_state XFAIL [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_Approx::test_simulation_smoothed_measurement_disturbance XFAIL [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_Approx::test_simulation_smoothed_state_disturbance XFAIL [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_Approx::test_nobs_diffuse PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_Approx::test_initialization PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_Approx::test_initialization_approx PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_Approx::test_smoothed_measurement_disturbance_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_KFAS::test_forecasts PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_KFAS::test_forecasts_error PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_KFAS::test_forecasts_error_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_KFAS::test_filtered_state PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_KFAS::test_filtered_state_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_KFAS::test_predicted_state PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_KFAS::test_predicted_state_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_KFAS::test_kalman_gain PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_KFAS::test_loglike PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_KFAS::test_smoothed_state PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_KFAS::test_smoothed_state_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_KFAS::test_smoothed_state_autocov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_KFAS::test_smoothed_measurement_disturbance PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_KFAS::test_smoothed_measurement_disturbance_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_KFAS::test_smoothed_state_disturbance PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_KFAS::test_smoothed_state_disturbance_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_KFAS::test_smoothing_error SKIPPED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_KFAS::test_scaled_smoothed_estimator PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_KFAS::test_scaled_smoothed_estimator_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_KFAS::test_forecasts_error_diffuse_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_KFAS::test_predicted_diffuse_state_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_KFAS::test_scaled_smoothed_diffuse_estimator PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_KFAS::test_scaled_smoothed_diffuse1_estimator_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_KFAS::test_scaled_smoothed_diffuse2_estimator_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_KFAS::test_simulation_smoothed_state XFAIL [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_KFAS::test_simulation_smoothed_measurement_disturbance XFAIL [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_KFAS::test_simulation_smoothed_state_disturbance XFAIL [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_KFAS::test_nobs_diffuse PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1MeasurementError_KFAS::test_initialization PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_Approx::test_forecasts PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_Approx::test_forecasts_error PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_Approx::test_forecasts_error_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_Approx::test_filtered_state PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_Approx::test_filtered_state_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_Approx::test_predicted_state PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_Approx::test_predicted_state_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_Approx::test_kalman_gain PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_Approx::test_loglike PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_Approx::test_smoothed_state PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_Approx::test_smoothed_state_autocov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_Approx::test_smoothed_measurement_disturbance PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_Approx::test_smoothed_measurement_disturbance_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_Approx::test_smoothed_state_disturbance PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_Approx::test_smoothed_state_disturbance_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_Approx::test_smoothing_error SKIPPED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_Approx::test_scaled_smoothed_estimator PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_Approx::test_scaled_smoothed_estimator_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_Approx::test_forecasts_error_diffuse_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_Approx::test_predicted_diffuse_state_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_Approx::test_scaled_smoothed_diffuse_estimator PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_Approx::test_scaled_smoothed_diffuse1_estimator_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_Approx::test_scaled_smoothed_diffuse2_estimator_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_Approx::test_simulation_smoothed_state XFAIL [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_Approx::test_simulation_smoothed_measurement_disturbance XFAIL [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_Approx::test_simulation_smoothed_state_disturbance XFAIL [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_Approx::test_initialization PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_Approx::test_nobs_diffuse PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_Approx::test_initialization_approx PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_Approx::test_smoothed_state_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_KFAS::test_forecasts PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_KFAS::test_forecasts_error PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_KFAS::test_filtered_state PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_KFAS::test_filtered_state_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_KFAS::test_predicted_state PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_KFAS::test_predicted_state_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_KFAS::test_kalman_gain PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_KFAS::test_loglike PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_KFAS::test_smoothed_state PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_KFAS::test_smoothed_state_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_KFAS::test_smoothed_state_autocov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_KFAS::test_smoothed_measurement_disturbance PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_KFAS::test_smoothed_measurement_disturbance_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_KFAS::test_smoothed_state_disturbance PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_KFAS::test_smoothed_state_disturbance_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_KFAS::test_smoothing_error SKIPPED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_KFAS::test_scaled_smoothed_estimator PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_KFAS::test_scaled_smoothed_estimator_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_KFAS::test_forecasts_error_diffuse_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_KFAS::test_predicted_diffuse_state_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_KFAS::test_scaled_smoothed_diffuse_estimator PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_KFAS::test_scaled_smoothed_diffuse1_estimator_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_KFAS::test_scaled_smoothed_diffuse2_estimator_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_KFAS::test_simulation_smoothed_state XFAIL [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_KFAS::test_simulation_smoothed_measurement_disturbance XFAIL [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_KFAS::test_simulation_smoothed_state_disturbance XFAIL [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_KFAS::test_initialization PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_KFAS::test_nobs_diffuse PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Missing_KFAS::test_forecasts_error_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_Approx::test_forecasts PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_Approx::test_forecasts_error PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_Approx::test_forecasts_error_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_Approx::test_filtered_state PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_Approx::test_filtered_state_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_Approx::test_predicted_state PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_Approx::test_predicted_state_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_Approx::test_kalman_gain PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_Approx::test_loglike PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_Approx::test_smoothed_state PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_Approx::test_smoothed_state_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_Approx::test_smoothed_state_autocov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_Approx::test_smoothed_measurement_disturbance PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_Approx::test_smoothed_measurement_disturbance_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_Approx::test_smoothed_state_disturbance PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_Approx::test_smoothed_state_disturbance_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_Approx::test_smoothing_error SKIPPED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_Approx::test_scaled_smoothed_estimator PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_Approx::test_scaled_smoothed_estimator_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_Approx::test_forecasts_error_diffuse_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_Approx::test_predicted_diffuse_state_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_Approx::test_scaled_smoothed_diffuse_estimator PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_Approx::test_scaled_smoothed_diffuse1_estimator_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_Approx::test_scaled_smoothed_diffuse2_estimator_cov PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_Approx::test_simulation_smoothed_state XFAIL [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_Approx::test_simulation_smoothed_measurement_disturbance XFAIL [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_Approx::test_simulation_smoothed_state_disturbance XFAIL [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_Approx::test_nobs_diffuse PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_Approx::test_initialization PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_Approx::test_initialization_approx PASSED [ 58%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_KFAS::test_forecasts PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_KFAS::test_forecasts_error PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_KFAS::test_forecasts_error_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_KFAS::test_filtered_state_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_KFAS::test_predicted_state_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_KFAS::test_kalman_gain PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_KFAS::test_loglike PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_KFAS::test_smoothed_state_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_KFAS::test_smoothed_state_autocov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_KFAS::test_smoothed_measurement_disturbance PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_KFAS::test_smoothed_measurement_disturbance_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_KFAS::test_smoothed_state_disturbance PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_KFAS::test_smoothed_state_disturbance_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_KFAS::test_smoothing_error SKIPPED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_KFAS::test_scaled_smoothed_estimator PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_KFAS::test_scaled_smoothed_estimator_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_KFAS::test_forecasts_error_diffuse_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_KFAS::test_predicted_diffuse_state_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_KFAS::test_scaled_smoothed_diffuse_estimator PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_KFAS::test_scaled_smoothed_diffuse1_estimator_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_KFAS::test_scaled_smoothed_diffuse2_estimator_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_KFAS::test_simulation_smoothed_state XFAIL [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_KFAS::test_simulation_smoothed_measurement_disturbance XFAIL [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_KFAS::test_simulation_smoothed_state_disturbance XFAIL [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_KFAS::test_nobs_diffuse PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_KFAS::test_initialization PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_KFAS::test_predicted_state PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_KFAS::test_filtered_state PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestVAR1Mixed_KFAS::test_smoothed_state PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_Approx::test_forecasts PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_Approx::test_forecasts_error PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_Approx::test_forecasts_error_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_Approx::test_filtered_state PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_Approx::test_filtered_state_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_Approx::test_predicted_state PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_Approx::test_predicted_state_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_Approx::test_kalman_gain PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_Approx::test_loglike PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_Approx::test_smoothed_state PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_Approx::test_smoothed_state_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_Approx::test_smoothed_state_autocov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_Approx::test_smoothed_measurement_disturbance PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_Approx::test_smoothed_measurement_disturbance_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_Approx::test_smoothed_state_disturbance PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_Approx::test_smoothed_state_disturbance_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_Approx::test_smoothing_error SKIPPED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_Approx::test_scaled_smoothed_estimator PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_Approx::test_scaled_smoothed_estimator_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_Approx::test_forecasts_error_diffuse_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_Approx::test_predicted_diffuse_state_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_Approx::test_scaled_smoothed_diffuse_estimator PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_Approx::test_scaled_smoothed_diffuse1_estimator_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_Approx::test_scaled_smoothed_diffuse2_estimator_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_Approx::test_simulation_smoothed_state XFAIL [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_Approx::test_simulation_smoothed_measurement_disturbance XFAIL [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_Approx::test_simulation_smoothed_state_disturbance XFAIL [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_Approx::test_nobs_diffuse PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_Approx::test_initialization PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_Approx::test_initialization_approx PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_KFAS::test_forecasts PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_KFAS::test_forecasts_error PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_KFAS::test_forecasts_error_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_KFAS::test_filtered_state_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_KFAS::test_predicted_state_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_KFAS::test_kalman_gain PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_KFAS::test_loglike PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_KFAS::test_smoothed_state_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_KFAS::test_smoothed_state_autocov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_KFAS::test_smoothed_measurement_disturbance PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_KFAS::test_smoothed_measurement_disturbance_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_KFAS::test_smoothed_state_disturbance PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_KFAS::test_smoothed_state_disturbance_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_KFAS::test_smoothing_error SKIPPED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_KFAS::test_scaled_smoothed_estimator PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_KFAS::test_scaled_smoothed_estimator_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_KFAS::test_forecasts_error_diffuse_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_KFAS::test_predicted_diffuse_state_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_KFAS::test_scaled_smoothed_diffuse_estimator PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_KFAS::test_scaled_smoothed_diffuse1_estimator_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_KFAS::test_scaled_smoothed_diffuse2_estimator_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_KFAS::test_simulation_smoothed_state XFAIL [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_KFAS::test_simulation_smoothed_measurement_disturbance XFAIL [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_KFAS::test_simulation_smoothed_state_disturbance XFAIL [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_KFAS::test_nobs_diffuse PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_KFAS::test_initialization PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_KFAS::test_predicted_state PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_KFAS::test_filtered_state PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFM_KFAS::test_smoothed_state PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFMCollapsed_Approx::test_forecasts PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFMCollapsed_Approx::test_forecasts_error PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFMCollapsed_Approx::test_forecasts_error_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFMCollapsed_Approx::test_filtered_state PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFMCollapsed_Approx::test_filtered_state_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFMCollapsed_Approx::test_predicted_state PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFMCollapsed_Approx::test_predicted_state_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFMCollapsed_Approx::test_kalman_gain PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFMCollapsed_Approx::test_loglike PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFMCollapsed_Approx::test_smoothed_state PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFMCollapsed_Approx::test_smoothed_state_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFMCollapsed_Approx::test_smoothed_state_autocov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFMCollapsed_Approx::test_smoothed_measurement_disturbance PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFMCollapsed_Approx::test_smoothed_measurement_disturbance_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFMCollapsed_Approx::test_smoothed_state_disturbance PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFMCollapsed_Approx::test_smoothed_state_disturbance_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFMCollapsed_Approx::test_smoothing_error SKIPPED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFMCollapsed_Approx::test_scaled_smoothed_estimator PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFMCollapsed_Approx::test_scaled_smoothed_estimator_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFMCollapsed_Approx::test_forecasts_error_diffuse_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFMCollapsed_Approx::test_predicted_diffuse_state_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFMCollapsed_Approx::test_scaled_smoothed_diffuse_estimator PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFMCollapsed_Approx::test_scaled_smoothed_diffuse1_estimator_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFMCollapsed_Approx::test_scaled_smoothed_diffuse2_estimator_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFMCollapsed_Approx::test_simulation_smoothed_state XFAIL [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFMCollapsed_Approx::test_simulation_smoothed_measurement_disturbance XFAIL [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFMCollapsed_Approx::test_simulation_smoothed_state_disturbance XFAIL [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFMCollapsed_Approx::test_nobs_diffuse PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFMCollapsed_Approx::test_initialization PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::TestDFMCollapsed_Approx::test_initialization_approx PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::test_irrelevant_state XFAIL [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exact_diffuse_filtering.py::test_nondiagonal_obs_cov PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestSESFPPFixed02::test_fitted PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestSESFPPFixed02::test_output PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestSESFPPFixed02::test_forecasts PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestSESFPPFixed02::test_conf_int PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestSESFPPFixed02::test_initial_states PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestSESFPPFixed02::test_states PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestSESFPPFixed02::test_misc PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestSESFPPFixed06::test_fitted PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestSESFPPFixed06::test_output PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestSESFPPFixed06::test_forecasts PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestSESFPPFixed06::test_conf_int PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestSESFPPFixed06::test_initial_states PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestSESFPPFixed06::test_states PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestSESFPPFixed06::test_misc PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestSESFPPEstimated::test_fitted PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestSESFPPEstimated::test_output PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestSESFPPEstimated::test_forecasts PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestSESFPPEstimated::test_conf_int PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestSESFPPEstimated::test_initial_states PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestSESFPPEstimated::test_states PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestSESFPPEstimated::test_misc PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestSESETSEstimated::test_fitted PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestSESETSEstimated::test_output PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestSESETSEstimated::test_forecasts PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestSESETSEstimated::test_conf_int PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestSESETSEstimated::test_initial_states PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestSESETSEstimated::test_states PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestSESETSEstimated::test_misc PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestSESETSEstimated::test_mle_estimates PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltFPPFixed::test_fitted PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltFPPFixed::test_output PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltFPPFixed::test_forecasts PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltFPPFixed::test_initial_states PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltFPPFixed::test_states PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltFPPFixed::test_misc PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltFPPFixed::test_conf_int PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltDampedFPPEstimated::test_fitted PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltDampedFPPEstimated::test_output PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltDampedFPPEstimated::test_forecasts PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltDampedFPPEstimated::test_conf_int PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltDampedFPPEstimated::test_initial_states PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltDampedFPPEstimated::test_states PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltDampedFPPEstimated::test_misc PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltDampedETSEstimated::test_fitted PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltDampedETSEstimated::test_output PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltDampedETSEstimated::test_forecasts PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltDampedETSEstimated::test_conf_int PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltDampedETSEstimated::test_initial_states PASSED [ 59%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltDampedETSEstimated::test_states PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltDampedETSEstimated::test_misc PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltDampedETSEstimated::test_mle_estimates PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersFPPEstimated::test_fitted PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersFPPEstimated::test_output PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersFPPEstimated::test_forecasts PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersFPPEstimated::test_conf_int PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersFPPEstimated::test_initial_states PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersFPPEstimated::test_states PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersFPPEstimated::test_misc PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersETSEstimated::test_fitted PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersETSEstimated::test_output PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersETSEstimated::test_forecasts PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersETSEstimated::test_conf_int PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersETSEstimated::test_initial_states PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersETSEstimated::test_states PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersETSEstimated::test_misc PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersDampedETSEstimated::test_fitted PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersDampedETSEstimated::test_output PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersDampedETSEstimated::test_forecasts PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersDampedETSEstimated::test_conf_int PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersDampedETSEstimated::test_initial_states PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersDampedETSEstimated::test_states PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersDampedETSEstimated::test_misc PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersDampedETSEstimated::test_mle_estimates PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersNoTrendETSEstimated::test_fitted PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersNoTrendETSEstimated::test_output PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersNoTrendETSEstimated::test_forecasts PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersNoTrendETSEstimated::test_initial_states PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersNoTrendETSEstimated::test_states PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersNoTrendETSEstimated::test_misc PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersNoTrendETSEstimated::test_conf_int PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersNoTrendETSEstimated::test_mle_estimates PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestSESKnownInitialization::test_given_params PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestSESKnownInitialization::test_estimated_params PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltKnownInitialization::test_given_params PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltKnownInitialization::test_estimated_params PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltDampedKnownInitialization::test_given_params PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltDampedKnownInitialization::test_estimated_params PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersKnownInitialization::test_given_params PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersKnownInitialization::test_estimated_params PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersDampedKnownInitialization::test_given_params PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersDampedKnownInitialization::test_estimated_params PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersNoTrendKnownInitialization::test_given_params PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersNoTrendKnownInitialization::test_estimated_params PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestSESHeuristicInitialization::test_heuristic PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltHeuristicInitialization::test_heuristic PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltDampedHeuristicInitialization::test_heuristic PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersHeuristicInitialization::test_heuristic PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersDampedHeuristicInitialization::test_heuristic PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersNoTrendHeuristicInitialization::test_heuristic PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::test_concentrated_initialization PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestSESConcentratedInitialization::test_given_params PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestSESConcentratedInitialization::test_estimated_params PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltConcentratedInitialization::test_given_params PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltConcentratedInitialization::test_estimated_params PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltDampedConcentratedInitialization::test_given_params PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltDampedConcentratedInitialization::test_estimated_params PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersConcentratedInitialization::test_given_params PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersConcentratedInitialization::test_estimated_params PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersDampedConcentratedInitialization::test_given_params PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersDampedConcentratedInitialization::test_estimated_params PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersNoTrendConcentratedInitialization::test_given_params PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestHoltWintersNoTrendConcentratedInitialization::test_estimated_params PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestMultiIndex::test_fitted PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestMultiIndex::test_output PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestMultiIndex::test_forecasts PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestMultiIndex::test_initial_states PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestMultiIndex::test_states PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestMultiIndex::test_misc PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::TestMultiIndex::test_conf_int PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::test_invalid PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_exponential_smoothing.py::test_parameterless_model PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_fixed_params.py::test_fix_params PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_fixed_params.py::test_nested_fix_params PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_fixed_params.py::test_results_append PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_fixed_params.py::test_results_extend PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_fixed_params.py::test_results_apply PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_fixed_params.py::test_mle_validate PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_fixed_params.py::test_sarimax_validate PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_fixed_params.py::test_structural_validate PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_fixed_params.py::test_dynamic_factor_validate PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_fixed_params.py::test_varmax_validate PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_fixed_params.py::test_sarimax_nonconsecutive PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_fixed_params.py::test_structural PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_fixed_params.py::test_dynamic_factor_diag_error_cov PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_fixed_params.py::test_score_shape PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_forecasting.py::test_append_multistep[list] PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_forecasting.py::test_append_multistep[numpy] PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_forecasting.py::test_append_multistep[range] PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_forecasting.py::test_append_multistep[date] PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_forecasting.py::test_append_multistep[period] PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_impulse_responses.py::test_sarimax PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_impulse_responses.py::test_structural PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_impulse_responses.py::test_varmax PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_impulse_responses.py::test_dynamic_factor PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_impulse_responses.py::test_time_varying_ssm PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_impulse_responses.py::test_time_varying_in_sample PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_impulse_responses.py::test_time_varying_out_of_sample PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_impulse_responses.py::test_time_varying_in_sample_anchored PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_impulse_responses.py::test_time_varying_out_of_sample_anchored PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_impulse_responses.py::test_time_varying_out_of_sample_anchored_end PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_impulse_responses.py::test_pandas_univariate_rangeindex PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_impulse_responses.py::test_pandas_univariate_dateindex PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_impulse_responses.py::test_pandas_multivariate_rangeindex PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_impulse_responses.py::test_pandas_multivariate_dateindex PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_impulse_responses.py::test_pandas_anchor PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_initialization.py::test_global_known PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_initialization.py::test_global_diffuse PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_initialization.py::test_global_approximate_diffuse PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_initialization.py::test_global_stationary PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_initialization.py::test_mixed_basic PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_initialization.py::test_mixed_stationary PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_initialization.py::test_nested PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_initialization.py::test_invalid PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987Single::test_pickled_filter SKIPPED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987Single::test_copied_filter SKIPPED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987Single::test_loglike SKIPPED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987Single::test_filtered_state SKIPPED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987Double::test_loglike PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987Double::test_filtered_state PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987Double::test_pickled_filter PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987Double::test_copied_filter PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987SingleComplex::test_pickled_filter SKIPPED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987SingleComplex::test_copied_filter SKIPPED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987SingleComplex::test_loglike SKIPPED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987SingleComplex::test_filtered_state SKIPPED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987DoubleComplex::test_loglike PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987DoubleComplex::test_filtered_state PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987DoubleComplex::test_pickled_filter PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987DoubleComplex::test_copied_filter PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987Conserve::test_loglike PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987Conserve::test_filtered_state PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987Conserve::test_pickled_filter PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987Conserve::test_copied_filter PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987ForecastDouble::test_loglike PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987ForecastDouble::test_pickled_filter PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987ForecastDouble::test_copied_filter PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987ForecastDouble::test_filtered_state PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987ForecastDoubleComplex::test_loglike PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987ForecastDoubleComplex::test_pickled_filter PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987ForecastDoubleComplex::test_copied_filter PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987ForecastDoubleComplex::test_filtered_state PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987ForecastConserve::test_loglike PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987ForecastConserve::test_pickled_filter PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987ForecastConserve::test_copied_filter PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987ForecastConserve::test_filtered_state PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987ConserveAll::test_pickled_filter PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987ConserveAll::test_copied_filter PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987ConserveAll::test_loglike PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1987ConserveAll::test_filtered_state PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1989::test_loglike PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1989::test_filtered_state PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1989Conserve::test_loglike PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1989Conserve::test_filtered_state PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1989ForecastDouble::test_loglike PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1989ForecastDouble::test_filtered_state PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1989ForecastDoubleComplex::test_loglike PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1989ForecastDoubleComplex::test_filtered_state PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1989ForecastConserve::test_loglike PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1989ForecastConserve::test_filtered_state PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1989ConserveAll::test_loglike PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::TestClark1989ConserveAll::test_filtered_state PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_kalman.py::test_stationary_initialization PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_mlemodel.py::test_init_matrices_time_invariant PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_mlemodel.py::test_init_matrices_time_varying PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_mlemodel.py::test_wrapping PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_mlemodel.py::test_fit_misc PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_mlemodel.py::test_score_misc PASSED [ 60%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_mlemodel.py::test_from_formula PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_mlemodel.py::test_score_analytic_ar1 PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_mlemodel.py::test_cov_params PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_mlemodel.py::test_transform PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_mlemodel.py::test_filter PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_mlemodel.py::test_params PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_mlemodel.py::test_results PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_mlemodel.py::test_predict PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_mlemodel.py::test_forecast PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_mlemodel.py::test_summary PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_mlemodel.py::test_basic_endog PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_mlemodel.py::test_numpy_endog PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_mlemodel.py::test_pandas_endog PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_mlemodel.py::test_diagnostics PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_mlemodel.py::test_small_sample_serial_correlation_test PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_mlemodel.py::test_diagnostics_nile_eviews PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_mlemodel.py::test_diagnostics_nile_durbinkoopman PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_mlemodel.py::test_prediction_results PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_mlemodel.py::test_lutkepohl_information_criteria PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_mlemodel.py::test_append_extend_apply_invalid PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_mlemodel.py::test_integer_params PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_mlemodel.py::test_states_index_periodindex PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_mlemodel.py::test_states_index_dateindex PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_mlemodel.py::test_states_index_int64index PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_mlemodel.py::test_states_index_rangeindex PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_models.py::TestIntercepts::test_loglike PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_models.py::TestIntercepts::test_scaled_smoothed_estimator PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_models.py::TestIntercepts::test_scaled_smoothed_estimator_cov PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_models.py::TestIntercepts::test_forecasts PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_models.py::TestIntercepts::test_forecasts_error PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_models.py::TestIntercepts::test_forecasts_error_cov PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_models.py::TestIntercepts::test_predicted_states PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_models.py::TestIntercepts::test_predicted_states_cov PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_models.py::TestIntercepts::test_smoothed_states PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_models.py::TestIntercepts::test_smoothed_states_cov PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_models.py::TestIntercepts::test_smoothed_forecasts PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_models.py::TestIntercepts::test_smoothed_state_disturbance PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_models.py::TestIntercepts::test_smoothed_state_disturbance_cov PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_models.py::TestIntercepts::test_smoothed_measurement_disturbance PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_models.py::TestIntercepts::test_smoothed_measurement_disturbance_cov PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_models.py::test_large_kposdef PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_models.py::TestLargeStateCovAR1::test_dimensions SKIPPED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_models.py::TestLargeStateCovAR1::test_loglike SKIPPED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_models.py::TestLargeStateCovAR1::test_scaled_smoothed_estimator SKIPPED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_models.py::TestLargeStateCovAR1::test_scaled_smoothed_estimator_cov SKIPPED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_models.py::TestLargeStateCovAR1::test_forecasts SKIPPED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_models.py::TestLargeStateCovAR1::test_forecasts_error SKIPPED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_models.py::TestLargeStateCovAR1::test_forecasts_error_cov SKIPPED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_models.py::TestLargeStateCovAR1::test_predicted_states SKIPPED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_models.py::TestLargeStateCovAR1::test_predicted_states_cov SKIPPED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_models.py::TestLargeStateCovAR1::test_smoothed_states SKIPPED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_models.py::TestLargeStateCovAR1::test_smoothed_states_cov SKIPPED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_models.py::TestLargeStateCovAR1::test_smoothed_state_disturbance SKIPPED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_models.py::TestLargeStateCovAR1::test_smoothed_state_disturbance_cov SKIPPED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_models.py::TestLargeStateCovAR1::test_smoothed_measurement_disturbance SKIPPED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_models.py::TestLargeStateCovAR1::test_smoothed_measurement_disturbance_cov SKIPPED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_basic[None] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_basic[init] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_basic[mixed] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_basic[all] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[0-stationary-None-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[0-stationary-None-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[0-stationary-init-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[0-stationary-init-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[0-stationary-mixed-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[0-stationary-mixed-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[0-stationary-all-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[0-stationary-all-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[0-diffuse-None-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[0-diffuse-None-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[0-diffuse-init-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[0-diffuse-init-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[0-diffuse-mixed-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[0-diffuse-mixed-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[0-diffuse-all-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[0-diffuse-all-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[0-approximate_diffuse-None-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[0-approximate_diffuse-None-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[0-approximate_diffuse-init-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[0-approximate_diffuse-init-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[0-approximate_diffuse-mixed-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[0-approximate_diffuse-mixed-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[0-approximate_diffuse-all-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[0-approximate_diffuse-all-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods1-stationary-None-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods1-stationary-None-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods1-stationary-init-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods1-stationary-init-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods1-stationary-mixed-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods1-stationary-mixed-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods1-stationary-all-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods1-stationary-all-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods1-diffuse-None-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods1-diffuse-None-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods1-diffuse-init-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods1-diffuse-init-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods1-diffuse-mixed-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods1-diffuse-mixed-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods1-diffuse-all-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods1-diffuse-all-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods1-approximate_diffuse-None-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods1-approximate_diffuse-None-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods1-approximate_diffuse-init-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods1-approximate_diffuse-init-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods1-approximate_diffuse-mixed-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods1-approximate_diffuse-mixed-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods1-approximate_diffuse-all-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods1-approximate_diffuse-all-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods2-stationary-None-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods2-stationary-None-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods2-stationary-init-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods2-stationary-init-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods2-stationary-mixed-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods2-stationary-mixed-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods2-stationary-all-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods2-stationary-all-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods2-diffuse-None-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods2-diffuse-None-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods2-diffuse-init-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods2-diffuse-init-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods2-diffuse-mixed-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods2-diffuse-mixed-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods2-diffuse-all-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods2-diffuse-all-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods2-approximate_diffuse-None-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods2-approximate_diffuse-None-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods2-approximate_diffuse-init-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods2-approximate_diffuse-init-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods2-approximate_diffuse-mixed-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods2-approximate_diffuse-mixed-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods2-approximate_diffuse-all-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_filter_output[periods2-approximate_diffuse-all-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-0-stationary-None-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-0-stationary-None-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-0-stationary-init-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-0-stationary-init-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-0-stationary-mixed-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-0-stationary-mixed-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-0-stationary-all-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-0-stationary-all-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-0-diffuse-None-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-0-diffuse-None-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-0-diffuse-init-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-0-diffuse-init-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-0-diffuse-mixed-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-0-diffuse-mixed-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-0-diffuse-all-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-0-diffuse-all-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-0-approximate_diffuse-None-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-0-approximate_diffuse-None-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-0-approximate_diffuse-init-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-0-approximate_diffuse-init-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-0-approximate_diffuse-mixed-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-0-approximate_diffuse-mixed-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-0-approximate_diffuse-all-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-0-approximate_diffuse-all-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods1-stationary-None-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods1-stationary-None-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods1-stationary-init-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods1-stationary-init-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods1-stationary-mixed-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods1-stationary-mixed-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods1-stationary-all-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods1-stationary-all-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods1-diffuse-None-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods1-diffuse-None-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods1-diffuse-init-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods1-diffuse-init-False] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods1-diffuse-mixed-True] PASSED [ 61%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods1-diffuse-mixed-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods1-diffuse-all-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods1-diffuse-all-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods1-approximate_diffuse-None-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods1-approximate_diffuse-None-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods1-approximate_diffuse-init-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods1-approximate_diffuse-init-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods1-approximate_diffuse-mixed-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods1-approximate_diffuse-mixed-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods1-approximate_diffuse-all-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods1-approximate_diffuse-all-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods2-stationary-None-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods2-stationary-None-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods2-stationary-init-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods2-stationary-init-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods2-stationary-mixed-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods2-stationary-mixed-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods2-stationary-all-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods2-stationary-all-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods2-diffuse-None-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods2-diffuse-None-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods2-diffuse-init-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods2-diffuse-init-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods2-diffuse-mixed-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods2-diffuse-mixed-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods2-diffuse-all-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods2-diffuse-all-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods2-approximate_diffuse-None-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods2-approximate_diffuse-None-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods2-approximate_diffuse-init-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods2-approximate_diffuse-init-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods2-approximate_diffuse-mixed-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods2-approximate_diffuse-mixed-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods2-approximate_diffuse-all-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[None-periods2-approximate_diffuse-all-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-0-stationary-None-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-0-stationary-None-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-0-stationary-init-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-0-stationary-init-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-0-stationary-mixed-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-0-stationary-mixed-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-0-stationary-all-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-0-stationary-all-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-0-diffuse-None-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-0-diffuse-None-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-0-diffuse-init-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-0-diffuse-init-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-0-diffuse-mixed-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-0-diffuse-mixed-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-0-diffuse-all-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-0-diffuse-all-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-0-approximate_diffuse-None-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-0-approximate_diffuse-None-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-0-approximate_diffuse-init-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-0-approximate_diffuse-init-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-0-approximate_diffuse-mixed-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-0-approximate_diffuse-mixed-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-0-approximate_diffuse-all-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-0-approximate_diffuse-all-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods1-stationary-None-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods1-stationary-None-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods1-stationary-init-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods1-stationary-init-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods1-stationary-mixed-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods1-stationary-mixed-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods1-stationary-all-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods1-stationary-all-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods1-diffuse-None-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods1-diffuse-None-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods1-diffuse-init-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods1-diffuse-init-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods1-diffuse-mixed-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods1-diffuse-mixed-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods1-diffuse-all-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods1-diffuse-all-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods1-approximate_diffuse-None-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods1-approximate_diffuse-None-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods1-approximate_diffuse-init-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods1-approximate_diffuse-init-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods1-approximate_diffuse-mixed-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods1-approximate_diffuse-mixed-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods1-approximate_diffuse-all-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods1-approximate_diffuse-all-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods2-stationary-None-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods2-stationary-None-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods2-stationary-init-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods2-stationary-init-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods2-stationary-mixed-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods2-stationary-mixed-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods2-stationary-all-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods2-stationary-all-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods2-diffuse-None-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods2-diffuse-None-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods2-diffuse-init-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods2-diffuse-init-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods2-diffuse-mixed-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods2-diffuse-mixed-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods2-diffuse-all-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods2-diffuse-all-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods2-approximate_diffuse-None-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods2-approximate_diffuse-None-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods2-approximate_diffuse-init-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods2-approximate_diffuse-init-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods2-approximate_diffuse-mixed-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods2-approximate_diffuse-mixed-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods2-approximate_diffuse-all-True] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_smoother_output[alternate_timing-periods2-approximate_diffuse-all-False] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_invalid_options PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_sarimax[False-0-None] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_sarimax[False-0-init] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_sarimax[False-0-mixed] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_sarimax[False-0-all] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_sarimax[False-periods1-None] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_sarimax[False-periods1-init] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_sarimax[False-periods1-mixed] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_sarimax[False-periods1-all] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_sarimax[False-periods2-None] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_sarimax[False-periods2-init] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_sarimax[False-periods2-mixed] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_sarimax[False-periods2-all] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_sarimax[True-0-None] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_sarimax[True-0-init] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_sarimax[True-0-mixed] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_sarimax[True-0-all] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_sarimax[True-periods1-None] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_sarimax[True-periods1-init] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_sarimax[True-periods1-mixed] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_sarimax[True-periods1-all] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_sarimax[True-periods2-None] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_sarimax[True-periods2-init] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_sarimax[True-periods2-mixed] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_sarimax[True-periods2-all] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_unobserved_components[False-0-None] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_unobserved_components[False-0-init] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_unobserved_components[False-0-mixed] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_unobserved_components[False-0-all] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_unobserved_components[False-periods1-None] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_unobserved_components[False-periods1-init] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_unobserved_components[False-periods1-mixed] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_unobserved_components[False-periods1-all] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_unobserved_components[False-periods2-None] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_unobserved_components[False-periods2-init] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_unobserved_components[False-periods2-mixed] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_unobserved_components[False-periods2-all] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_unobserved_components[True-0-None] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_unobserved_components[True-0-init] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_unobserved_components[True-0-mixed] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_unobserved_components[True-0-all] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_unobserved_components[True-periods1-None] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_unobserved_components[True-periods1-init] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_unobserved_components[True-periods1-mixed] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_unobserved_components[True-periods1-all] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_unobserved_components[True-periods2-None] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_unobserved_components[True-periods2-init] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_unobserved_components[True-periods2-mixed] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_unobserved_components[True-periods2-all] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_varmax[0-None] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_varmax[0-init] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_varmax[0-mixed] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_varmax[0-all] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_varmax[periods1-None] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_varmax[periods1-init] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_varmax[periods1-mixed] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_varmax[periods1-all] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_varmax[periods2-None] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_varmax[periods2-init] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_varmax[periods2-mixed] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_varmax[periods2-all] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_dynamic_factor[0-None] PASSED [ 62%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_dynamic_factor[0-init] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_dynamic_factor[0-mixed] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_dynamic_factor[0-all] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_dynamic_factor[periods1-None] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_dynamic_factor[periods1-init] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_dynamic_factor[periods1-mixed] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_dynamic_factor[periods1-all] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_dynamic_factor[periods2-None] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_dynamic_factor[periods2-init] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_dynamic_factor[periods2-mixed] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_dynamic_factor[periods2-all] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_simulation_smoothing[None] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_simulation_smoothing[mixed] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_multivariate_switch_univariate.py::test_time_varying_model PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_sarimax_time_invariant[True-True] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_sarimax_time_invariant[True-False] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_sarimax_time_invariant[False-True] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_sarimax_time_invariant[False-False] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_sarimax_time_varying[exog-True-True] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_sarimax_time_varying[exog-True-False] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_sarimax_time_varying[exog-False-True] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_sarimax_time_varying[exog-False-False] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_sarimax_time_varying[trend-True-True] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_sarimax_time_varying[trend-True-False] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_sarimax_time_varying[trend-False-True] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_sarimax_time_varying[trend-False-False] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_unobserved_components_time_varying[True-True] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_unobserved_components_time_varying[True-False] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_unobserved_components_time_varying[False-True] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_unobserved_components_time_varying[False-False] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_varmax_time_invariant[True-True] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_varmax_time_invariant[True-False] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_varmax_time_invariant[False-True] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_varmax_time_invariant[False-False] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_varmax_time_varying[exog-True-True] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_varmax_time_varying[exog-True-False] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_varmax_time_varying[exog-False-True] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_varmax_time_varying[exog-False-False] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_varmax_time_varying[trend-True-True] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_varmax_time_varying[trend-True-False] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_varmax_time_varying[trend-False-True] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_varmax_time_varying[trend-False-False] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_dynamic_factor_time_varying[True-True] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_dynamic_factor_time_varying[True-False] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_dynamic_factor_time_varying[False-True] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_dynamic_factor_time_varying[False-False] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_defaults[True-True] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_defaults[True-False] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_defaults[False-True] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_defaults[False-False] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_comparison_types PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_start_end_dates[True] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_start_end_dates[False] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_start_end_int[range] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_start_end_int[range2] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_start_end_int[int64] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_start_end_int[numpy] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_start_end_int[list] PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_news.py::test_invalid PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_options.py::TestOptions::test_filter_methods PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_options.py::TestOptions::test_inversion_methods PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_options.py::TestOptions::test_stability_methods PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_options.py::TestOptions::test_conserve_memory PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_options.py::TestOptions::test_smoother_outputs PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_options.py::TestOptions::test_simulation_outputs PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_pickle.py::test_pickle_fit_sarimax PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_pickle.py::test_unobserved_components_pickle PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_pickle.py::test_kalman_filter_pickle PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_pickle.py::test_representation_pickle PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_prediction.py::test_predict_dates PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_prediction.py::test_memory_no_predicted PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::TestClark1987Single::test_loglike SKIPPED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::TestClark1987Single::test_filtered_state SKIPPED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::TestClark1987Double::test_loglike PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::TestClark1987Double::test_filtered_state PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::TestClark1987SingleComplex::test_loglike SKIPPED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::TestClark1987SingleComplex::test_filtered_state SKIPPED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::TestClark1987DoubleComplex::test_loglike PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::TestClark1987DoubleComplex::test_filtered_state PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::TestClark1987Conserve::test_loglike PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::TestClark1987Conserve::test_filtered_state PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::TestClark1987ForecastDouble::test_loglike PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::TestClark1987ForecastDouble::test_filtered_state PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::TestClark1987ForecastDoubleComplex::test_loglike PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::TestClark1987ForecastDoubleComplex::test_filtered_state PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::TestClark1987ForecastConserve::test_loglike PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::TestClark1987ForecastConserve::test_filtered_state PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::TestClark1987ConserveAll::test_loglike PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::TestClark1987ConserveAll::test_filtered_state PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::TestClark1989::test_loglike PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::TestClark1989::test_filtered_state PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::TestClark1989::test_kalman_gain PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::TestClark1989Conserve::test_loglike PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::TestClark1989Conserve::test_filtered_state PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::TestClark1989ForecastDouble::test_loglike PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::TestClark1989ForecastDouble::test_filtered_state PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::TestClark1989ForecastDoubleComplex::test_loglike PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::TestClark1989ForecastDoubleComplex::test_filtered_state PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::TestClark1989ForecastConserve::test_loglike PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::TestClark1989ForecastConserve::test_filtered_state PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::TestClark1989ConserveAll::test_loglike PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::TestClark1989ConserveAll::test_filtered_state PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::TestClark1989PartialMissing::test_loglike PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::TestClark1989PartialMissing::test_filtered_state PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::TestClark1989PartialMissing::test_predicted_state PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::test_slice_notation PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::test_representation PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::test_bind PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::test_initialization PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::test_init_matrices_time_invariant PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::test_init_matrices_time_varying PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::test_no_endog PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::test_cython PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::test_filter PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::test_loglike PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::test_predict PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::test_standardized_forecasts_error PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::test_simulate PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::test_impulse_responses PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_representation.py::test_missing PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestSARIMAXStatsmodels::test_loglike PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestSARIMAXStatsmodels::test_aic PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestSARIMAXStatsmodels::test_bic PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestSARIMAXStatsmodels::test_hqic PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestSARIMAXStatsmodels::test_mle PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestSARIMAXStatsmodels::test_bse PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestSARIMAXStatsmodels::test_t_test PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestRealGDPARStata::test_filtered_state PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestRealGDPARStata::test_standardized_forecasts_error PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestARIMAStationary::test_loglike PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestARIMAStationary::test_aic PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestARIMAStationary::test_bic PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestARIMAStationary::test_hqic PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestARIMAStationary::test_standardized_forecasts_error PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestARIMAStationary::test_mle PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestARIMAStationary::test_bse PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestARIMAStationary::test_bse_approx PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestARIMAStationary::test_bse_oim PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestARIMAStationary::test_bse_robust PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestARIMADiffuse::test_loglike PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestARIMADiffuse::test_aic PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestARIMADiffuse::test_bic PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestARIMADiffuse::test_hqic PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestARIMADiffuse::test_standardized_forecasts_error PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestARIMADiffuse::test_mle PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestARIMADiffuse::test_bse PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestARIMADiffuse::test_bse_approx PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestARIMADiffuse::test_bse_oim PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAdditiveSeasonal::test_loglike PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAdditiveSeasonal::test_aic PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAdditiveSeasonal::test_bic PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAdditiveSeasonal::test_hqic PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAdditiveSeasonal::test_standardized_forecasts_error PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAdditiveSeasonal::test_mle PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAdditiveSeasonal::test_bse PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAdditiveSeasonal::test_bse_approx PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAdditiveSeasonal::test_bse_oim PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAirlineHamilton::test_loglike PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAirlineHamilton::test_aic PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAirlineHamilton::test_bic PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAirlineHamilton::test_hqic PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAirlineHamilton::test_standardized_forecasts_error PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAirlineHamilton::test_mle PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAirlineHamilton::test_bse PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAirlineHamilton::test_bse_approx PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAirlineHamilton::test_bse_oim PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAirlineHarvey::test_loglike PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAirlineHarvey::test_aic PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAirlineHarvey::test_bic PASSED [ 63%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAirlineHarvey::test_hqic PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAirlineHarvey::test_standardized_forecasts_error PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAirlineHarvey::test_mle PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAirlineHarvey::test_bse PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAirlineHarvey::test_bse_approx PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAirlineHarvey::test_bse_oim PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAirlineStateDifferencing::test_loglike PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAirlineStateDifferencing::test_aic PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAirlineStateDifferencing::test_hqic PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAirlineStateDifferencing::test_standardized_forecasts_error PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAirlineStateDifferencing::test_bic PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAirlineStateDifferencing::test_mle PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAirlineStateDifferencing::test_bse PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAirlineStateDifferencing::test_bse_approx PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestAirlineStateDifferencing::test_bse_oim PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestFriedmanMLERegression::test_loglike PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestFriedmanMLERegression::test_aic PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestFriedmanMLERegression::test_bic PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestFriedmanMLERegression::test_hqic PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestFriedmanMLERegression::test_standardized_forecasts_error PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestFriedmanMLERegression::test_mle PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestFriedmanMLERegression::test_bse PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestFriedmanMLERegression::test_bse_approx PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestFriedmanMLERegression::test_bse_oim PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestFriedmanStateRegression::test_hqic PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestFriedmanStateRegression::test_standardized_forecasts_error PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestFriedmanStateRegression::test_mle PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestFriedmanStateRegression::test_regression_parameters PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestFriedmanStateRegression::test_loglike PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestFriedmanStateRegression::test_aic PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestFriedmanStateRegression::test_bic PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestFriedmanStateRegression::test_bse PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestFriedmanStateRegression::test_bse_approx PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestFriedmanStateRegression::test_bse_oim PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestFriedmanPredict::test_hqic PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestFriedmanPredict::test_standardized_forecasts_error PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestFriedmanPredict::test_loglike PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestFriedmanPredict::test_aic PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestFriedmanPredict::test_bic PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestFriedmanPredict::test_predict PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestFriedmanPredict::test_dynamic_predict PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestFriedmanForecast::test_hqic PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestFriedmanForecast::test_standardized_forecasts_error PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestFriedmanForecast::test_loglike PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestFriedmanForecast::test_aic PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestFriedmanForecast::test_bic PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestFriedmanForecast::test_forecast PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::TestFriedmanForecast::test_dynamic_forecast PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar::test_loglike PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar::test_start_params PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar::test_transform_untransform PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar::test_results PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar::test_plot_diagnostics PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar::test_predict PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar::test_init_keys_replicate PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_as_polynomial::test_loglike PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_as_polynomial::test_start_params PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_as_polynomial::test_transform_untransform PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_as_polynomial::test_results PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_as_polynomial::test_plot_diagnostics PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_as_polynomial::test_predict PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_as_polynomial::test_init_keys_replicate PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_trend_c::test_loglike PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_trend_c::test_start_params PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_trend_c::test_transform_untransform PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_trend_c::test_results PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_trend_c::test_plot_diagnostics PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_trend_c::test_predict PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_trend_c::test_init_keys_replicate PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_trend_ct::test_loglike PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_trend_ct::test_start_params PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_trend_ct::test_transform_untransform PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_trend_ct::test_results PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_trend_ct::test_plot_diagnostics PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_trend_ct::test_predict PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_trend_ct::test_init_keys_replicate PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_trend_polynomial::test_loglike PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_trend_polynomial::test_start_params PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_trend_polynomial::test_transform_untransform PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_trend_polynomial::test_results PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_trend_polynomial::test_plot_diagnostics PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_trend_polynomial::test_predict PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_trend_polynomial::test_init_keys_replicate PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_diff::test_loglike PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_diff::test_start_params PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_diff::test_transform_untransform PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_diff::test_results PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_diff::test_plot_diagnostics PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_diff::test_predict PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_diff::test_init_keys_replicate PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_seasonal_diff::test_loglike PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_seasonal_diff::test_start_params PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_seasonal_diff::test_transform_untransform PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_seasonal_diff::test_results PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_seasonal_diff::test_plot_diagnostics PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_seasonal_diff::test_predict PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_seasonal_diff::test_init_keys_replicate PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_diffuse::test_loglike PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_diffuse::test_start_params PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_diffuse::test_transform_untransform PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_diffuse::test_results PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_diffuse::test_plot_diagnostics PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_diffuse::test_predict PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_diffuse::test_init_keys_replicate PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_no_enforce::test_loglike PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_no_enforce::test_start_params PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_no_enforce::test_transform_untransform PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_no_enforce::test_results PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_no_enforce::test_plot_diagnostics PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_no_enforce::test_predict PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_no_enforce::test_init_keys_replicate PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_exogenous::test_loglike PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_exogenous::test_start_params PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_exogenous::test_transform_untransform PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_exogenous::test_results PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_exogenous::test_plot_diagnostics PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_exogenous::test_predict PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_exogenous::test_init_keys_replicate PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_exogenous_in_state::test_start_params PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_exogenous_in_state::test_transform_untransform PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_exogenous_in_state::test_results PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_exogenous_in_state::test_plot_diagnostics PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_exogenous_in_state::test_predict PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_exogenous_in_state::test_init_keys_replicate PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_exogenous_in_state::test_loglike PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ar_exogenous_in_state::test_regression_coefficient PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma::test_loglike PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma::test_start_params PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma::test_transform_untransform PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma::test_results PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma::test_plot_diagnostics PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma::test_predict PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma::test_init_keys_replicate PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_as_polynomial::test_loglike PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_as_polynomial::test_start_params PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_as_polynomial::test_transform_untransform PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_as_polynomial::test_results PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_as_polynomial::test_plot_diagnostics PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_as_polynomial::test_predict PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_as_polynomial::test_init_keys_replicate PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_trend_c::test_loglike PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_trend_c::test_start_params PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_trend_c::test_transform_untransform PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_trend_c::test_results PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_trend_c::test_plot_diagnostics PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_trend_c::test_predict PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_trend_c::test_init_keys_replicate PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_trend_ct::test_loglike PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_trend_ct::test_start_params PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_trend_ct::test_transform_untransform PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_trend_ct::test_results PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_trend_ct::test_plot_diagnostics PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_trend_ct::test_predict PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_trend_ct::test_init_keys_replicate PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_trend_polynomial::test_loglike PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_trend_polynomial::test_start_params PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_trend_polynomial::test_transform_untransform PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_trend_polynomial::test_results PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_trend_polynomial::test_plot_diagnostics PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_trend_polynomial::test_predict PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_trend_polynomial::test_init_keys_replicate PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_diff::test_loglike PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_diff::test_start_params PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_diff::test_transform_untransform PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_diff::test_results PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_diff::test_plot_diagnostics PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_diff::test_predict PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_diff::test_init_keys_replicate PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_seasonal_diff::test_loglike PASSED [ 64%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_seasonal_diff::test_start_params PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_seasonal_diff::test_transform_untransform PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_seasonal_diff::test_results PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_seasonal_diff::test_plot_diagnostics PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_seasonal_diff::test_predict PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_seasonal_diff::test_init_keys_replicate PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_diffuse::test_loglike PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_diffuse::test_start_params PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_diffuse::test_transform_untransform PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_diffuse::test_results PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_diffuse::test_plot_diagnostics PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_diffuse::test_predict PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_diffuse::test_init_keys_replicate PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_exogenous::test_loglike PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_exogenous::test_start_params PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_exogenous::test_transform_untransform PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_exogenous::test_results PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_exogenous::test_plot_diagnostics PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_exogenous::test_predict PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_ma_exogenous::test_init_keys_replicate PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma::test_loglike PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma::test_start_params PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma::test_transform_untransform PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma::test_results PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma::test_plot_diagnostics PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma::test_predict PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma::test_init_keys_replicate PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_trend_c::test_loglike PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_trend_c::test_start_params PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_trend_c::test_transform_untransform PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_trend_c::test_results PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_trend_c::test_plot_diagnostics PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_trend_c::test_predict PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_trend_c::test_init_keys_replicate PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_trend_ct::test_loglike PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_trend_ct::test_start_params PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_trend_ct::test_transform_untransform PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_trend_ct::test_results PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_trend_ct::test_plot_diagnostics PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_trend_ct::test_predict PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_trend_ct::test_init_keys_replicate PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_trend_polynomial::test_loglike PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_trend_polynomial::test_start_params PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_trend_polynomial::test_transform_untransform PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_trend_polynomial::test_results PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_trend_polynomial::test_plot_diagnostics PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_trend_polynomial::test_predict PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_trend_polynomial::test_init_keys_replicate PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_diff::test_loglike PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_diff::test_start_params PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_diff::test_transform_untransform PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_diff::test_results PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_diff::test_plot_diagnostics PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_diff::test_predict PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_diff::test_init_keys_replicate PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_seasonal_diff::test_loglike PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_seasonal_diff::test_start_params PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_seasonal_diff::test_transform_untransform PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_seasonal_diff::test_results PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_seasonal_diff::test_plot_diagnostics PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_seasonal_diff::test_predict PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_seasonal_diff::test_init_keys_replicate PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_diff_seasonal_diff::test_loglike PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_diff_seasonal_diff::test_start_params PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_diff_seasonal_diff::test_transform_untransform PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_diff_seasonal_diff::test_results PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_diff_seasonal_diff::test_plot_diagnostics PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_diff_seasonal_diff::test_predict PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_diff_seasonal_diff::test_init_keys_replicate PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_diffuse::test_loglike PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_diffuse::test_start_params PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_diffuse::test_transform_untransform PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_diffuse::test_results PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_diffuse::test_plot_diagnostics PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_diffuse::test_predict PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_diffuse::test_init_keys_replicate PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_exogenous::test_loglike PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_exogenous::test_start_params PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_exogenous::test_transform_untransform PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_exogenous::test_results PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_exogenous::test_plot_diagnostics PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_exogenous::test_predict PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_exogenous::test_init_keys_replicate PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar::test_loglike PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar::test_start_params PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar::test_transform_untransform PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar::test_results PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar::test_plot_diagnostics PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar::test_predict PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar::test_init_keys_replicate PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_as_polynomial::test_loglike PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_as_polynomial::test_start_params PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_as_polynomial::test_transform_untransform PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_as_polynomial::test_results PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_as_polynomial::test_plot_diagnostics PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_as_polynomial::test_predict PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_as_polynomial::test_init_keys_replicate PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_trend_c::test_loglike PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_trend_c::test_start_params PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_trend_c::test_transform_untransform PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_trend_c::test_results PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_trend_c::test_plot_diagnostics PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_trend_c::test_predict PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_trend_c::test_init_keys_replicate PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_trend_ct::test_loglike PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_trend_ct::test_start_params PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_trend_ct::test_transform_untransform PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_trend_ct::test_results PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_trend_ct::test_plot_diagnostics PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_trend_ct::test_predict PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_trend_ct::test_init_keys_replicate PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_trend_polynomial::test_loglike PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_trend_polynomial::test_start_params PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_trend_polynomial::test_transform_untransform PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_trend_polynomial::test_results PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_trend_polynomial::test_plot_diagnostics PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_trend_polynomial::test_predict PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_trend_polynomial::test_init_keys_replicate PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_diff::test_loglike PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_diff::test_start_params PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_diff::test_transform_untransform PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_diff::test_results PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_diff::test_plot_diagnostics PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_diff::test_predict PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_diff::test_init_keys_replicate PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_seasonal_diff::test_loglike PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_seasonal_diff::test_start_params PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_seasonal_diff::test_transform_untransform PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_seasonal_diff::test_results PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_seasonal_diff::test_plot_diagnostics PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_seasonal_diff::test_predict PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_seasonal_diff::test_init_keys_replicate PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_diffuse::test_loglike PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_diffuse::test_start_params PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_diffuse::test_transform_untransform PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_diffuse::test_results PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_diffuse::test_plot_diagnostics PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_diffuse::test_predict PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_diffuse::test_init_keys_replicate PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_exogenous::test_loglike PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_exogenous::test_start_params PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_exogenous::test_transform_untransform PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_exogenous::test_results PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_exogenous::test_plot_diagnostics PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_exogenous::test_predict PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ar_exogenous::test_init_keys_replicate PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma::test_loglike PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma::test_start_params PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma::test_transform_untransform PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma::test_results PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma::test_plot_diagnostics PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma::test_predict PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma::test_init_keys_replicate PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_as_polynomial::test_loglike PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_as_polynomial::test_start_params PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_as_polynomial::test_transform_untransform PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_as_polynomial::test_results PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_as_polynomial::test_plot_diagnostics PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_as_polynomial::test_predict PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_as_polynomial::test_init_keys_replicate PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_trend_c::test_loglike PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_trend_c::test_start_params PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_trend_c::test_transform_untransform PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_trend_c::test_results PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_trend_c::test_plot_diagnostics PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_trend_c::test_predict PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_trend_c::test_init_keys_replicate PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_trend_ct::test_loglike PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_trend_ct::test_start_params PASSED [ 65%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_trend_ct::test_transform_untransform PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_trend_ct::test_results PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_trend_ct::test_plot_diagnostics PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_trend_ct::test_predict PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_trend_ct::test_init_keys_replicate PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_trend_polynomial::test_loglike PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_trend_polynomial::test_start_params PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_trend_polynomial::test_transform_untransform PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_trend_polynomial::test_results PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_trend_polynomial::test_plot_diagnostics PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_trend_polynomial::test_predict PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_trend_polynomial::test_init_keys_replicate PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_diff::test_loglike PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_diff::test_start_params PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_diff::test_transform_untransform PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_diff::test_results PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_diff::test_plot_diagnostics PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_diff::test_predict PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_diff::test_init_keys_replicate PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_seasonal_diff::test_loglike PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_seasonal_diff::test_start_params PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_seasonal_diff::test_transform_untransform PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_seasonal_diff::test_results PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_seasonal_diff::test_plot_diagnostics PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_seasonal_diff::test_predict PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_seasonal_diff::test_init_keys_replicate PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_diffuse::test_loglike PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_diffuse::test_start_params PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_diffuse::test_transform_untransform PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_diffuse::test_results PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_diffuse::test_plot_diagnostics PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_diffuse::test_predict PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_diffuse::test_init_keys_replicate PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_exogenous::test_loglike PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_exogenous::test_start_params PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_exogenous::test_transform_untransform PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_exogenous::test_results PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_exogenous::test_plot_diagnostics PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_exogenous::test_predict PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_ma_exogenous::test_init_keys_replicate PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma::test_loglike PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma::test_start_params PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma::test_transform_untransform PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma::test_results PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma::test_plot_diagnostics PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma::test_predict PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma::test_init_keys_replicate PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_trend_c::test_loglike PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_trend_c::test_start_params PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_trend_c::test_transform_untransform PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_trend_c::test_results PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_trend_c::test_plot_diagnostics PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_trend_c::test_predict PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_trend_c::test_init_keys_replicate PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_trend_ct::test_loglike PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_trend_ct::test_start_params PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_trend_ct::test_transform_untransform PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_trend_ct::test_results PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_trend_ct::test_plot_diagnostics PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_trend_ct::test_predict PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_trend_ct::test_init_keys_replicate PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_trend_polynomial::test_loglike PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_trend_polynomial::test_start_params PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_trend_polynomial::test_transform_untransform PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_trend_polynomial::test_plot_diagnostics PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_trend_polynomial::test_predict PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_trend_polynomial::test_init_keys_replicate PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_trend_polynomial::test_results PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_diff::test_loglike PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_diff::test_start_params PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_diff::test_transform_untransform PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_diff::test_results PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_diff::test_plot_diagnostics PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_diff::test_predict PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_diff::test_init_keys_replicate PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_seasonal_diff::test_loglike PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_seasonal_diff::test_start_params PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_seasonal_diff::test_transform_untransform PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_seasonal_diff::test_results PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_seasonal_diff::test_plot_diagnostics PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_seasonal_diff::test_predict PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_seasonal_diff::test_init_keys_replicate PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_diff_seasonal_diff::test_loglike PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_diff_seasonal_diff::test_start_params PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_diff_seasonal_diff::test_transform_untransform PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_diff_seasonal_diff::test_plot_diagnostics PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_diff_seasonal_diff::test_predict PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_diff_seasonal_diff::test_init_keys_replicate PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_diff_seasonal_diff::test_results PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_diffuse::test_loglike PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_diffuse::test_start_params PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_diffuse::test_transform_untransform PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_diffuse::test_results PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_diffuse::test_plot_diagnostics PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_diffuse::test_predict PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_diffuse::test_init_keys_replicate PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_exogenous::test_loglike PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_exogenous::test_start_params PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_exogenous::test_transform_untransform PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_exogenous::test_results PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_exogenous::test_plot_diagnostics PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_exogenous::test_predict PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_seasonal_arma_exogenous::test_init_keys_replicate PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_sarimax_exogenous::test_loglike PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_sarimax_exogenous::test_start_params PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_sarimax_exogenous::test_transform_untransform PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_sarimax_exogenous::test_results PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_sarimax_exogenous::test_plot_diagnostics PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_sarimax_exogenous::test_predict PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_sarimax_exogenous::test_init_keys_replicate PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_sarimax_exogenous::test_results_params PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_sarimax_exogenous_not_hamilton::test_loglike PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_sarimax_exogenous_not_hamilton::test_start_params PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_sarimax_exogenous_not_hamilton::test_transform_untransform PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_sarimax_exogenous_not_hamilton::test_results PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_sarimax_exogenous_not_hamilton::test_plot_diagnostics PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_sarimax_exogenous_not_hamilton::test_predict PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_sarimax_exogenous_not_hamilton::test_init_keys_replicate PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_sarimax_exogenous_diffuse::test_loglike PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_sarimax_exogenous_diffuse::test_start_params PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_sarimax_exogenous_diffuse::test_transform_untransform PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_sarimax_exogenous_diffuse::test_results PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_sarimax_exogenous_diffuse::test_plot_diagnostics PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_sarimax_exogenous_diffuse::test_predict PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_sarimax_exogenous_diffuse::test_init_keys_replicate PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_exog_trend_polynomial_missing::test_loglike PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_exog_trend_polynomial_missing::test_start_params PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_exog_trend_polynomial_missing::test_transform_untransform PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_exog_trend_polynomial_missing::test_results PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_exog_trend_polynomial_missing::test_plot_diagnostics PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_exog_trend_polynomial_missing::test_predict PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::Test_arma_exog_trend_polynomial_missing::test_init_keys_replicate PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::test_simple_time_varying PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::test_invalid_time_varying PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::test_manual_stationary_initialization PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::test_manual_approximate_diffuse_initialization PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::test_results PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::test_misc_exog PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::test_datasets PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::test_predict_custom_index PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::test_arima000 PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::test_concentrated_scale PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::test_forecast_exog PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::test_recreate_model PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::test_append_results PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::test_extend_results PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::test_extend_by_one PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::test_apply_results PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::test_start_params_small_nobs PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::test_simple_differencing_int64index PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::test_simple_differencing_rangeindex PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::test_simple_differencing_dateindex PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::test_simple_differencing_strindex PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::test_invalid_order PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::test_invalid_seasonal_order PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::test_dynamic_str PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::test_plot_too_few_obs PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::test_sarimax_starting_values_few_obsevations PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_sarimax.py::test_sarimax_forecast_exog_trend PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_save.py::test_sarimax PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_save.py::test_sarimax_save_remove_data[order0] PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_save.py::test_sarimax_save_remove_data[order1] PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_save.py::test_sarimax_save_remove_data[order2] PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_save.py::test_sarimax_pickle PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_save.py::test_structural PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_save.py::test_structural_pickle PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_save.py::test_dynamic_factor PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_save.py::test_dynamic_factor_pickle PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_save.py::test_varmax PASSED [ 66%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_save.py::test_varmax_pickle PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_save.py::test_existing_pickle PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_arma_lfilter PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_arma_direct PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_structural PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_varmax PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_dynamic_factor PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_known_initialization PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_sequential_simulate PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_sarimax_end_time_invariant_noshocks PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_sarimax_simple_differencing_end_time_invariant_noshocks PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_sarimax_time_invariant_shocks PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_sarimax_simple_differencing_end_time_invariant_shocks PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_sarimax_time_varying_trend_noshocks PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_sarimax_simple_differencing_time_varying_trend_noshocks PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_sarimax_time_varying_trend_shocks PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_sarimax_simple_differencing_time_varying_trend_shocks PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_sarimax_time_varying_exog_noshocks PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_sarimax_simple_differencing_time_varying_exog_noshocks PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_sarimax_time_varying_exog_shocks PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_sarimax_simple_differencing_time_varying_exog_shocks PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_unobserved_components_end_time_invariant_noshocks PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_unobserved_components_end_time_invariant_shocks PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_unobserved_components_end_time_varying_exog_noshocks PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_unobserved_components_end_time_varying_exog_shocks PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_varmax_end_time_invariant_noshocks PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_varmax_end_time_invariant_shocks PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_varmax_end_time_varying_trend_noshocks PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_varmax_end_time_varying_trend_shocks PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_varmax_end_time_varying_exog_noshocks PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_varmax_end_time_varying_exog_shocks PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_dynamic_factor_end_time_invariant_noshocks PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_dynamic_factor_end_time_invariant_shocks PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_dynamic_factor_end_time_varying_exog_noshocks PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_dynamic_factor_end_time_varying_exog_shocks PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_pandas_univariate_rangeindex PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_pandas_univariate_rangeindex_repetitions PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_pandas_univariate_dateindex PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_pandas_univariate_dateindex_repetitions PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_pandas_multivariate_rangeindex PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_pandas_multivariate_rangeindex_repetitions PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_pandas_multivariate_dateindex PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_pandas_multivariate_dateindex_repetitions PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_pandas_anchor PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_time_varying PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_time_varying_obs_cov PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_time_varying_state_cov PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulate.py::test_time_varying_selection PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestMultivariateVARKnown::test_loglike PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestMultivariateVARKnown::test_simulate_0 PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestMultivariateVARKnown::test_simulate_1 PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestMultivariateVARKnown::test_simulate_2 PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestMultivariateVARKnown::test_simulation_smoothing_0 PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestMultivariateVARKnown::test_simulation_smoothing_1 PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestMultivariateVARKnown::test_simulation_smoothing_2 PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestMultivariateVARKnownMissingAll::test_loglike PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestMultivariateVARKnownMissingAll::test_simulate_0 PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestMultivariateVARKnownMissingAll::test_simulate_1 PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestMultivariateVARKnownMissingAll::test_simulate_2 PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestMultivariateVARKnownMissingAll::test_simulation_smoothing_0 PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestMultivariateVARKnownMissingAll::test_simulation_smoothing_1 PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestMultivariateVARKnownMissingAll::test_simulation_smoothing_2 PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestMultivariateVARKnownMissingPartial::test_loglike PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestMultivariateVARKnownMissingPartial::test_simulate_0 PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestMultivariateVARKnownMissingPartial::test_simulate_1 PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestMultivariateVARKnownMissingPartial::test_simulate_2 PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestMultivariateVARKnownMissingPartial::test_simulation_smoothing_0 PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestMultivariateVARKnownMissingPartial::test_simulation_smoothing_1 PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestMultivariateVARKnownMissingPartial::test_simulation_smoothing_2 PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestMultivariateVARKnownMissingMixed::test_loglike PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestMultivariateVARKnownMissingMixed::test_simulate_0 PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestMultivariateVARKnownMissingMixed::test_simulate_1 PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestMultivariateVARKnownMissingMixed::test_simulate_2 PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestMultivariateVARKnownMissingMixed::test_simulation_smoothing_0 PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestMultivariateVARKnownMissingMixed::test_simulation_smoothing_1 PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestMultivariateVARKnownMissingMixed::test_simulation_smoothing_2 PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestDFM::test_simulate_0 PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestDFM::test_simulate_1 PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestDFM::test_simulate_2 PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestDFM::test_simulation_smoothing_0 PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestDFM::test_simulation_smoothing_1 PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestDFM::test_simulation_smoothing_2 PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestDFM::test_loglike PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestMultivariateVAR::test_loglike PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::TestMultivariateVAR::test_simulation_smoothing PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::test_misc PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::test_simulation_smoothing_obs_intercept PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::test_simulation_smoothing_state_intercept PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_simulation_smoothing.py::test_simulation_smoothing_state_intercept_diffuse PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3::test_predict_obs PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3::test_standardized_residuals PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3::test_predicted_states PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3::test_predicted_states_cov PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3::test_filtered_states PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3::test_smoothed_states PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3::test_smoothed_states_cov PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3::test_smoothed_measurement_disturbance PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3::test_smoothed_measurement_disturbance_cov PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3::test_smoothed_state_disturbance PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3::test_smoothed_state_disturbance_cov PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3AlternateTiming::test_predict_obs PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3AlternateTiming::test_standardized_residuals PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3AlternateTiming::test_predicted_states PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3AlternateTiming::test_predicted_states_cov PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3AlternateTiming::test_filtered_states PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3AlternateTiming::test_smoothed_states PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3AlternateTiming::test_smoothed_states_cov PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3AlternateTiming::test_smoothed_measurement_disturbance PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3AlternateTiming::test_smoothed_measurement_disturbance_cov PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3AlternateTiming::test_smoothed_state_disturbance PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3AlternateTiming::test_smoothed_state_disturbance_cov PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3AlternativeSmoothing::test_predict_obs PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3AlternativeSmoothing::test_standardized_residuals PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3AlternativeSmoothing::test_predicted_states PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3AlternativeSmoothing::test_predicted_states_cov PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3AlternativeSmoothing::test_filtered_states PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3AlternativeSmoothing::test_smoothed_measurement_disturbance PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3AlternativeSmoothing::test_smoothed_measurement_disturbance_cov PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3AlternativeSmoothing::test_smoothed_state_disturbance PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3AlternativeSmoothing::test_smoothed_state_disturbance_cov PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3AlternativeSmoothing::test_smoothed_states PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3AlternativeSmoothing::test_smoothed_states_cov PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3AlternativeSmoothing::test_smooth_method PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3UnivariateSmoothing::test_predict_obs PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3UnivariateSmoothing::test_standardized_residuals PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3UnivariateSmoothing::test_predicted_states PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3UnivariateSmoothing::test_predicted_states_cov PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3UnivariateSmoothing::test_filtered_states PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3UnivariateSmoothing::test_smoothed_states PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3UnivariateSmoothing::test_smoothed_states_cov PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3UnivariateSmoothing::test_smoothed_measurement_disturbance PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3UnivariateSmoothing::test_smoothed_measurement_disturbance_cov PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3UnivariateSmoothing::test_smoothed_state_disturbance PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3UnivariateSmoothing::test_smoothed_state_disturbance_cov PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesAR3UnivariateSmoothing::test_smooth_method PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesMissingAR3::test_predicted_states PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesMissingAR3::test_predicted_states_cov PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesMissingAR3::test_smoothed_states PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesMissingAR3::test_smoothed_states_cov PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesMissingAR3::test_smoothed_measurement_disturbance PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesMissingAR3::test_smoothed_measurement_disturbance_cov PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesMissingAR3::test_smoothed_state_disturbance PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesMissingAR3::test_smoothed_state_disturbance_cov PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesMissingAR3AlternateTiming::test_predicted_states PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesMissingAR3AlternateTiming::test_predicted_states_cov PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesMissingAR3AlternateTiming::test_smoothed_states PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesMissingAR3AlternateTiming::test_smoothed_states_cov PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesMissingAR3AlternateTiming::test_smoothed_measurement_disturbance PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesMissingAR3AlternateTiming::test_smoothed_measurement_disturbance_cov PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesMissingAR3AlternateTiming::test_smoothed_state_disturbance PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesMissingAR3AlternateTiming::test_smoothed_state_disturbance_cov PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesMissingAR3AlternativeSmoothing::test_predicted_states PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesMissingAR3AlternativeSmoothing::test_predicted_states_cov PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesMissingAR3AlternativeSmoothing::test_smoothed_states PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesMissingAR3AlternativeSmoothing::test_smoothed_states_cov PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesMissingAR3AlternativeSmoothing::test_smoothed_measurement_disturbance PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesMissingAR3AlternativeSmoothing::test_smoothed_measurement_disturbance_cov PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesMissingAR3AlternativeSmoothing::test_smoothed_state_disturbance PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesMissingAR3AlternativeSmoothing::test_smoothed_state_disturbance_cov PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesMissingAR3AlternativeSmoothing::test_smooth_method PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesMissingAR3UnivariateSmoothing::test_predicted_states PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesMissingAR3UnivariateSmoothing::test_predicted_states_cov PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesMissingAR3UnivariateSmoothing::test_smoothed_states PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesMissingAR3UnivariateSmoothing::test_smoothed_states_cov PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesMissingAR3UnivariateSmoothing::test_smoothed_measurement_disturbance PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesMissingAR3UnivariateSmoothing::test_smoothed_measurement_disturbance_cov PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesMissingAR3UnivariateSmoothing::test_smoothed_state_disturbance PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesMissingAR3UnivariateSmoothing::test_smoothed_state_disturbance_cov PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestStatesMissingAR3UnivariateSmoothing::test_smooth_method PASSED [ 67%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissing::test_loglike PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissing::test_scaled_smoothed_estimator PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissing::test_scaled_smoothed_estimator_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissing::test_forecasts PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissing::test_forecasts_error PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissing::test_forecasts_error_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissing::test_predicted_states PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissing::test_predicted_states_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissing::test_smoothed_states PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissing::test_smoothed_states_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissing::test_smoothed_forecasts PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissing::test_smoothed_state_disturbance PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissing::test_smoothed_state_disturbance_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissing::test_smoothed_measurement_disturbance PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissing::test_smoothed_measurement_disturbance_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingClassicalSmoothing::test_loglike PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingClassicalSmoothing::test_scaled_smoothed_estimator PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingClassicalSmoothing::test_scaled_smoothed_estimator_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingClassicalSmoothing::test_forecasts PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingClassicalSmoothing::test_forecasts_error PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingClassicalSmoothing::test_forecasts_error_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingClassicalSmoothing::test_predicted_states PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingClassicalSmoothing::test_predicted_states_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingClassicalSmoothing::test_smoothed_states PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingClassicalSmoothing::test_smoothed_states_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingClassicalSmoothing::test_smoothed_forecasts PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingClassicalSmoothing::test_smoothed_state_disturbance PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingClassicalSmoothing::test_smoothed_state_disturbance_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingClassicalSmoothing::test_smoothed_measurement_disturbance PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingClassicalSmoothing::test_smoothed_measurement_disturbance_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingClassicalSmoothing::test_smooth_method PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingAlternativeSmoothing::test_loglike PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingAlternativeSmoothing::test_scaled_smoothed_estimator PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingAlternativeSmoothing::test_scaled_smoothed_estimator_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingAlternativeSmoothing::test_forecasts PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingAlternativeSmoothing::test_forecasts_error PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingAlternativeSmoothing::test_forecasts_error_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingAlternativeSmoothing::test_predicted_states PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingAlternativeSmoothing::test_predicted_states_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingAlternativeSmoothing::test_smoothed_states PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingAlternativeSmoothing::test_smoothed_states_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingAlternativeSmoothing::test_smoothed_forecasts PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingAlternativeSmoothing::test_smoothed_state_disturbance PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingAlternativeSmoothing::test_smoothed_state_disturbance_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingAlternativeSmoothing::test_smoothed_measurement_disturbance PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingAlternativeSmoothing::test_smoothed_measurement_disturbance_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingAlternativeSmoothing::test_smooth_method PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingUnivariateSmoothing::test_loglike PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingUnivariateSmoothing::test_scaled_smoothed_estimator PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingUnivariateSmoothing::test_scaled_smoothed_estimator_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingUnivariateSmoothing::test_forecasts PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingUnivariateSmoothing::test_forecasts_error PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingUnivariateSmoothing::test_forecasts_error_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingUnivariateSmoothing::test_predicted_states PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingUnivariateSmoothing::test_predicted_states_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingUnivariateSmoothing::test_smoothed_states PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingUnivariateSmoothing::test_smoothed_states_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingUnivariateSmoothing::test_smoothed_forecasts PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingUnivariateSmoothing::test_smoothed_state_disturbance PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingUnivariateSmoothing::test_smoothed_state_disturbance_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingUnivariateSmoothing::test_smoothed_measurement_disturbance PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingUnivariateSmoothing::test_smoothed_measurement_disturbance_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateMissingUnivariateSmoothing::test_smooth_method PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVAR::test_loglike PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVAR::test_scaled_smoothed_estimator PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVAR::test_scaled_smoothed_estimator_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVAR::test_forecasts PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVAR::test_forecasts_error PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVAR::test_forecasts_error_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVAR::test_predicted_states PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVAR::test_predicted_states_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVAR::test_smoothed_states PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVAR::test_smoothed_states_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVAR::test_smoothed_forecasts PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVAR::test_smoothed_state_disturbance PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVAR::test_smoothed_state_disturbance_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVAR::test_smoothed_measurement_disturbance PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVAR::test_smoothed_measurement_disturbance_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARAlternativeSmoothing::test_loglike PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARAlternativeSmoothing::test_scaled_smoothed_estimator PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARAlternativeSmoothing::test_scaled_smoothed_estimator_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARAlternativeSmoothing::test_forecasts PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARAlternativeSmoothing::test_forecasts_error PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARAlternativeSmoothing::test_forecasts_error_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARAlternativeSmoothing::test_predicted_states PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARAlternativeSmoothing::test_predicted_states_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARAlternativeSmoothing::test_smoothed_states PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARAlternativeSmoothing::test_smoothed_states_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARAlternativeSmoothing::test_smoothed_forecasts PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARAlternativeSmoothing::test_smoothed_state_disturbance PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARAlternativeSmoothing::test_smoothed_state_disturbance_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARAlternativeSmoothing::test_smoothed_measurement_disturbance PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARAlternativeSmoothing::test_smoothed_measurement_disturbance_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARAlternativeSmoothing::test_smooth_method PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARClassicalSmoothing::test_loglike PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARClassicalSmoothing::test_scaled_smoothed_estimator PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARClassicalSmoothing::test_scaled_smoothed_estimator_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARClassicalSmoothing::test_forecasts PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARClassicalSmoothing::test_forecasts_error PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARClassicalSmoothing::test_forecasts_error_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARClassicalSmoothing::test_predicted_states PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARClassicalSmoothing::test_predicted_states_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARClassicalSmoothing::test_smoothed_states PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARClassicalSmoothing::test_smoothed_states_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARClassicalSmoothing::test_smoothed_forecasts PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARClassicalSmoothing::test_smoothed_state_disturbance PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARClassicalSmoothing::test_smoothed_state_disturbance_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARClassicalSmoothing::test_smoothed_measurement_disturbance PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARClassicalSmoothing::test_smoothed_measurement_disturbance_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARClassicalSmoothing::test_smooth_method PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARUnivariate::test_loglike PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARUnivariate::test_scaled_smoothed_estimator PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARUnivariate::test_scaled_smoothed_estimator_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARUnivariate::test_forecasts PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARUnivariate::test_forecasts_error PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARUnivariate::test_forecasts_error_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARUnivariate::test_predicted_states PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARUnivariate::test_predicted_states_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARUnivariate::test_smoothed_states PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARUnivariate::test_smoothed_states_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARUnivariate::test_smoothed_forecasts PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARUnivariate::test_smoothed_state_disturbance PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARUnivariate::test_smoothed_state_disturbance_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARUnivariate::test_smoothed_measurement_disturbance PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARUnivariate::test_smoothed_measurement_disturbance_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARUnivariateSmoothing::test_loglike PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARUnivariateSmoothing::test_scaled_smoothed_estimator PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARUnivariateSmoothing::test_scaled_smoothed_estimator_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARUnivariateSmoothing::test_forecasts PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARUnivariateSmoothing::test_forecasts_error PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARUnivariateSmoothing::test_forecasts_error_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARUnivariateSmoothing::test_predicted_states PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARUnivariateSmoothing::test_predicted_states_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARUnivariateSmoothing::test_smoothed_states PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARUnivariateSmoothing::test_smoothed_states_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARUnivariateSmoothing::test_smoothed_forecasts PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARUnivariateSmoothing::test_smoothed_state_disturbance PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARUnivariateSmoothing::test_smoothed_state_disturbance_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARUnivariateSmoothing::test_smoothed_measurement_disturbance PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARUnivariateSmoothing::test_smoothed_measurement_disturbance_cov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARUnivariateSmoothing::test_filter_method PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestMultivariateVARUnivariateSmoothing::test_smooth_method PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestVARAutocovariances::test_smoothed_state_autocov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestVARAutocovariancesAlternativeSmoothing::test_smoothed_state_autocov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestVARAutocovariancesAlternativeSmoothing::test_smooth_method PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestVARAutocovariancesClassicalSmoothing::test_smoothed_state_autocov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestVARAutocovariancesClassicalSmoothing::test_smooth_method PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestVARAutocovariancesUnivariateSmoothing::test_smoothed_state_autocov PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestVARAutocovariancesUnivariateSmoothing::test_filter_method PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::TestVARAutocovariancesUnivariateSmoothing::test_smooth_method PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_backwards[True-True-all] PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_backwards[True-True-partial] PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_backwards[True-True-mixed] PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_backwards[True-True-None] PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_backwards[True-False-all] PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_backwards[True-False-partial] PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_backwards[True-False-mixed] PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_backwards[True-False-None] PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_backwards[False-True-all] PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_backwards[False-True-partial] PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_backwards[False-True-mixed] PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_backwards[False-True-None] PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_backwards[False-False-all] PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_backwards[False-False-partial] PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_backwards[False-False-mixed] PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_backwards[False-False-None] PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_forwards[True-True-all] PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_forwards[True-True-partial] PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_forwards[True-True-mixed] PASSED [ 68%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_forwards[True-True-None] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_forwards[True-False-all] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_forwards[True-False-partial] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_forwards[True-False-mixed] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_forwards[True-False-None] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_forwards[False-True-all] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_forwards[False-True-partial] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_forwards[False-True-mixed] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_forwards[False-True-None] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_forwards[False-False-all] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_forwards[False-False-partial] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_forwards[False-False-mixed] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_forwards[False-False-None] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_forwards_oos[True-True-all] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_forwards_oos[True-True-partial] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_forwards_oos[True-True-mixed] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_forwards_oos[True-True-None] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_forwards_oos[True-False-all] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_forwards_oos[True-False-partial] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_forwards_oos[True-False-mixed] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_forwards_oos[True-False-None] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_forwards_oos[False-True-all] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_forwards_oos[False-True-partial] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_forwards_oos[False-True-mixed] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_forwards_oos[False-True-None] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_forwards_oos[False-False-all] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_forwards_oos[False-False-partial] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_forwards_oos[False-False-mixed] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_forwards_oos[False-False-None] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_backwards_oos[True-True-all] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_backwards_oos[True-True-partial] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_backwards_oos[True-True-mixed] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_backwards_oos[True-True-None] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_backwards_oos[True-False-all] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_backwards_oos[True-False-partial] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_backwards_oos[True-False-mixed] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_backwards_oos[True-False-None] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_backwards_oos[False-True-all] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_backwards_oos[False-True-partial] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_backwards_oos[False-True-mixed] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_backwards_oos[False-True-None] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_backwards_oos[False-False-all] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_backwards_oos[False-False-partial] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_backwards_oos[False-False-mixed] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_backwards_oos[False-False-None] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_smoothed_state_autocovariances_invalid PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_basic[True-True-all] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_basic[True-True-partial] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_basic[True-True-mixed] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_basic[True-True-None] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_basic[True-False-all] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_basic[True-False-partial] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_basic[True-False-mixed] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_basic[True-False-None] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_basic[False-True-all] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_basic[False-True-partial] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_basic[False-True-mixed] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_basic[False-True-None] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_basic[False-False-all] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_basic[False-False-partial] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_basic[False-False-mixed] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_basic[False-False-None] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_revisions[True-True-all] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_revisions[True-True-partial] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_revisions[True-True-mixed] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_revisions[True-True-None] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_revisions[True-False-all] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_revisions[True-False-partial] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_revisions[True-False-mixed] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_revisions[True-False-None] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_revisions[False-True-all] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_revisions[False-True-partial] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_revisions[False-True-mixed] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_revisions[False-True-None] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_revisions[False-False-all] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_revisions[False-False-partial] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_revisions[False-False-mixed] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_revisions[False-False-None] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_invalid[True-True-all] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_invalid[True-True-partial] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_invalid[True-True-mixed] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_invalid[True-True-None] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_invalid[True-False-all] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_invalid[True-False-partial] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_invalid[True-False-mixed] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_invalid[True-False-None] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_invalid[False-True-all] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_invalid[False-True-partial] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_invalid[False-True-mixed] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_invalid[False-True-None] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_invalid[False-False-all] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_invalid[False-False-partial] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_invalid[False-False-mixed] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_smoothing.py::test_news_invalid[False-False-None] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_structural.py::test_irregular PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_structural.py::test_fixed_intercept PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_structural.py::test_deterministic_constant PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_structural.py::test_random_walk PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_structural.py::test_local_level PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_structural.py::test_fixed_slope PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_structural.py::test_fixed_slope_warn PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_structural.py::test_deterministic_trend PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_structural.py::test_random_walk_with_drift PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_structural.py::test_local_linear_deterministic_trend PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_structural.py::test_local_linear_trend PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_structural.py::test_smooth_trend PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_structural.py::test_random_trend PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_structural.py::test_cycle PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_structural.py::test_seasonal PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_structural.py::test_freq_seasonal PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_structural.py::test_reg PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_structural.py::test_rtrend_ar1 PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_structural.py::test_lltrend_cycle_seasonal_reg_ar1 PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_structural.py::test_mle_reg[True] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_structural.py::test_mle_reg[False] PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_structural.py::test_specifications PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_structural.py::test_start_params PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_structural.py::test_forecast PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_structural.py::test_misc_exog PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_structural.py::test_predict_custom_index PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_structural.py::test_matrices_somewhat_complicated_model PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_structural.py::test_forecast_exog PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_structural.py::test_recreate_model PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_structural.py::test_append_results PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_structural.py::test_extend_results PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_structural.py::test_apply_results PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_tools.py::TestCompanionMatrix::test_cases PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_tools.py::TestDiff::test_cases PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_tools.py::TestSolveDiscreteLyapunov::test_univariate PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_tools.py::TestSolveDiscreteLyapunov::test_multivariate PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_tools.py::TestConcat::test_valid PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_tools.py::TestConcat::test_invalid PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_tools.py::TestIsInvertible::test_cases PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_tools.py::TestConstrainStationaryUnivariate::test_cases PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_tools.py::TestUnconstrainStationaryUnivariate::test_cases PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_tools.py::TestStationaryUnivariate::test_cases PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_tools.py::TestValidateMatrixShape::test_valid_cases PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_tools.py::TestValidateMatrixShape::test_invalid_cases PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_tools.py::TestValidateVectorShape::test_valid_cases PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_tools.py::TestValidateVectorShape::test_invalid_cases PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_tools.py::test_multivariate_acovf PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_tools.py::test_multivariate_pacf PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_tools.py::TestConstrainStationaryMultivariate::test_cases PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_tools.py::TestUnconstrainStationaryMultivariate::test_cases PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_tools.py::TestStationaryMultivariate::test_cases PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_tools.py::test_reorder_matrix_rows PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_tools.py::test_reorder_matrix_cols PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_tools.py::test_reorder_submatrix PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_tools.py::test_reorder_diagonal_submatrix PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_tools.py::test_reorder_vector PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_tools.py::test_copy_missing_matrix_rows PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_tools.py::test_copy_missing_matrix_cols PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_tools.py::test_copy_missing_submatrix PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_tools.py::test_copy_missing_diagonal_submatrix PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_tools.py::test_copy_missing_vector PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_tools.py::test_copy_index_matrix_rows PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_tools.py::test_copy_index_matrix_cols PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_tools.py::test_copy_index_submatrix PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_tools.py::test_copy_index_diagonal_submatrix PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_tools.py::test_copy_index_vector PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989::test_using_univariate PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989::test_forecasts PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989::test_forecasts_error PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989::test_forecasts_error_cov PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989::test_filtered_state PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989::test_filtered_state_cov PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989::test_predicted_state PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989::test_predicted_state_cov PASSED [ 69%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989::test_loglike PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989::test_smoothed_states PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989::test_smoothed_states_cov PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989::test_smoothed_measurement_disturbance PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989::test_smoothed_measurement_disturbance_cov PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989::test_smoothed_state_disturbance PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989::test_smoothed_state_disturbance_cov PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989::test_simulation_smoothed_state PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989::test_simulation_smoothed_measurement_disturbance PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989::test_simulation_smoothed_state_disturbance PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989Alternate::test_using_univariate PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989Alternate::test_forecasts PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989Alternate::test_forecasts_error PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989Alternate::test_forecasts_error_cov PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989Alternate::test_filtered_state PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989Alternate::test_filtered_state_cov PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989Alternate::test_predicted_state PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989Alternate::test_predicted_state_cov PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989Alternate::test_loglike PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989Alternate::test_smoothed_states PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989Alternate::test_smoothed_states_cov PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989Alternate::test_smoothed_measurement_disturbance PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989Alternate::test_smoothed_measurement_disturbance_cov PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989Alternate::test_smoothed_state_disturbance PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989Alternate::test_smoothed_state_disturbance_cov PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989Alternate::test_simulation_smoothed_state PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989Alternate::test_simulation_smoothed_measurement_disturbance PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989Alternate::test_simulation_smoothed_state_disturbance PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestClark1989Alternate::test_using_alterate PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateGeneralObsCov::test_using_univariate PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateGeneralObsCov::test_forecasts PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateGeneralObsCov::test_forecasts_error PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateGeneralObsCov::test_forecasts_error_cov PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateGeneralObsCov::test_filtered_state PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateGeneralObsCov::test_filtered_state_cov PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateGeneralObsCov::test_predicted_state PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateGeneralObsCov::test_predicted_state_cov PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateGeneralObsCov::test_loglike PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateGeneralObsCov::test_smoothed_states PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateGeneralObsCov::test_smoothed_states_cov PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateGeneralObsCov::test_smoothed_measurement_disturbance SKIPPED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateGeneralObsCov::test_smoothed_measurement_disturbance_cov SKIPPED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateGeneralObsCov::test_smoothed_state_disturbance PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateGeneralObsCov::test_smoothed_state_disturbance_cov PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateGeneralObsCov::test_simulation_smoothed_state PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateGeneralObsCov::test_simulation_smoothed_measurement_disturbance SKIPPED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateGeneralObsCov::test_simulation_smoothed_state_disturbance PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateAllMissingGeneralObsCov::test_using_univariate PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateAllMissingGeneralObsCov::test_forecasts PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateAllMissingGeneralObsCov::test_forecasts_error PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateAllMissingGeneralObsCov::test_forecasts_error_cov PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateAllMissingGeneralObsCov::test_filtered_state PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateAllMissingGeneralObsCov::test_filtered_state_cov PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateAllMissingGeneralObsCov::test_predicted_state PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateAllMissingGeneralObsCov::test_predicted_state_cov PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateAllMissingGeneralObsCov::test_loglike PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateAllMissingGeneralObsCov::test_smoothed_states PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateAllMissingGeneralObsCov::test_smoothed_states_cov PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateAllMissingGeneralObsCov::test_smoothed_measurement_disturbance SKIPPED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateAllMissingGeneralObsCov::test_smoothed_measurement_disturbance_cov SKIPPED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateAllMissingGeneralObsCov::test_smoothed_state_disturbance PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateAllMissingGeneralObsCov::test_smoothed_state_disturbance_cov PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateAllMissingGeneralObsCov::test_simulation_smoothed_state PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateAllMissingGeneralObsCov::test_simulation_smoothed_measurement_disturbance SKIPPED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateAllMissingGeneralObsCov::test_simulation_smoothed_state_disturbance PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariatePartialMissingGeneralObsCov::test_using_univariate PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariatePartialMissingGeneralObsCov::test_forecasts_error_cov PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariatePartialMissingGeneralObsCov::test_filtered_state PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariatePartialMissingGeneralObsCov::test_filtered_state_cov PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariatePartialMissingGeneralObsCov::test_predicted_state PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariatePartialMissingGeneralObsCov::test_predicted_state_cov PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariatePartialMissingGeneralObsCov::test_loglike PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariatePartialMissingGeneralObsCov::test_smoothed_states PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariatePartialMissingGeneralObsCov::test_smoothed_states_cov PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariatePartialMissingGeneralObsCov::test_smoothed_measurement_disturbance SKIPPED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariatePartialMissingGeneralObsCov::test_smoothed_measurement_disturbance_cov SKIPPED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariatePartialMissingGeneralObsCov::test_smoothed_state_disturbance PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariatePartialMissingGeneralObsCov::test_smoothed_state_disturbance_cov PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariatePartialMissingGeneralObsCov::test_simulation_smoothed_state PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariatePartialMissingGeneralObsCov::test_simulation_smoothed_measurement_disturbance SKIPPED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariatePartialMissingGeneralObsCov::test_simulation_smoothed_state_disturbance PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariatePartialMissingGeneralObsCov::test_forecasts PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariatePartialMissingGeneralObsCov::test_forecasts_error PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateMixedMissingGeneralObsCov::test_using_univariate PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateMixedMissingGeneralObsCov::test_forecasts_error_cov PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateMixedMissingGeneralObsCov::test_filtered_state PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateMixedMissingGeneralObsCov::test_filtered_state_cov PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateMixedMissingGeneralObsCov::test_predicted_state PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateMixedMissingGeneralObsCov::test_predicted_state_cov PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateMixedMissingGeneralObsCov::test_loglike PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateMixedMissingGeneralObsCov::test_smoothed_states PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateMixedMissingGeneralObsCov::test_smoothed_states_cov PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateMixedMissingGeneralObsCov::test_smoothed_measurement_disturbance SKIPPED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateMixedMissingGeneralObsCov::test_smoothed_measurement_disturbance_cov SKIPPED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateMixedMissingGeneralObsCov::test_smoothed_state_disturbance PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateMixedMissingGeneralObsCov::test_smoothed_state_disturbance_cov PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateMixedMissingGeneralObsCov::test_simulation_smoothed_state PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateMixedMissingGeneralObsCov::test_simulation_smoothed_measurement_disturbance SKIPPED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateMixedMissingGeneralObsCov::test_simulation_smoothed_state_disturbance PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateMixedMissingGeneralObsCov::test_forecasts PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateMixedMissingGeneralObsCov::test_forecasts_error PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateVAR::test_forecasts PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateVAR::test_forecasts_error PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateVAR::test_forecasts_error_cov PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateVAR::test_filtered_state PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateVAR::test_filtered_state_cov PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateVAR::test_predicted_state PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateVAR::test_predicted_state_cov PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateVAR::test_loglike PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateVAR::test_smoothed_states PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateVAR::test_smoothed_states_cov PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateVAR::test_smoothed_measurement_disturbance SKIPPED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateVAR::test_smoothed_measurement_disturbance_cov SKIPPED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateVAR::test_smoothed_state_disturbance PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateVAR::test_smoothed_state_disturbance_cov PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateVAR::test_simulation_smoothed_state PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateVAR::test_simulation_smoothed_measurement_disturbance SKIPPED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::TestMultivariateVAR::test_simulation_smoothed_state_disturbance PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_univariate.py::test_time_varying_transition PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_var.py::test_var_basic PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_var.py::test_var_c PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_var.py::test_var_ct PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_var.py::test_var_ct_as_exog0 PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_var.py::test_var_ct_as_exog1 PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_var.py::test_var_ctt PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_var.py::test_var_ct_exog PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_var.py::test_var_c_2exog PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR::test_mle PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR::test_params PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR::test_results PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR::test_loglike PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR::test_aic PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR::test_bic PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR::test_standardized_forecasts_error PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR::test_predict PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR::test_dynamic_predict PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR::test_bse_approx PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR::test_bse_oim PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR::test_summary PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_diagonal::test_mle PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_diagonal::test_params PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_diagonal::test_results PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_diagonal::test_loglike PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_diagonal::test_aic PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_diagonal::test_bic PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_diagonal::test_standardized_forecasts_error PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_diagonal::test_predict PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_diagonal::test_dynamic_predict PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_diagonal::test_bse_approx PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_diagonal::test_bse_oim PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_diagonal::test_summary PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_measurement_error::test_params PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_measurement_error::test_results PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_measurement_error::test_loglike PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_measurement_error::test_standardized_forecasts_error PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_measurement_error::test_predict PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_measurement_error::test_dynamic_predict PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_measurement_error::test_mle PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_measurement_error::test_bse_approx PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_measurement_error::test_bse_oim PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_measurement_error::test_aic PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_measurement_error::test_bic PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_measurement_error::test_representation PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_measurement_error::test_summary PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_obs_intercept::test_mle PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_obs_intercept::test_params PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_obs_intercept::test_results PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_obs_intercept::test_loglike PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_obs_intercept::test_standardized_forecasts_error PASSED [ 70%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_obs_intercept::test_predict PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_obs_intercept::test_dynamic_predict PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_obs_intercept::test_bse_approx PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_obs_intercept::test_bse_oim PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_obs_intercept::test_aic PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_obs_intercept::test_bic PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_exog::test_params PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_exog::test_results PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_exog::test_loglike PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_exog::test_standardized_forecasts_error PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_exog::test_mle PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_exog::test_aic PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_exog::test_bic PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_exog::test_bse_approx PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_exog::test_bse_oim PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_exog::test_predict PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_exog::test_dynamic_predict PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_exog::test_forecast PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_exog::test_summary PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_exog2::test_params PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_exog2::test_results PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_exog2::test_loglike PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_exog2::test_standardized_forecasts_error PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_exog2::test_mle PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_exog2::test_aic PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_exog2::test_bic PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_exog2::test_bse_approx PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_exog2::test_bse_oim PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_exog2::test_predict PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_exog2::test_dynamic_predict PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR_exog2::test_forecast PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR2::test_mle PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR2::test_params PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR2::test_results PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR2::test_loglike PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR2::test_aic PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR2::test_bic PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR2::test_standardized_forecasts_error PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR2::test_predict PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR2::test_dynamic_predict PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR2::test_bse_approx PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR2::test_bse_oim PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVAR2::test_summary PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVARMA::test_params PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVARMA::test_results PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVARMA::test_loglike PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVARMA::test_standardized_forecasts_error PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVARMA::test_mle PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVARMA::test_bse_approx SKIPPED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVARMA::test_bse_oim SKIPPED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVARMA::test_aic PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVARMA::test_bic PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVARMA::test_predict PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVARMA::test_dynamic_predict PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVARMA::test_summary PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVMA1::test_params PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVMA1::test_results PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVMA1::test_loglike PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVMA1::test_standardized_forecasts_error PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVMA1::test_mle PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVMA1::test_bse_approx SKIPPED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVMA1::test_bse_oim SKIPPED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVMA1::test_aic PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVMA1::test_bic PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVMA1::test_predict PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::TestVMA1::test_dynamic_predict PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::test_specifications PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::test_misspecifications PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::test_misc_exog PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::test_predict_custom_index PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::test_forecast_exog PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::test_recreate_model PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::test_append_results PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::test_extend_results[True-n] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::test_extend_results[True-c] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::test_extend_results[True-ct] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::test_extend_results[False-n] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::test_extend_results[False-c] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::test_extend_results[False-ct] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::test_extend_results_exog PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::test_apply_results PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::test_vma1_exog PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_varmax.py::test_param_names_trend PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_adfuller_lag.py::test_adf_autolag PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-bse] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-cov_params] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-df_model] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-df_resid] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-fittedvalues] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-llf] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-nobs] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-params] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-resid] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-scale] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-tvalues] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-use_t] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-bse] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-cov_params] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-df_model] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-df_resid] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-fittedvalues] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-llf] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-nobs] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-params] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-resid] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-scale] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-tvalues] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-use_t] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: None, Cov Type: HC0] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: None, Cov Type: HC0] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: None, Cov Type: HC0] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-bse] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-cov_params] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-df_model] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-df_resid] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-fittedvalues] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-llf] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-nobs] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-params] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-resid] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-scale] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-tvalues] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-use_t] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-bse] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-cov_params] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-df_model] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-df_resid] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-fittedvalues] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-llf] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-nobs] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-params] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-resid] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-scale] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-tvalues] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-use_t] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 0, Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-bse] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-cov_params] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-df_model] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-df_resid] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-fittedvalues] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-llf] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-nobs] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-params] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-resid] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-scale] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-tvalues] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-use_t] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-bse] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-cov_params] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-df_model] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-df_resid] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-fittedvalues] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-llf] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-nobs] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-params] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-resid] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-scale] PASSED [ 71%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-tvalues] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-use_t] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: None, Cov Type: HC0] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: None, Cov Type: HC0] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: None, Cov Type: HC0] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-bse] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-cov_params] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-df_model] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-df_resid] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-fittedvalues] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-llf] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-nobs] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-params] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-resid] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-scale] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-tvalues] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-use_t] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-bse] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-cov_params] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-df_model] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-df_resid] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-fittedvalues] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-llf] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-nobs] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-params] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-resid] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-scale] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-tvalues] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-use_t] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 0, Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-bse] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-cov_params] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-df_model] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-df_resid] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-fittedvalues] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-llf] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-nobs] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-params] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-resid] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-scale] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-tvalues] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-use_t] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-bse] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-cov_params] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-df_model] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-df_resid] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-fittedvalues] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-llf] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-nobs] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-params] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-resid] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-scale] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-tvalues] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-use_t] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: None, Cov Type: HC0] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: None, Cov Type: HC0] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: None, Cov Type: HC0] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-bse] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-cov_params] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-df_model] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-df_resid] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-fittedvalues] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-llf] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-nobs] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-params] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-resid] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-scale] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-tvalues] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-use_t] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-bse] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-cov_params] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-df_model] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-df_resid] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-fittedvalues] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-llf] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-nobs] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-params] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-resid] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-scale] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-tvalues] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-use_t] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 0, Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-bse] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-cov_params] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-df_model] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-df_resid] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-fittedvalues] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-llf] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-nobs] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-params] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-resid] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-scale] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-tvalues] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-use_t] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-bse] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-cov_params] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-df_model] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-df_resid] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-fittedvalues] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-llf] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-nobs] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-params] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-resid] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-scale] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-tvalues] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-use_t] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-bse] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-cov_params] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-df_model] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-df_resid] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-fittedvalues] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-llf] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-nobs] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-params] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-resid] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-scale] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-tvalues] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-use_t] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-bse] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-cov_params] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-df_model] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-df_resid] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-fittedvalues] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-llf] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-nobs] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-params] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-resid] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-scale] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-tvalues] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-use_t] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 0, Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-bse] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-cov_params] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-df_model] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-df_resid] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-fittedvalues] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-llf] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-nobs] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-params] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-resid] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-scale] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-tvalues] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-use_t] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 0, Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 0, Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust] PASSED [ 72%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 0, Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-bse] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-cov_params] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-df_model] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-df_resid] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-fittedvalues] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-llf] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-nobs] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-params] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-resid] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-scale] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-tvalues] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-use_t] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 0, Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 0, Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 0, Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-bse] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-cov_params] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-df_model] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-df_resid] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-fittedvalues] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-llf] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-nobs] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-params] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-resid] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-scale] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-tvalues] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-use_t] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-bse] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-cov_params] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-df_model] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-df_resid] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-fittedvalues] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-llf] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-nobs] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-params] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-resid] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-scale] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-tvalues] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-use_t] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: None, Cov Type: HC0] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: None, Cov Type: HC0] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: None, Cov Type: HC0] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-bse] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-cov_params] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-df_model] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-df_resid] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-fittedvalues] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-llf] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-nobs] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-params] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-resid] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-scale] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-tvalues] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-use_t] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-bse] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-cov_params] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-df_model] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-df_resid] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-fittedvalues] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-llf] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-nobs] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-params] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-resid] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-scale] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-tvalues] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-use_t] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 0, Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-bse] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-cov_params] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-df_model] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-df_resid] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-fittedvalues] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-llf] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-nobs] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-params] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-resid] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-scale] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-tvalues] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-use_t] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-bse] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-cov_params] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-df_model] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-df_resid] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-fittedvalues] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-llf] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-nobs] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-params] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-resid] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-scale] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-tvalues] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-use_t] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: None, Cov Type: HC0] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: None, Cov Type: HC0] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: None, Cov Type: HC0] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-bse] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-cov_params] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-df_model] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-df_resid] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-fittedvalues] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-llf] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-nobs] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-params] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-resid] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-scale] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-tvalues] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-use_t] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-bse] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-cov_params] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-df_model] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-df_resid] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-fittedvalues] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-llf] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-nobs] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-params] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-resid] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-scale] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-tvalues] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-use_t] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 0, Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-bse] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-cov_params] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-df_model] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-df_resid] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-fittedvalues] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-llf] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-nobs] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-params] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-resid] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-scale] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-tvalues] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-use_t] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-bse] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-cov_params] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-df_model] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-df_resid] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-fittedvalues] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-llf] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-nobs] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-params] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-resid] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-scale] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-tvalues] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-use_t] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-bse] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-cov_params] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-df_model] PASSED [ 73%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-df_resid] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-fittedvalues] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-llf] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-nobs] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-params] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-resid] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-scale] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-tvalues] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-use_t] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-bse] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-cov_params] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-df_model] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-df_resid] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-fittedvalues] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-llf] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-nobs] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-params] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-resid] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-scale] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-tvalues] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-use_t] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 0, Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-bse] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-cov_params] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-df_model] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-df_resid] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-fittedvalues] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-llf] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-nobs] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-params] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-resid] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-scale] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-tvalues] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-use_t] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-bse] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-cov_params] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-df_model] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-df_resid] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-fittedvalues] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-llf] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-nobs] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-params] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-resid] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-scale] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-tvalues] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-use_t] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: None, Cov Type: HC0] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: None, Cov Type: HC0] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: None, Cov Type: HC0] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-bse] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-cov_params] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-df_model] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-df_resid] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-fittedvalues] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-llf] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-nobs] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-params] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-resid] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-scale] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-tvalues] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-use_t] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-bse] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-cov_params] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-df_model] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-df_resid] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-fittedvalues] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-llf] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-nobs] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-params] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-resid] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-scale] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-tvalues] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-use_t] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 3, Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-bse] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-cov_params] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-df_model] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-df_resid] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-fittedvalues] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-llf] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-nobs] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-params] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-resid] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-scale] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-tvalues] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-use_t] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-bse] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-cov_params] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-df_model] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-df_resid] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-fittedvalues] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-llf] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-nobs] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-params] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-resid] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-scale] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-tvalues] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-use_t] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: None, Cov Type: HC0] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: None, Cov Type: HC0] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: None, Cov Type: HC0] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-bse] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-cov_params] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-df_model] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-df_resid] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-fittedvalues] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-llf] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-nobs] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-params] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-resid] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-scale] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-tvalues] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-use_t] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-bse] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-cov_params] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-df_model] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-df_resid] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-fittedvalues] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-llf] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-nobs] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-params] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-resid] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-scale] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-tvalues] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-use_t] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 3, Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-bse] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-cov_params] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-df_model] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-df_resid] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-fittedvalues] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-llf] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-nobs] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-params] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-resid] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-scale] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-tvalues] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-use_t] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-bse] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-cov_params] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-df_model] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-df_resid] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-fittedvalues] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-llf] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-nobs] PASSED [ 74%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-params] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-resid] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-scale] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-tvalues] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-use_t] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: None, Cov Type: HC0] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: None, Cov Type: HC0] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: None, Cov Type: HC0] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-bse] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-cov_params] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-df_model] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-df_resid] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-fittedvalues] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-llf] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-nobs] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-params] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-resid] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-scale] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-tvalues] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-use_t] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-bse] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-cov_params] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-df_model] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-df_resid] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-fittedvalues] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-llf] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-nobs] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-params] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-resid] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-scale] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-tvalues] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-use_t] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 3, Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-bse] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-cov_params] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-df_model] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-df_resid] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-fittedvalues] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-llf] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-nobs] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-params] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-resid] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-scale] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-tvalues] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-use_t] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-bse] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-cov_params] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-df_model] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-df_resid] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-fittedvalues] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-llf] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-nobs] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-params] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-resid] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-scale] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-tvalues] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-use_t] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-bse] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-cov_params] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-df_model] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-df_resid] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-fittedvalues] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-llf] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-nobs] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-params] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-resid] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-scale] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-tvalues] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-use_t] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-bse] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-cov_params] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-df_model] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-df_resid] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-fittedvalues] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-llf] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-nobs] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-params] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-resid] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-scale] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-tvalues] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-use_t] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 3, Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-bse] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-cov_params] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-df_model] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-df_resid] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-fittedvalues] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-llf] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-nobs] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-params] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-resid] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-scale] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-tvalues] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-use_t] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-bse] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-cov_params] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-df_model] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-df_resid] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-fittedvalues] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-llf] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-nobs] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-params] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-resid] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-scale] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-tvalues] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-use_t] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: None, Cov Type: HC0] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: None, Cov Type: HC0] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: None, Cov Type: HC0] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-bse] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-cov_params] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-df_model] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-df_resid] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-fittedvalues] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-llf] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-nobs] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-params] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-resid] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-scale] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-tvalues] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-use_t] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-bse] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-cov_params] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-df_model] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-df_resid] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-fittedvalues] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-llf] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-nobs] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-params] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-resid] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-scale] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-tvalues] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-use_t] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 3, Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-bse] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-cov_params] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-df_model] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-df_resid] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-fittedvalues] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-llf] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-nobs] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-params] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-resid] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-scale] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-tvalues] PASSED [ 75%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-use_t] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-bse] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-cov_params] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-df_model] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-df_resid] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-fittedvalues] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-llf] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-nobs] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-params] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-resid] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-scale] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-tvalues] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-use_t] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: None, Cov Type: HC0] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: None, Cov Type: HC0] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: None, Cov Type: HC0] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-bse] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-cov_params] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-df_model] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-df_resid] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-fittedvalues] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-llf] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-nobs] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-params] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-resid] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-scale] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-tvalues] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-use_t] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-bse] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-cov_params] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-df_model] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-df_resid] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-fittedvalues] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-llf] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-nobs] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-params] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-resid] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-scale] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-tvalues] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-use_t] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 3, Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-bse] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-cov_params] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-df_model] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-df_resid] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-fittedvalues] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-llf] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-nobs] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-params] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-resid] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-scale] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-tvalues] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-use_t] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-bse] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-cov_params] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-df_model] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-df_resid] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-fittedvalues] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-llf] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-nobs] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-params] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-resid] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-scale] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-tvalues] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-use_t] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: None, Cov Type: HC0] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: None, Cov Type: HC0] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: None, Cov Type: HC0] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-bse] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-cov_params] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-df_model] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-df_resid] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-fittedvalues] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-llf] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-nobs] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-params] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-resid] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-scale] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-tvalues] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-use_t] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-bse] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-cov_params] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-df_model] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-df_resid] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-fittedvalues] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-llf] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-nobs] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-params] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-resid] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-scale] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-tvalues] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-use_t] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 3, Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-bse] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-cov_params] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-df_model] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-df_resid] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-fittedvalues] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-llf] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-nobs] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-params] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-resid] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-scale] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-tvalues] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-use_t] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-bse] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-cov_params] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-df_model] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-df_resid] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-fittedvalues] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-llf] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-nobs] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-params] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-resid] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-scale] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-tvalues] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-use_t] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-bse] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-cov_params] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-df_model] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-df_resid] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-fittedvalues] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-llf] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-nobs] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-params] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-resid] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-scale] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-tvalues] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-use_t] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-bse] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-cov_params] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-df_model] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-df_resid] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-fittedvalues] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-llf] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-nobs] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-params] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-resid] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-scale] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-tvalues] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-use_t] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: 3, Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0] PASSED [ 76%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-bse] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-cov_params] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-df_model] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-df_resid] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-fittedvalues] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-llf] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-nobs] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-params] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-resid] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-scale] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-tvalues] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-use_t] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-bse] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-cov_params] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-df_model] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-df_resid] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-fittedvalues] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-llf] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-nobs] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-params] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-resid] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-scale] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-tvalues] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-use_t] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: None, Cov Type: HC0] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: None, Cov Type: HC0] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: None, Cov Type: HC0] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-bse] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-cov_params] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-df_model] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-df_resid] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-fittedvalues] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-llf] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-nobs] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-params] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-resid] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-scale] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-tvalues] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-use_t] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-bse] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-cov_params] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-df_model] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-df_resid] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-fittedvalues] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-llf] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-nobs] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-params] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-resid] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-scale] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-tvalues] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-use_t] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [1, 3], Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-bse] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-cov_params] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-df_model] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-df_resid] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-fittedvalues] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-llf] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-nobs] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-params] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-resid] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-scale] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-tvalues] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-use_t] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-bse] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-cov_params] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-df_model] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-df_resid] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-fittedvalues] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-llf] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-nobs] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-params] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-resid] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-scale] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-tvalues] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-use_t] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: None, Cov Type: HC0] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: None, Cov Type: HC0] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: None, Cov Type: HC0] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-bse] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-cov_params] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-df_model] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-df_resid] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-fittedvalues] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-llf] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-nobs] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-params] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-resid] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-scale] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-tvalues] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-use_t] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-bse] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-cov_params] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-df_model] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-df_resid] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-fittedvalues] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-llf] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-nobs] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-params] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-resid] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-scale] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-tvalues] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-use_t] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [1, 3], Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-bse] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-cov_params] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-df_model] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-df_resid] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-fittedvalues] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-llf] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-nobs] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-params] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-resid] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-scale] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-tvalues] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-use_t] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-bse] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-cov_params] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-df_model] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-df_resid] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-fittedvalues] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-llf] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-nobs] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-params] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-resid] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-scale] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-tvalues] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-use_t] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: None, Cov Type: HC0] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: None, Cov Type: HC0] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: None, Cov Type: HC0] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-bse] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-cov_params] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-df_model] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-df_resid] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-fittedvalues] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-llf] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-nobs] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-params] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-resid] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-scale] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-tvalues] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-use_t] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-bse] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-cov_params] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-df_model] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-df_resid] PASSED [ 77%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-fittedvalues] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-llf] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-nobs] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-params] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-resid] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-scale] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-tvalues] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-use_t] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [1, 3], Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-bse] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-cov_params] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-df_model] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-df_resid] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-fittedvalues] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-llf] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-nobs] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-params] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-resid] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-scale] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-tvalues] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-use_t] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-bse] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-cov_params] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-df_model] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-df_resid] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-fittedvalues] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-llf] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-nobs] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-params] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-resid] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-scale] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-tvalues] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-use_t] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-bse] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-cov_params] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-df_model] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-df_resid] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-fittedvalues] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-llf] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-nobs] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-params] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-resid] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-scale] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-tvalues] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-use_t] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-bse] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-cov_params] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-df_model] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-df_resid] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-fittedvalues] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-llf] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-nobs] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-params] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-resid] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-scale] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-tvalues] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-use_t] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [1, 3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-bse] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-cov_params] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-df_model] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-df_resid] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-fittedvalues] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-llf] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-nobs] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-params] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-resid] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-scale] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-tvalues] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-use_t] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-bse] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-cov_params] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-df_model] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-df_resid] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-fittedvalues] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-llf] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-nobs] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-params] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-resid] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-scale] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-tvalues] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-use_t] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: None, Cov Type: HC0] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: None, Cov Type: HC0] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: None, Cov Type: HC0] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-bse] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-cov_params] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-df_model] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-df_resid] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-fittedvalues] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-llf] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-nobs] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-params] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-resid] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-scale] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-tvalues] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-use_t] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-bse] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-cov_params] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-df_model] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-df_resid] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-fittedvalues] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-llf] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-nobs] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-params] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-resid] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-scale] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-tvalues] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-use_t] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [1, 3], Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-bse] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-cov_params] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-df_model] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-df_resid] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-fittedvalues] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-llf] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-nobs] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-params] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-resid] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-scale] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-tvalues] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-use_t] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-bse] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-cov_params] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-df_model] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-df_resid] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-fittedvalues] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-llf] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-nobs] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-params] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-resid] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-scale] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-tvalues] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-use_t] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: None, Cov Type: HC0] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: None, Cov Type: HC0] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: None, Cov Type: HC0] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-bse] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-cov_params] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-df_model] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-df_resid] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-fittedvalues] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-llf] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-nobs] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-params] PASSED [ 78%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-resid] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-scale] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-tvalues] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-use_t] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-bse] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-cov_params] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-df_model] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-df_resid] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-fittedvalues] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-llf] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-nobs] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-params] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-resid] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-scale] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-tvalues] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-use_t] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [1, 3], Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-bse] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-cov_params] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-df_model] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-df_resid] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-fittedvalues] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-llf] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-nobs] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-params] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-resid] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-scale] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-tvalues] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-use_t] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-bse] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-cov_params] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-df_model] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-df_resid] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-fittedvalues] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-llf] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-nobs] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-params] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-resid] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-scale] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-tvalues] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-use_t] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: None, Cov Type: HC0] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: None, Cov Type: HC0] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: None, Cov Type: HC0] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-bse] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-cov_params] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-df_model] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-df_resid] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-fittedvalues] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-llf] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-nobs] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-params] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-resid] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-scale] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-tvalues] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-use_t] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-bse] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-cov_params] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-df_model] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-df_resid] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-fittedvalues] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-llf] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-nobs] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-params] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-resid] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-scale] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-tvalues] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-use_t] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [1, 3], Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-bse] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-cov_params] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-df_model] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-df_resid] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-fittedvalues] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-llf] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-nobs] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-params] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-resid] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-scale] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-tvalues] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-use_t] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-bse] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-cov_params] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-df_model] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-df_resid] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-fittedvalues] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-llf] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-nobs] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-params] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-resid] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-scale] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-tvalues] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-use_t] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-bse] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-cov_params] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-df_model] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-df_resid] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-fittedvalues] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-llf] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-nobs] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-params] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-resid] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-scale] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-tvalues] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-use_t] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-bse] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-cov_params] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-df_model] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-df_resid] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-fittedvalues] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-llf] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-nobs] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-params] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-resid] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-scale] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-tvalues] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-use_t] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [1, 3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-bse] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-cov_params] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-df_model] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-df_resid] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-fittedvalues] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-llf] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-nobs] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-params] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-resid] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-scale] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-tvalues] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust-use_t] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: None, Cov Type: nonrobust] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-bse] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-cov_params] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-df_model] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-df_resid] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-fittedvalues] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-llf] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-nobs] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-params] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-resid] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-scale] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-tvalues] PASSED [ 79%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: None, Cov Type: HC0-use_t] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: None, Cov Type: HC0] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: None, Cov Type: HC0] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: None, Cov Type: HC0] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-bse] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-cov_params] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-df_model] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-df_resid] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-fittedvalues] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-llf] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-nobs] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-params] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-resid] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-scale] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-tvalues] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust-use_t] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: 2, Cov Type: nonrobust] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-bse] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-cov_params] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-df_model] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-df_resid] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-fittedvalues] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-llf] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-nobs] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-params] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-resid] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-scale] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-tvalues] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0-use_t] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [3], Seasonal: True, Trend: n, Exog: 2, Cov Type: HC0] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-bse] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-cov_params] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-df_model] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-df_resid] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-fittedvalues] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-llf] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-nobs] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-params] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-resid] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-scale] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-tvalues] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust-use_t] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: None, Cov Type: nonrobust] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-bse] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-cov_params] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-df_model] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-df_resid] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-fittedvalues] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-llf] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-nobs] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-params] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-resid] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-scale] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-tvalues] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: None, Cov Type: HC0-use_t] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: None, Cov Type: HC0] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: None, Cov Type: HC0] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: None, Cov Type: HC0] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-bse] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-cov_params] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-df_model] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-df_resid] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-fittedvalues] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-llf] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-nobs] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-params] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-resid] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-scale] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-tvalues] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust-use_t] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: 2, Cov Type: nonrobust] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-bse] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-cov_params] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-df_model] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-df_resid] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-fittedvalues] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-llf] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-nobs] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-params] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-resid] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-scale] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-tvalues] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0-use_t] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [3], Seasonal: True, Trend: c, Exog: 2, Cov Type: HC0] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-bse] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-cov_params] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-df_model] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-df_resid] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-fittedvalues] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-llf] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-nobs] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-params] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-resid] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-scale] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-tvalues] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust-use_t] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: None, Cov Type: nonrobust] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-bse] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-cov_params] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-df_model] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-df_resid] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-fittedvalues] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-llf] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-nobs] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-params] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-resid] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-scale] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-tvalues] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: None, Cov Type: HC0-use_t] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: None, Cov Type: HC0] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: None, Cov Type: HC0] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: None, Cov Type: HC0] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-bse] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-cov_params] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-df_model] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-df_resid] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-fittedvalues] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-llf] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-nobs] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-params] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-resid] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-scale] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-tvalues] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust-use_t] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: 2, Cov Type: nonrobust] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-bse] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-cov_params] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-df_model] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-df_resid] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-fittedvalues] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-llf] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-nobs] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-params] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-resid] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-scale] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-tvalues] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0-use_t] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [3], Seasonal: True, Trend: t, Exog: 2, Cov Type: HC0] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-bse] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-cov_params] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-df_model] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-df_resid] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-fittedvalues] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-llf] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-nobs] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-params] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-resid] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-scale] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-tvalues] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust-use_t] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: None, Cov Type: nonrobust] PASSED [ 80%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-bse] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-cov_params] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-df_model] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-df_resid] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-fittedvalues] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-llf] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-nobs] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-params] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-resid] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-scale] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-tvalues] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0-use_t] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: None, Cov Type: HC0] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-bse] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-cov_params] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-df_model] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-df_resid] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-fittedvalues] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-llf] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-nobs] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-params] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-resid] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-scale] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-tvalues] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust-use_t] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: nonrobust] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-bse] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-cov_params] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-df_model] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-df_resid] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-fittedvalues] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-llf] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-nobs] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-params] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-resid] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-scale] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-tvalues] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0-use_t] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [3], Seasonal: True, Trend: ct, Exog: 2, Cov Type: HC0] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-bse] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-cov_params] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-df_model] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-df_resid] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-fittedvalues] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-llf] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-nobs] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-params] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-resid] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-scale] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-tvalues] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust-use_t] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: None, Cov Type: nonrobust] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-bse] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-cov_params] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-df_model] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-df_resid] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-fittedvalues] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-llf] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-nobs] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-params] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-resid] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-scale] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-tvalues] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: None, Cov Type: HC0-use_t] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: None, Cov Type: HC0] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: None, Cov Type: HC0] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: None, Cov Type: HC0] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-bse] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-cov_params] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-df_model] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-df_resid] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-fittedvalues] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-llf] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-nobs] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-params] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-resid] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-scale] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-tvalues] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust-use_t] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: 2, Cov Type: nonrobust] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-bse] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-cov_params] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-df_model] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-df_resid] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-fittedvalues] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-llf] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-nobs] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-params] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-resid] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-scale] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-tvalues] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0-use_t] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [3], Seasonal: False, Trend: n, Exog: 2, Cov Type: HC0] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-bse] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-cov_params] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-df_model] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-df_resid] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-fittedvalues] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-llf] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-nobs] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-params] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-resid] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-scale] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-tvalues] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust-use_t] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: None, Cov Type: nonrobust] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-bse] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-cov_params] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-df_model] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-df_resid] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-fittedvalues] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-llf] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-nobs] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-params] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-resid] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-scale] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-tvalues] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: None, Cov Type: HC0-use_t] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: None, Cov Type: HC0] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: None, Cov Type: HC0] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: None, Cov Type: HC0] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-bse] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-cov_params] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-df_model] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-df_resid] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-fittedvalues] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-llf] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-nobs] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-params] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-resid] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-scale] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-tvalues] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust-use_t] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: 2, Cov Type: nonrobust] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-bse] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-cov_params] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-df_model] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-df_resid] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-fittedvalues] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-llf] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-nobs] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-params] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-resid] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-scale] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-tvalues] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0-use_t] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [3], Seasonal: False, Trend: c, Exog: 2, Cov Type: HC0] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-bse] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-cov_params] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-df_model] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-df_resid] PASSED [ 81%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-fittedvalues] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-llf] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-nobs] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-params] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-resid] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-scale] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-tvalues] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust-use_t] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: None, Cov Type: nonrobust] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-bse] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-cov_params] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-df_model] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-df_resid] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-fittedvalues] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-llf] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-nobs] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-params] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-resid] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-scale] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-tvalues] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: None, Cov Type: HC0-use_t] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: None, Cov Type: HC0] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: None, Cov Type: HC0] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: None, Cov Type: HC0] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-bse] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-cov_params] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-df_model] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-df_resid] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-fittedvalues] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-llf] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-nobs] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-params] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-resid] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-scale] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-tvalues] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust-use_t] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: 2, Cov Type: nonrobust] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-bse] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-cov_params] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-df_model] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-df_resid] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-fittedvalues] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-llf] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-nobs] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-params] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-resid] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-scale] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-tvalues] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0-use_t] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [3], Seasonal: False, Trend: t, Exog: 2, Cov Type: HC0] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-bse] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-cov_params] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-df_model] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-df_resid] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-fittedvalues] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-llf] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-nobs] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-params] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-resid] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-scale] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-tvalues] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust-use_t] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: None, Cov Type: nonrobust] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-bse] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-cov_params] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-df_model] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-df_resid] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-fittedvalues] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-llf] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-nobs] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-params] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-resid] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-scale] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-tvalues] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0-use_t] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: None, Cov Type: HC0] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-bse] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-cov_params] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-df_model] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-df_resid] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-fittedvalues] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-llf] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-nobs] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-params] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-resid] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-scale] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-tvalues] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust-use_t] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: nonrobust] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-bse] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-cov_params] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-df_model] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-df_resid] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-fittedvalues] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-llf] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-nobs] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-params] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-resid] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-scale] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-tvalues] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0-use_t] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_conf_int_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_f_test_ols_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_other_tests_autoreg[AR: [3], Seasonal: False, Trend: ct, Exog: 2, Cov Type: HC0] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_smoke_plots[lags: 0, trend: c, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_back: None] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_smoke_plots[lags: 0, trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back: 12] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_smoke_plots[lags: 0, trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_back: None] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_smoke_plots[lags: 0, trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_back: 12] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_smoke_plots[lags: 0, trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back: None] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_smoke_plots[lags: 3, trend: c, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_back: 12] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_smoke_plots[lags: 3, trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back: None] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_smoke_plots[lags: 3, trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_back: 12] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_smoke_plots[lags: 3, trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back: None] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_smoke_plots[lags: 3, trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back: 12] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_smoke_plots[lags: [1, 3], trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back: None] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_smoke_plots[lags: [1, 3], trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back: 12] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_smoke_plots[lags: [1, 3], trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_back: None] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_smoke_plots[lags: [1, 3], trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back: 12] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 82%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: n, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: n, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: c, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: c, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 83%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: t, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: t, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 84%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 0, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 0, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: n, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: n, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 85%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: c, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: c, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 86%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: t, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: t, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 1, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 1, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 87%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: n, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: n, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 88%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: c, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: c, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: t, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: t, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 89%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: 3, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: 3, trend: ct, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 90%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: n, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: c, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 91%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: t, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: True, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 0, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 0, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 0, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 0, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 0, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 92%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_backNone] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 2, periods: None, missing: none, pandas: True, hold_back12] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_backNone] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 2, periods: None, missing: none, pandas: False, hold_back12] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_backNone] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: True, hold_back12] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_backNone] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 2, periods: None, missing: drop, pandas: False, hold_back12] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_backNone] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: True, hold_back12] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_backNone] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 2, periods: 11, missing: none, pandas: False, hold_back12] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_backNone] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: True, hold_back12] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_backNone] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_forecast_smoke[lags: [1, 3], trend: ct, seasonal: False, nexog: 2, periods: 11, missing: drop, pandas: False, hold_back12] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_parameterless_autoreg PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_predict_errors PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_spec_errors PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_ar_select_order_smoke PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::TestAutoRegOLSConstant::test_params PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::TestAutoRegOLSConstant::test_llf PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::TestAutoRegOLSConstant::test_fpe PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::TestAutoRegOLSConstant::test_pickle PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::TestAutoRegOLSConstant::test_summary PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::TestAutoRegOLSConstant::test_pvalues PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::TestAutoRegOLSConstant::test_bse PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::TestAutoRegOLSConstant::test_predict PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::TestAutoRegOLSNoConstant::test_params PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::TestAutoRegOLSNoConstant::test_llf PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::TestAutoRegOLSNoConstant::test_fpe PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::TestAutoRegOLSNoConstant::test_pickle PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::TestAutoRegOLSNoConstant::test_summary PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::TestAutoRegOLSNoConstant::test_pvalues PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::TestAutoRegOLSNoConstant::test_bse PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::TestAutoRegOLSNoConstant::test_predict PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_info_criterion[lag0] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_info_criterion[lag1] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_info_criterion[lag2] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_info_criterion[lag3] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_info_criterion[lag4] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_info_criterion[lag5] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_info_criterion[lag6] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_info_criterion[lag7] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_info_criterion[lag8] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_info_criterion[lag9] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_info_criterion[lag10] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_info_criterion[lag11] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_info_criterion[lag12] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_info_criterion[lag13] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_info_criterion[lag14] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_info_criterion[lag15] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_named_series[True] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_named_series[False] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_series PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_ar_order_select PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_constant_column_trend PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_summary_corner[True] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_summary_corner[False] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_score PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_roots PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_equiv_dynamic PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_against_sarimax PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_predict_seasonal PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_predict_exog PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_predict_irregular_ar PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_forecast_start_end_equiv[True] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_forecast_start_end_equiv[False] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_start[21] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_start[25] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_deterministic PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_predict_forecast_equiv PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_forecast_period_index PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_plot_err PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_resids PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_predictions PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_dynamic_predictions_oos PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_invalid_dynamic PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_exog_prediction PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_old_names PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_diagnostic_summary_short PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_ar_model_predict PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_autoreg_no_variables PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_ar.py::test_removal PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_arma_acovf PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_arma_acovf_persistent PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_arma_acf PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_arma_acf_compare_R_ARMAacf PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_arma_acov_compare_theoretical_arma_acov PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_arma_generate_sample[standard_normal-ma0-ar0] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_arma_generate_sample[standard_normal-ma0-ar1] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_arma_generate_sample[standard_normal-ma0-ar2] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_arma_generate_sample[standard_normal-ma0-ar3] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_arma_generate_sample[standard_normal-ma1-ar0] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_arma_generate_sample[standard_normal-ma1-ar1] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_arma_generate_sample[standard_normal-ma1-ar2] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_arma_generate_sample[standard_normal-ma1-ar3] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_arma_generate_sample[standard_normal-ma2-ar0] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_arma_generate_sample[standard_normal-ma2-ar1] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_arma_generate_sample[standard_normal-ma2-ar2] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_arma_generate_sample[standard_normal-ma2-ar3] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_arma_generate_sample[standard_normal-ma3-ar0] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_arma_generate_sample[standard_normal-ma3-ar1] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_arma_generate_sample[standard_normal-ma3-ar2] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_arma_generate_sample[standard_normal-ma3-ar3] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_fi PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_arma_impulse_response PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_spectrum[ma0-ar0] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_spectrum[ma0-ar1] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_spectrum[ma0-ar2] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_spectrum[ma0-ar3] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_spectrum[ma1-ar0] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_spectrum[ma1-ar1] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_spectrum[ma1-ar2] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_spectrum[ma1-ar3] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_spectrum[ma2-ar0] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_spectrum[ma2-ar1] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_spectrum[ma2-ar2] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_spectrum[ma2-ar3] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_spectrum[ma3-ar0] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_spectrum[ma3-ar1] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_spectrum[ma3-ar2] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_spectrum[ma3-ar3] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_armafft[ma0-ar0] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_armafft[ma0-ar1] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_armafft[ma0-ar2] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_armafft[ma0-ar3] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_armafft[ma1-ar0] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_armafft[ma1-ar1] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_armafft[ma1-ar2] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_armafft[ma1-ar3] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_armafft[ma2-ar0] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_armafft[ma2-ar1] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_armafft[ma2-ar2] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_armafft[ma2-ar3] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_armafft[ma3-ar0] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_armafft[ma3-ar1] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_armafft[ma3-ar2] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_armafft[ma3-ar3] PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_lpol2index_index2lpol PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::TestArmaProcess::test_empty_coeff PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::TestArmaProcess::test_from_roots PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::TestArmaProcess::test_from_coeff PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::TestArmaProcess::test_process_multiplication PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::TestArmaProcess::test_str_repr PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::TestArmaProcess::test_acf PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::TestArmaProcess::test_pacf PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::TestArmaProcess::test_isstationary PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::TestArmaProcess::test_arma2ar PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::TestArmaProcess::test_invertroots PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::TestArmaProcess::test_generate_sample PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::TestArmaProcess::test_impulse_response PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::TestArmaProcess::test_periodogram PASSED [ 93%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_from_estimation[True-0] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_arima_process.py::test_from_estimation[True-1] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_bds.py::TestBDSSequence::test_stat PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_bds.py::TestBDSSequence::test_pvalue PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_bds.py::TestBDSNormal::test_stat PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_bds.py::TestBDSNormal::test_pvalue PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_bds.py::TestBDSCombined::test_stat PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_bds.py::TestBDSCombined::test_pvalue PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_bds.py::TestBDSGDPC1::test_stat PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_bds.py::TestBDSGDPC1::test_pvalue PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_time_trend_smoke[range-None] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_seasonality_smoke[range-None] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_fourier_smoke[range-None] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_time_trend_smoke[period-None] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_seasonality_smoke[period-None] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_fourier_smoke[period-None] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_time_trend_smoke[period-period] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_seasonality_smoke[period-period] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_fourier_smoke[period-period] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_time_trend_smoke[range-period] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_seasonality_smoke[range-period] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_fourier_smoke[range-period] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_time_trend_smoke[datetime-period] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_seasonality_smoke[datetime-period] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_fourier_smoke[datetime-period] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_time_trend_smoke[datetime-None] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_seasonality_smoke[datetime-None] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_fourier_smoke[datetime-None] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_time_trend_smoke[datetime-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_seasonality_smoke[datetime-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_fourier_smoke[datetime-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_time_trend_smoke[period-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_seasonality_smoke[period-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_fourier_smoke[period-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_time_trend_smoke[range-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_seasonality_smoke[range-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_fourier_smoke[range-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_time_trend_smoke[fib-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_seasonality_smoke[fib-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_fourier_smoke[fib-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_time_trend_smoke[fib-period] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_seasonality_smoke[fib-period] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_fourier_smoke[fib-period] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_time_trend_smoke[fib-None] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_seasonality_smoke[fib-None] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_fourier_smoke[fib-None] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_time_trend_smoke[fib-list] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_seasonality_smoke[fib-list] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_fourier_smoke[fib-list] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_time_trend_smoke[datetime-list] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_seasonality_smoke[datetime-list] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_fourier_smoke[datetime-list] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_time_trend_smoke[period-list] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_seasonality_smoke[period-list] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_fourier_smoke[period-list] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_time_trend_smoke[range-list] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_seasonality_smoke[range-list] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_fourier_smoke[range-list] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_time_trend_smoke[int64-list] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_seasonality_smoke[int64-list] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_fourier_smoke[int64-list] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_time_trend_smoke[int64-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_seasonality_smoke[int64-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_fourier_smoke[int64-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_time_trend_smoke[int64-period] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_seasonality_smoke[int64-period] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_fourier_smoke[int64-period] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_time_trend_smoke[int64-None] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_seasonality_smoke[int64-None] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_fourier_smoke[int64-None] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_invalid_formcast_index[int64] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_time_trend[int64] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_seasonality[int64] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_fourier[int64] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_time_trend_smoke[True-list] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_fourier_smoke[True-list] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[True-list-freq_period0] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[True-list-freq_period1] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[True-list-freq_period2] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[True-list-freq_period3] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[True-list-freq_period4] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[True-list-freq_period5] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[True-list-freq_period6] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_time_trend_smoke[True-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_fourier_smoke[True-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[True-False-freq_period0] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[True-False-freq_period1] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[True-False-freq_period2] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[True-False-freq_period3] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[True-False-freq_period4] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[True-False-freq_period5] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[True-False-freq_period6] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_time_trend_smoke[True-period] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_fourier_smoke[True-period] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[True-period-freq_period0] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[True-period-freq_period1] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[True-period-freq_period2] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[True-period-freq_period3] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[True-period-freq_period4] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[True-period-freq_period5] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[True-period-freq_period6] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_time_trend_smoke[True-None] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_fourier_smoke[True-None] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[True-None-freq_period0] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[True-None-freq_period1] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[True-None-freq_period2] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[True-None-freq_period3] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[True-None-freq_period4] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[True-None-freq_period5] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[True-None-freq_period6] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_time_trend_base[True] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_invalid_freq_period[True] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_seasonality_time_index[True] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-True-None-0-True-0-True] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-True-None-0-True-0-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-True-None-0-True-1-True] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-True-None-0-True-1-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-True-None-0-False-0-True] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-True-None-0-False-0-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-True-None-0-False-1-True] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-True-None-0-False-1-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-True-None-1-True-0-True] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-True-None-1-True-0-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-True-None-1-True-1-True] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-True-None-1-True-1-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-True-None-1-False-0-True] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-True-None-1-False-0-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-True-None-1-False-1-True] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-True-None-1-False-1-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-True-10-0-True-0-True] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-True-10-0-True-0-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-True-10-0-True-1-True] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-True-10-0-True-1-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-True-10-0-False-0-True] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-True-10-0-False-0-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-True-10-0-False-1-True] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-True-10-0-False-1-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-True-10-1-True-0-True] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-True-10-1-True-0-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-True-10-1-True-1-True] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-True-10-1-True-1-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-True-10-1-False-0-True] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-True-10-1-False-0-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-True-10-1-False-1-True] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-True-10-1-False-1-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-False-None-0-True-0-True] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-False-None-0-True-0-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-False-None-0-True-1-True] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-False-None-0-True-1-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-False-None-0-False-0-True] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-False-None-0-False-0-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-False-None-0-False-1-True] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-False-None-0-False-1-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-False-None-1-True-0-True] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-False-None-1-True-0-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-False-None-1-True-1-True] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-False-None-1-True-1-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-False-None-1-False-0-True] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-False-None-1-False-0-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-False-None-1-False-1-True] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-False-None-1-False-1-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-False-10-0-True-0-True] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-False-10-0-True-0-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-False-10-0-True-1-True] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-False-10-0-True-1-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-False-10-0-False-0-True] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-False-10-0-False-0-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-False-10-0-False-1-True] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-False-10-0-False-1-False] PASSED [ 94%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-False-10-1-True-0-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-False-10-1-True-0-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-False-10-1-True-1-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-False-10-1-True-1-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-False-10-1-False-0-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-False-10-1-False-0-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-False-10-1-False-1-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[True-False-10-1-False-1-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process_errors[True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_additional_terms[True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_drop_two_consants[True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_time_trend_smoke[False-list] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_fourier_smoke[False-list] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[False-list-freq_period0] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[False-list-freq_period1] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[False-list-freq_period2] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[False-list-freq_period3] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[False-list-freq_period4] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[False-list-freq_period5] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[False-list-freq_period6] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_time_trend_smoke[False-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_fourier_smoke[False-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[False-False-freq_period0] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[False-False-freq_period1] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[False-False-freq_period2] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[False-False-freq_period3] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[False-False-freq_period4] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[False-False-freq_period5] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[False-False-freq_period6] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_time_trend_smoke[False-period] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_fourier_smoke[False-period] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[False-period-freq_period0] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[False-period-freq_period1] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[False-period-freq_period2] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[False-period-freq_period3] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[False-period-freq_period4] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[False-period-freq_period5] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[False-period-freq_period6] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_time_trend_smoke[False-None] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_fourier_smoke[False-None] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[False-None-freq_period0] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[False-None-freq_period1] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[False-None-freq_period2] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[False-None-freq_period3] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[False-None-freq_period4] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[False-None-freq_period5] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonality[False-None-freq_period6] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_time_trend_base[False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_invalid_freq_period[False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_seasonality_time_index[False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-True-None-0-True-0-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-True-None-0-True-0-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-True-None-0-True-1-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-True-None-0-True-1-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-True-None-0-False-0-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-True-None-0-False-0-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-True-None-0-False-1-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-True-None-0-False-1-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-True-None-1-True-0-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-True-None-1-True-0-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-True-None-1-True-1-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-True-None-1-True-1-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-True-None-1-False-0-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-True-None-1-False-0-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-True-None-1-False-1-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-True-None-1-False-1-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-True-10-0-True-0-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-True-10-0-True-0-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-True-10-0-True-1-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-True-10-0-True-1-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-True-10-0-False-0-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-True-10-0-False-0-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-True-10-0-False-1-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-True-10-0-False-1-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-True-10-1-True-0-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-True-10-1-True-0-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-True-10-1-True-1-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-True-10-1-True-1-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-True-10-1-False-0-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-True-10-1-False-0-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-True-10-1-False-1-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-True-10-1-False-1-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-False-None-0-True-0-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-False-None-0-True-0-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-False-None-0-True-1-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-False-None-0-True-1-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-False-None-0-False-0-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-False-None-0-False-0-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-False-None-0-False-1-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-False-None-0-False-1-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-False-None-1-True-0-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-False-None-1-True-0-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-False-None-1-True-1-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-False-None-1-True-1-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-False-None-1-False-0-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-False-None-1-False-0-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-False-None-1-False-1-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-False-None-1-False-1-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-False-10-0-True-0-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-False-10-0-True-0-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-False-10-0-True-1-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-False-10-0-True-1-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-False-10-0-False-0-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-False-10-0-False-0-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-False-10-0-False-1-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-False-10-0-False-1-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-False-10-1-True-0-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-False-10-1-True-0-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-False-10-1-True-1-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-False-10-1-True-1-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-False-10-1-False-0-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-False-10-1-False-0-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-False-10-1-False-1-True] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process[False-False-10-1-False-1-False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_deterministic_process_errors[False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_additional_terms[False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_drop_two_consants[False] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_invalid_formcast_index[fib] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_time_trend[fib] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_seasonality[fib] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_fourier[fib] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_invalid_formcast_index[datetime] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_time_trend[datetime] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_seasonality[datetime] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_fourier[datetime] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_invalid_formcast_index[period] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_time_trend[period] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_seasonality[period] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_fourier[period] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_invalid_formcast_index[range] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_time_trend[range] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_seasonality[range] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_fourier[range] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_forbidden_index PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_check_index_type PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_unknown_freq PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_seasonal_from_index_err PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_index_like PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_fourier PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_time_trend PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonal_period_w PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonal_period_d PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonal_period_q PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_calendar_seasonal_period_a PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_range_error PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_range_index_basic PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_range_casting PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_non_unit_range PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_determintic_term_equiv[index0] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_determintic_term_equiv[index1] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_determintic_term_equiv[index2] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_determintic_term_equiv[index3] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_deterministic.py::test_drop PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_model_austouritsts[AAdN] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_model_austouritsts[AAN] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_model_austouritsts[AMdN] SKIPPED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_model_austouritsts[AMN] SKIPPED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_model_austouritsts[ANN] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_model_austouritsts[MAdN] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_model_austouritsts[MAN] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_model_austouritsts[MMdN] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_model_austouritsts[MMN] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_model_austouritsts[MNN] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_model_austouritsts[AAdA] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_model_austouritsts[AAA] PASSED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_model_austouritsts[AAdM] SKIPPED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_model_austouritsts[AAM] SKIPPED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_model_austouritsts[AMdA] SKIPPED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_model_austouritsts[AMA] SKIPPED [ 95%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_model_austouritsts[AMdM] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_model_austouritsts[AMM] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_model_austouritsts[ANA] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_model_austouritsts[ANM] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_model_austouritsts[MAdA] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_model_austouritsts[MAA] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_model_austouritsts[MAdM] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_model_austouritsts[MAM] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_model_austouritsts[MMdA] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_model_austouritsts[MMA] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_model_austouritsts[MMdM] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_model_austouritsts[MMM] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_model_austouritsts[MNA] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_model_austouritsts[MNM] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_smooth_vs_R[AAdN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_smooth_vs_R[AAN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_smooth_vs_R[AMdN] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_smooth_vs_R[AMN] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_smooth_vs_R[ANN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_smooth_vs_R[MAdN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_smooth_vs_R[MAN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_smooth_vs_R[MMdN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_smooth_vs_R[MMN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_smooth_vs_R[MNN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_smooth_vs_R[AAdA] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_smooth_vs_R[AAA] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_smooth_vs_R[AAdM] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_smooth_vs_R[AAM] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_smooth_vs_R[AMdA] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_smooth_vs_R[AMA] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_smooth_vs_R[AMdM] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_smooth_vs_R[AMM] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_smooth_vs_R[ANA] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_smooth_vs_R[ANM] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_smooth_vs_R[MAdA] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_smooth_vs_R[MAA] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_smooth_vs_R[MAdM] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_smooth_vs_R[MAM] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_smooth_vs_R[MMdA] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_smooth_vs_R[MMA] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_smooth_vs_R[MMdM] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_smooth_vs_R[MMM] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_smooth_vs_R[MNA] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_smooth_vs_R[MNM] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_residuals_vs_R[AAdN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_residuals_vs_R[AAN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_residuals_vs_R[AMdN] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_residuals_vs_R[AMN] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_residuals_vs_R[ANN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_residuals_vs_R[MAdN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_residuals_vs_R[MAN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_residuals_vs_R[MMdN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_residuals_vs_R[MMN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_residuals_vs_R[MNN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_residuals_vs_R[AAdA] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_residuals_vs_R[AAA] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_residuals_vs_R[AAdM] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_residuals_vs_R[AAM] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_residuals_vs_R[AMdA] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_residuals_vs_R[AMA] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_residuals_vs_R[AMdM] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_residuals_vs_R[AMM] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_residuals_vs_R[ANA] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_residuals_vs_R[ANM] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_residuals_vs_R[MAdA] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_residuals_vs_R[MAA] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_residuals_vs_R[MAdM] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_residuals_vs_R[MAM] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_residuals_vs_R[MMdA] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_residuals_vs_R[MMA] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_residuals_vs_R[MMdM] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_residuals_vs_R[MMM] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_residuals_vs_R[MNA] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_residuals_vs_R[MNM] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_loglike_vs_R[AAdN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_loglike_vs_R[AAN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_loglike_vs_R[AMdN] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_loglike_vs_R[AMN] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_loglike_vs_R[ANN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_loglike_vs_R[MAdN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_loglike_vs_R[MAN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_loglike_vs_R[MMdN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_loglike_vs_R[MMN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_loglike_vs_R[MNN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_loglike_vs_R[AAdA] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_loglike_vs_R[AAA] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_loglike_vs_R[AAdM] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_loglike_vs_R[AAM] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_loglike_vs_R[AMdA] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_loglike_vs_R[AMA] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_loglike_vs_R[AMdM] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_loglike_vs_R[AMM] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_loglike_vs_R[ANA] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_loglike_vs_R[ANM] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_loglike_vs_R[MAdA] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_loglike_vs_R[MAA] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_loglike_vs_R[MAdM] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_loglike_vs_R[MAM] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_loglike_vs_R[MMdA] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_loglike_vs_R[MMA] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_loglike_vs_R[MMdM] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_loglike_vs_R[MMM] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_loglike_vs_R[MNA] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_loglike_vs_R[MNM] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_forecast_vs_R[AAdN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_forecast_vs_R[AAN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_forecast_vs_R[AMdN] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_forecast_vs_R[AMN] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_forecast_vs_R[ANN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_forecast_vs_R[MAdN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_forecast_vs_R[MAN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_forecast_vs_R[MMdN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_forecast_vs_R[MMN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_forecast_vs_R[MNN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_forecast_vs_R[AAdA] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_forecast_vs_R[AAA] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_forecast_vs_R[AAdM] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_forecast_vs_R[AAM] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_forecast_vs_R[AMdA] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_forecast_vs_R[AMA] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_forecast_vs_R[AMdM] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_forecast_vs_R[AMM] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_forecast_vs_R[ANA] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_forecast_vs_R[ANM] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_forecast_vs_R[MAdA] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_forecast_vs_R[MAA] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_forecast_vs_R[MAdM] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_forecast_vs_R[MAM] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_forecast_vs_R[MMdA] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_forecast_vs_R[MMA] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_forecast_vs_R[MMdM] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_forecast_vs_R[MMM] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_forecast_vs_R[MNA] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_forecast_vs_R[MNM] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_simulate_vs_R[AAdN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_simulate_vs_R[AAN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_simulate_vs_R[AMdN] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_simulate_vs_R[AMN] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_simulate_vs_R[ANN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_simulate_vs_R[MAdN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_simulate_vs_R[MAN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_simulate_vs_R[MMdN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_simulate_vs_R[MMN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_simulate_vs_R[MNN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_simulate_vs_R[AAdA] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_simulate_vs_R[AAA] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_simulate_vs_R[AAdM] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_simulate_vs_R[AAM] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_simulate_vs_R[AMdA] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_simulate_vs_R[AMA] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_simulate_vs_R[AMdM] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_simulate_vs_R[AMM] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_simulate_vs_R[ANA] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_simulate_vs_R[ANM] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_simulate_vs_R[MAdA] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_simulate_vs_R[MAA] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_simulate_vs_R[MAdM] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_simulate_vs_R[MAM] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_simulate_vs_R[MMdA] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_simulate_vs_R[MMA] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_simulate_vs_R[MMdM] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_simulate_vs_R[MMM] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_simulate_vs_R[MNA] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_simulate_vs_R[MNM] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_vs_R[AAdN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_vs_R[AAN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_vs_R[AMdN] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_vs_R[AMN] SKIPPED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_vs_R[ANN] PASSED [ 96%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_vs_R[MAdN] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_vs_R[MAN] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_vs_R[MMdN] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_vs_R[MMN] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_vs_R[MNN] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_vs_R[AAdA] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_vs_R[AAA] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_vs_R[AAdM] SKIPPED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_vs_R[AAM] SKIPPED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_vs_R[AMdA] SKIPPED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_vs_R[AMA] SKIPPED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_vs_R[AMdM] SKIPPED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_vs_R[AMM] SKIPPED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_vs_R[ANA] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_vs_R[ANM] SKIPPED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_vs_R[MAdA] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_vs_R[MAA] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_vs_R[MAdM] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_vs_R[MAM] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_vs_R[MMdA] SKIPPED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_vs_R[MMA] SKIPPED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_vs_R[MMdM] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_vs_R[MMM] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_vs_R[MNA] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_fit_vs_R[MNM] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_predict_vs_R[AAdN] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_predict_vs_R[AAN] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_predict_vs_R[AMdN] SKIPPED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_predict_vs_R[AMN] SKIPPED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_predict_vs_R[ANN] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_predict_vs_R[MAdN] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_predict_vs_R[MAN] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_predict_vs_R[MMdN] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_predict_vs_R[MMN] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_predict_vs_R[MNN] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_predict_vs_R[AAdA] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_predict_vs_R[AAA] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_predict_vs_R[AAdM] SKIPPED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_predict_vs_R[AAM] SKIPPED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_predict_vs_R[AMdA] SKIPPED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_predict_vs_R[AMA] SKIPPED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_predict_vs_R[AMdM] SKIPPED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_predict_vs_R[AMM] SKIPPED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_predict_vs_R[ANA] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_predict_vs_R[ANM] SKIPPED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_predict_vs_R[MAdA] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_predict_vs_R[MAA] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_predict_vs_R[MAdM] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_predict_vs_R[MAM] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_predict_vs_R[MMdA] SKIPPED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_predict_vs_R[MMA] SKIPPED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_predict_vs_R[MMdM] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_predict_vs_R[MMM] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_predict_vs_R[MNA] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_predict_vs_R[MNM] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_initialization_known PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_initialization_heuristic PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_bounded_fit PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_seasonal_periods PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_simulate_keywords PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_predict_ranges PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_summary PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_score PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_hessian PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_prediction_results PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_results_vs_statespace PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_prediction_results_vs_statespace PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_prediction_results_slow_AAN SKIPPED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_prediction_results_slow_AAdA SKIPPED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_convergence_simple PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_exact_prediction_intervals PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_one_step_ahead[AAdN] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_one_step_ahead[AAN] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_one_step_ahead[AMdN] SKIPPED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_one_step_ahead[AMN] SKIPPED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_one_step_ahead[ANN] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_one_step_ahead[MAdN] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_one_step_ahead[MAN] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_one_step_ahead[MMdN] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_one_step_ahead[MMN] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_one_step_ahead[MNN] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_one_step_ahead[AAdA] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_one_step_ahead[AAA] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_one_step_ahead[AAdM] SKIPPED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_one_step_ahead[AAM] SKIPPED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_one_step_ahead[AMdA] SKIPPED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_one_step_ahead[AMA] SKIPPED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_one_step_ahead[AMdM] SKIPPED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_one_step_ahead[AMM] SKIPPED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_one_step_ahead[ANA] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_one_step_ahead[ANM] SKIPPED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_one_step_ahead[MAdA] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_one_step_ahead[MAA] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_one_step_ahead[MAdM] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_one_step_ahead[MAM] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_one_step_ahead[MMdA] SKIPPED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_one_step_ahead[MMA] SKIPPED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_one_step_ahead[MMdM] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_one_step_ahead[MMM] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_one_step_ahead[MNA] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_one_step_ahead[MNM] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_estimated_initialization_short_data[9-None-None] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_estimated_initialization_short_data[9-None-add] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_estimated_initialization_short_data[9-add-None] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_estimated_initialization_short_data[9-add-add] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_estimated_initialization_short_data[10-None-None] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_estimated_initialization_short_data[10-None-add] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_estimated_initialization_short_data[10-add-None] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_estimated_initialization_short_data[10-add-add] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_seasonal_order[estimated] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_exponential_smoothing.py::test_seasonal_order[heuristic] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_seasonal.py::TestDecompose::test_ndarray PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_seasonal.py::TestDecompose::test_pandas PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_seasonal.py::TestDecompose::test_pandas_nofreq PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_seasonal.py::TestDecompose::test_filt PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_seasonal.py::TestDecompose::test_one_sided_moving_average_in_stl_decompose PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_seasonal.py::TestDecompose::test_2d PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_seasonal.py::TestDecompose::test_interpolate_trend PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_seasonal.py::TestDecompose::test_raises PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_seasonal.py::test_seasonal_decompose_too_short PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_seasonal.py::test_seasonal_decompose_smoke PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_seasonal.py::test_seasonal_decompose_multiple PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_seasonal.py::test_seasonal_decompose_plot[True-True-4-additive] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_seasonal.py::test_seasonal_decompose_plot[True-True-4-multiplicative] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_seasonal.py::test_seasonal_decompose_plot[True-True-12-additive] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_seasonal.py::test_seasonal_decompose_plot[True-True-12-multiplicative] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_seasonal.py::test_seasonal_decompose_plot[True-False-4-additive] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_seasonal.py::test_seasonal_decompose_plot[True-False-4-multiplicative] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_seasonal.py::test_seasonal_decompose_plot[True-False-12-additive] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_seasonal.py::test_seasonal_decompose_plot[True-False-12-multiplicative] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_seasonal.py::test_seasonal_decompose_plot[False-True-4-additive] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_seasonal.py::test_seasonal_decompose_plot[False-True-4-multiplicative] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_seasonal.py::test_seasonal_decompose_plot[False-True-12-additive] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_seasonal.py::test_seasonal_decompose_plot[False-True-12-multiplicative] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_seasonal.py::test_seasonal_decompose_plot[False-False-4-additive] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_seasonal.py::test_seasonal_decompose_plot[False-False-4-multiplicative] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_seasonal.py::test_seasonal_decompose_plot[False-False-12-additive] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_seasonal.py::test_seasonal_decompose_plot[False-False-12-multiplicative] PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestADFConstant::test_teststat PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestADFConstant::test_pvalue PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestADFConstant::test_critvalues PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestADFConstantTrend::test_teststat PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestADFConstantTrend::test_pvalue PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestADFConstantTrend::test_critvalues PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestADFNoConstant::test_teststat PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestADFNoConstant::test_pvalue PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestADFNoConstant::test_critvalues PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestADFConstant2::test_teststat PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestADFConstant2::test_pvalue PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestADFConstant2::test_critvalues PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestADFConstantTrend2::test_teststat PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestADFConstantTrend2::test_pvalue PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestADFConstantTrend2::test_critvalues PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestADFNoConstant2::test_teststat PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestADFNoConstant2::test_pvalue PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestADFNoConstant2::test_critvalues PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestADFNoConstant2::test_store_str PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestACF::test_acf PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestACF::test_confint PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestACF::test_qstat PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestACF_FFT::test_acf PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestACF_FFT::test_qstat PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestACFMissing::test_raise PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestACFMissing::test_acf_none PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestACFMissing::test_acf_drop PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestACFMissing::test_acf_conservative PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestACFMissing::test_qstat_none PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestPACF::test_ols PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestPACF::test_ols_inefficient PASSED [ 97%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestPACF::test_yw PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestPACF::test_ld PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestBreakvarHeteroskedasticityTest::test_1d_input PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestBreakvarHeteroskedasticityTest::test_2d_input_with_missing_values PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestBreakvarHeteroskedasticityTest::test_subset_length[2-41-0.047619047619047616] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestBreakvarHeteroskedasticityTest::test_subset_length[0.5-10-0.09048484886749095] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestBreakvarHeteroskedasticityTest::test_alternative[two-sided-41-0.047619047619047616] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestBreakvarHeteroskedasticityTest::test_alternative[decreasing-0.024390243902439025-0.9761904761904762] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestBreakvarHeteroskedasticityTest::test_alternative[increasing-41-0.023809523809523808] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestBreakvarHeteroskedasticityTest::test_use_chi2 PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestCoint_t::test_tstat PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_coint PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_coint_identical_series PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_coint_perfect_collinearity PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestGrangerCausality::test_grangercausality PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestGrangerCausality::test_grangercausality_single PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestGrangerCausality::test_granger_fails_on_nobs_check PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestGrangerCausality::test_granger_fails_on_finite_check PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestGrangerCausality::test_granger_fails_on_zero_lag PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestKPSS::test_fail_nonvector_input PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestKPSS::test_fail_unclear_hypothesis PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestKPSS::test_teststat PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestKPSS::test_pval PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestKPSS::test_store PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestKPSS::test_lags PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestKPSS::test_kpss_fails_on_nobs_check PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestKPSS::test_kpss_autolags_does_not_assign_lags_equal_to_nobs PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestKPSS::test_legacy_lags PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestKPSS::test_unknown_lags PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestKPSS::test_none PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestRUR::test_fail_nonvector_input PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestRUR::test_teststat PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestRUR::test_pval PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestRUR::test_store PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_pandasacovf PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf2d PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_fft_vs_convolution[True-True] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_fft_vs_convolution[True-False] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_fft_vs_convolution[False-True] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_fft_vs_convolution[False-False] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_ccovf_fft_vs_convolution[True-True] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_ccovf_fft_vs_convolution[True-False] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_ccovf_fft_vs_convolution[False-True] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_ccovf_fft_vs_convolution[False-False] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_compare_acovf_vs_ccovf[True-True-True] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_compare_acovf_vs_ccovf[True-True-False] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_compare_acovf_vs_ccovf[True-False-True] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_compare_acovf_vs_ccovf[True-False-False] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_compare_acovf_vs_ccovf[False-True-True] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_compare_acovf_vs_ccovf[False-True-False] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_compare_acovf_vs_ccovf[False-False-True] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_compare_acovf_vs_ccovf[False-False-False] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_arma_order_select_ic PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_arma_order_select_ic_failure PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acf_fft_dataframe PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_levinson_durbin_acov PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags[True-True-False-conservative] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags[True-True-False-drop] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags[True-True-False-raise] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags[True-True-False-none] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags[True-True-True-conservative] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags[True-True-True-drop] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags[True-True-True-raise] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags[True-True-True-none] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags[True-False-False-conservative] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags[True-False-False-drop] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags[True-False-False-raise] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags[True-False-False-none] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags[True-False-True-conservative] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags[True-False-True-drop] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags[True-False-True-raise] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags[True-False-True-none] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags[False-True-False-conservative] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags[False-True-False-drop] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags[False-True-False-raise] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags[False-True-False-none] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags[False-True-True-conservative] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags[False-True-True-drop] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags[False-True-True-raise] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags[False-True-True-none] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags[False-False-False-conservative] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags[False-False-False-drop] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags[False-False-False-raise] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags[False-False-False-none] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags[False-False-True-conservative] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags[False-False-True-drop] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags[False-False-True-raise] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags[False-False-True-none] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags_missing[True-True-False-conservative] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags_missing[True-True-False-drop] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags_missing[True-True-True-conservative] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags_missing[True-True-True-drop] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags_missing[True-False-False-conservative] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags_missing[True-False-False-drop] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags_missing[True-False-True-conservative] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags_missing[True-False-True-drop] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags_missing[False-True-False-conservative] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags_missing[False-True-False-drop] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags_missing[False-True-True-conservative] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags_missing[False-True-True-drop] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags_missing[False-False-False-conservative] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags_missing[False-False-False-drop] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags_missing[False-False-True-conservative] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_nlags_missing[False-False-True-drop] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acovf_error PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_pacf2acf_ar PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_pacf2acf_levinson_durbin PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_pacf2acf_errors PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_pacf_burg PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_pacf_burg_error PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_innovations_algo_brockwell_davis PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_innovations_algo_rtol PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_innovations_errors PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_innovations_filter_brockwell_davis PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_innovations_filter_pandas PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_innovations_filter_errors PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_innovations_algo_filter_kalman_filter PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_adfuller_short_series PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_adfuller_maxlag_too_large PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestZivotAndrews::test_fail_regression_type PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestZivotAndrews::test_fail_trim_value PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestZivotAndrews::test_fail_array_shape PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestZivotAndrews::test_fail_autolag_type PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestZivotAndrews::test_autolag_case_sensitivity[AIC] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestZivotAndrews::test_autolag_case_sensitivity[aic] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestZivotAndrews::test_autolag_case_sensitivity[Aic] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestZivotAndrews::test_rgnp_case PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestZivotAndrews::test_gnpdef_case PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestZivotAndrews::test_stkprc_case PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestZivotAndrews::test_rgnpq_case PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::TestZivotAndrews::test_rand10000_case PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_acf_conservate_nanops PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_pacf_nlags_error PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_coint_auto_tstat PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_granger_causality_exceptions[dataset0] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_granger_causality_exceptions[dataset1] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_granger_causality_exceptions[dataset2] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stattools.py::test_granger_causality_exceptions[dataset3] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stl.py::test_baseline_class PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stl.py::test_short_class PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stl.py::test_nljump_1_class PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stl.py::test_ntjump_1_class PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stl.py::test_nljump_1_ntjump_1_class PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stl.py::test_parameter_checks_period PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stl.py::test_parameter_checks_seasonal PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stl.py::test_parameter_checks_trend PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stl.py::test_parameter_checks_low_pass PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stl.py::test_jump_errors PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stl.py::test_defaults_smoke[True] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stl.py::test_pandas[True] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stl.py::test_defaults_smoke[False] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stl.py::test_pandas[False] PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stl.py::test_period_detection PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stl.py::test_no_period PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stl.py::test_plot PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stl.py::test_default_trend PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_stl.py::test_pickle PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::test_acf PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::test_ccf PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::test_pacf_yw PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::test_pacf_ols PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::test_ywcoef PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::test_yule_walker_inter PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::test_duplication_matrix PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::test_elimination_matrix PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::test_commutation_matrix PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::test_vec PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::test_vech PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::test_ar_transparams PASSED [ 98%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestLagmat::test_add_lag_insert PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestLagmat::test_add_lag_noinsert PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestLagmat::test_add_lag_noinsert_atend PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestLagmat::test_add_lag_ndarray PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestLagmat::test_add_lag_noinsert_ndarray PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestLagmat::test_add_lag_noinsertatend_ndarray PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestLagmat::test_sep_return PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestLagmat::test_add_lag1d PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestLagmat::test_add_lag1d_drop PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestLagmat::test_add_lag1d_struct PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestLagmat::test_add_lag_1d_drop_struct PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestLagmat::test_add_lag_drop_insert PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestLagmat::test_add_lag_drop_noinsert PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestLagmat::test_dataframe_without_pandas PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestLagmat::test_dataframe_both PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestLagmat::test_too_few_observations PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestLagmat::test_unknown_trim PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestLagmat::test_dataframe_forward PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestLagmat::test_pandas_errors PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestLagmat::test_series_forward PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestLagmat::test_series_both PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::test_freq_to_period PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestDetrend::test_detrend_1d PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestDetrend::test_detrend_2d PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestDetrend::test_detrend_series PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestDetrend::test_detrend_dataframe PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestDetrend::test_detrend_dim_too_large PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestAddTrend::test_series PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestAddTrend::test_dataframe PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestAddTrend::test_duplicate_const PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestAddTrend::test_dataframe_duplicate PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestAddTrend::test_array PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestAddTrend::test_unknown_trend PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestAddTrend::test_trend_n PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestLagmat2DS::test_lagmat2ds_numpy PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestLagmat2DS::test_lagmat2ds_pandas PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestLagmat2DS::test_lagmat2ds_use_pandas PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::TestLagmat2DS::test_3d_error PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_tsa_tools.py::test_grangercausality PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_x13.py::test_x13_arima_select_order[monthly] SKIPPED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_x13.py::test_x13_arima_select_order[monthly_start] SKIPPED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_x13.py::test_x13_arima_select_order[monthly_co2] SKIPPED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_x13.py::test_x13_arima_select_order[monthly_start_co2] SKIPPED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_x13.py::test_x13_arima_select_order[series] SKIPPED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_x13.py::test_x13_arima_select_order[dataframe] SKIPPED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_x13.py::test_x13_arima_plot[monthly] SKIPPED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_x13.py::test_x13_arima_plot[monthly_start] SKIPPED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_x13.py::test_x13_arima_plot[monthly_co2] SKIPPED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_x13.py::test_x13_arima_plot[monthly_start_co2] SKIPPED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_x13.py::test_x13_arima_plot[series] SKIPPED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/tests/test_x13.py::test_x13_arima_plot[dataframe] SKIPPED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_coint.py::TestCointJoh12::test_basic PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_coint.py::TestCointJoh12::test_table_trace PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_coint.py::TestCointJoh12::test_table_maxeval PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_coint.py::TestCointJoh12::test_normalization PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_coint.py::TestCointJoh12::test_evec PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_coint.py::TestCointJoh12::test_evals PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_coint.py::TestCointJoh09::test_basic PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_coint.py::TestCointJoh09::test_table_trace PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_coint.py::TestCointJoh09::test_table_maxeval PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_coint.py::TestCointJoh09::test_normalization PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_coint.py::TestCointJohMin18::test_basic PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_coint.py::TestCointJohMin18::test_table_trace PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_coint.py::TestCointJohMin18::test_table_maxeval PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_coint.py::TestCointJohMin18::test_normalization PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_coint.py::TestCointJoh25::test_basic PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_coint.py::TestCointJoh25::test_table_trace PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_coint.py::TestCointJoh25::test_table_maxeval PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_coint.py::TestCointJoh25::test_normalization PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_coint.py::test_coint_johansen_0lag PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_svar.py::TestSVAR::test_A PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_svar.py::TestSVAR::test_B PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_svar.py::TestSVAR::test_basic PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_svar.py::TestSVAR::test_llf_ic PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_svar.py::TestSVAR::test_irf PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_fevd_plot PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_fevd_repr PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_fevd_summary PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_fevd_cov XFAIL [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_irf_coefs PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_plot_irf PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_plot_cum_effects PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_plot_figsizes PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_constructor PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_names PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_get_eq_index PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_repr PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_params PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_cov_params PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_cov_ybar PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_tstat PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_pvalues PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_summary PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_detsig PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_aic PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_bic PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_hqic PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_fpe PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_lagorder_select PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_nobs PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_stderr PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_loglike PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_ma_rep PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_causality PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_causality_no_lags PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_select_order PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_is_stable PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_acf PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_acf_2_lags PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_acorr PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_forecast PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_forecast_interval PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_plot_sim PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_plot PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_plot_acorr PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_plot_forecast PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_reorder PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResults::test_pickle PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::test_lutkepohl_parse PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResultsLutkepohl::test_approx_mse PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResultsLutkepohl::test_irf_stderr PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResultsLutkepohl::test_cum_irf_stderr PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARResultsLutkepohl::test_lr_effect_stderr PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::test_get_trendorder PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::test_var_constant PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::test_var_trend PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::test_irf_trend PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARExtras::test_process PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARExtras::test_process_plotting PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARExtras::test_forecast_cov PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::TestVARExtras::test_exog PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::test_var_cov_params_pandas PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::test_summaries_exog PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::test_whiteness_nlag PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::test_var_maxlag PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::test_from_formula PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::test_correct_nobs PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var.py::test_irf_err_bands PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var_jmulti.py::test_ols_coefs PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var_jmulti.py::test_ols_det_terms PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var_jmulti.py::test_ols_sigma PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var_jmulti.py::test_log_like PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var_jmulti.py::test_fc PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var_jmulti.py::test_causality PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var_jmulti.py::test_impulse_response PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var_jmulti.py::test_lag_order_selection PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var_jmulti.py::test_normality PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var_jmulti.py::test_whiteness PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_var_jmulti.py::test_exceptions PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_vecm.py::test_ml_gamma PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_vecm.py::test_ml_alpha PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_vecm.py::test_ml_beta PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_vecm.py::test_ml_c PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_vecm.py::test_ml_det_terms_in_coint_relation PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_vecm.py::test_ml_sigma PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_vecm.py::test_var_rep PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_vecm.py::test_var_to_vecm PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_vecm.py::test_log_like PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_vecm.py::test_fc PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_vecm.py::test_granger_causality PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_vecm.py::test_inst_causality PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_vecm.py::test_impulse_response PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_vecm.py::test_lag_order_selection PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_vecm.py::test_normality PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_vecm.py::test_whiteness PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_vecm.py::test_summary PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_vecm.py::test_exceptions PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_vecm.py::test_select_coint_rank PASSED [ 99%]
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/tests/test_vecm.py::test_VECM_seasonal_forecast PASSED [100%]
> 
> =================================== FAILURES ===================================
> ____________________ TestDynamicFactor_ar2_errors.test_mle _____________________
> 
> self = <statsmodels.tsa.statespace.tests.test_dynamic_factor.TestDynamicFactor_ar2_errors object at 0x7f99c7061870>
> 
>     def test_mle(self):
>         with warnings.catch_warnings(record=True):
>             # Depending on the system, this test can reach a greater precision,
>             # but for cross-platform results keep it at 1e-2
>             mod = self.model
>             res1 = mod.fit(maxiter=100, optim_score='approx', disp=False)
>             res = mod.fit(
>                 res1.params, method='nm', maxiter=10000,
>                 optim_score='approx', disp=False)
>             # Added rtol to catch spurious failures on some platforms
> >           assert_allclose(res.llf, self.results.llf, atol=1e-2, rtol=1e-4)
> E           AssertionError: 
> E           Not equal to tolerance rtol=0.0001, atol=0.01
> E           
> E           Mismatched elements: 1 / 1 (100%)
> E           Max absolute difference: 0.30774539
> E           Max relative difference: 0.00050664
> E            x: array(607.112359)
> E            y: array(607.420104)
> 
> ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py:614: AssertionError
> =============================== warnings summary ===============================
> ../../../../usr/lib/python3/dist-packages/joblib/backports.py:7
>   /usr/lib/python3/dist-packages/joblib/backports.py:7: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
>     from distutils.version import LooseVersion
> 
> base/tests/test_penalized.py: 2 warnings
> base/tests/test_shrink_pickle.py: 3 warnings
> discrete/tests/test_count_model.py: 6 warnings
> discrete/tests/test_discrete.py: 6 warnings
> genmod/tests/test_glm.py: 1 warning
> tsa/forecasting/tests/test_stl.py: 1 warning
> tsa/tests/test_exponential_smoothing.py: 2 warnings
> tsa/vector_ar/tests/test_svar.py: 101 warnings
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/model.py:604: ConvergenceWarning: Maximum Likelihood optimization failed to converge. Check mle_retvals
>     warnings.warn("Maximum Likelihood optimization failed to "
> 
> discrete/tests/test_count_model.py::TestZeroInflatedModel_logit::test_fit_regularized
> discrete/tests/test_count_model.py::TestZeroInflatedModel_probit::test_fit_regularized
> discrete/tests/test_count_model.py::TestZeroInflatedModel_offset::test_fit_regularized
> discrete/tests/test_count_model.py::TestZeroInflatedModelPandas::test_fit_regularized
> discrete/tests/test_count_model.py::TestZeroInflatedGeneralizedPoisson::test_fit_regularized
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/l1_solvers_common.py:71: ConvergenceWarning: QC check did not pass for 4 out of 4 parameters
>   Try increasing solver accuracy or number of iterations, decreasing alpha, or switch solvers
>     warnings.warn(message, ConvergenceWarning)
> 
> discrete/tests/test_count_model.py: 8 warnings
> discrete/tests/test_discrete.py: 2 warnings
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/l1_solvers_common.py:144: ConvergenceWarning: Could not trim params automatically due to failed QC check. Trimming using trim_mode == 'size' will still work.
>     warnings.warn(msg, ConvergenceWarning)
> 
> discrete/tests/test_count_model.py::TestZeroInflatedModel_logit::test_fit_regularized
> discrete/tests/test_count_model.py::TestZeroInflatedModel_offset::test_fit_regularized
> discrete/tests/test_count_model.py::TestZeroInflatedModelPandas::test_fit_regularized
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/l1_solvers_common.py:71: ConvergenceWarning: QC check did not pass for 3 out of 6 parameters
>   Try increasing solver accuracy or number of iterations, decreasing alpha, or switch solvers
>     warnings.warn(message, ConvergenceWarning)
> 
> discrete/tests/test_count_model.py::TestZeroInflatedModel_probit::test_fit_regularized
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/l1_solvers_common.py:71: ConvergenceWarning: QC check did not pass for 2 out of 6 parameters
>   Try increasing solver accuracy or number of iterations, decreasing alpha, or switch solvers
>     warnings.warn(message, ConvergenceWarning)
> 
> discrete/tests/test_count_model.py::TestZeroInflatedGeneralizedPoisson::test_fit_regularized
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/l1_solvers_common.py:71: ConvergenceWarning: QC check did not pass for 1 out of 5 parameters
>   Try increasing solver accuracy or number of iterations, decreasing alpha, or switch solvers
>     warnings.warn(message, ConvergenceWarning)
> 
> discrete/tests/test_count_model.py::TestZeroInflatedGeneralizedPoisson::test_fit_regularized
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/l1_solvers_common.py:71: ConvergenceWarning: QC check did not pass for 3 out of 7 parameters
>   Try increasing solver accuracy or number of iterations, decreasing alpha, or switch solvers
>     warnings.warn(message, ConvergenceWarning)
> 
> discrete/tests/test_count_model.py::TestZeroInflatedNegativeBinomialP::test_null
> discrete/tests/test_count_model.py::TestZeroInflatedNegativeBinomialP_predict2::test_mean
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/model.py:592: HessianInversionWarning: Inverting hessian failed, no bse or cov_params available
>     warnings.warn('Inverting hessian failed, no bse or cov_params '
> 
> discrete/tests/test_count_model.py::TestZeroInflatedNegativeBinomialP::test_fit_regularized
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/l1_solvers_common.py:71: ConvergenceWarning: QC check did not pass for 1 out of 2 parameters
>   Try increasing solver accuracy or number of iterations, decreasing alpha, or switch solvers
>     warnings.warn(message, ConvergenceWarning)
> 
> discrete/tests/test_count_model.py::TestZeroInflatedNegativeBinomialP::test_fit_regularized
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/l1_solvers_common.py:71: ConvergenceWarning: QC check did not pass for 1 out of 3 parameters
>   Try increasing solver accuracy or number of iterations, decreasing alpha, or switch solvers
>     warnings.warn(message, ConvergenceWarning)
> 
> discrete/tests/test_count_model.py::TestZeroInflatedNegativeBinomialP::test_fit_regularized
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/l1_solvers_common.py:71: ConvergenceWarning: QC check did not pass for 2 out of 5 parameters
>   Try increasing solver accuracy or number of iterations, decreasing alpha, or switch solvers
>     warnings.warn(message, ConvergenceWarning)
> 
> discrete/tests/test_discrete.py::TestPoissonL1Compatability::test_params
> discrete/tests/test_discrete.py::TestNegativeBinomialGeoL1Compatability::test_params
> discrete/tests/test_discrete.py::TestGeneralizedPoisson_p1::test_fit_regularized
> discrete/tests/test_discrete.py::TestGeneralizedPoisson_p1::test_fit_regularized
> discrete/tests/test_discrete.py::TestGeneralizedPoisson_p1::test_fit_regularized
>   /usr/lib/python3/dist-packages/numpy/core/fromnumeric.py:86: RuntimeWarning: overflow encountered in reduce
>     return ufunc.reduce(obj, axis, dtype, out, **passkwargs)
> 
> discrete/tests/test_discrete.py::TestGeneralizedPoisson_p1::test_fit_regularized
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/l1_solvers_common.py:71: ConvergenceWarning: QC check did not pass for 8 out of 10 parameters
>   Try increasing solver accuracy or number of iterations, decreasing alpha, or switch solvers
>     warnings.warn(message, ConvergenceWarning)
> 
> discrete/tests/test_discrete.py::TestGeneralizedPoisson_p1::test_fit_regularized
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/l1_solvers_common.py:71: ConvergenceWarning: QC check did not pass for 2 out of 11 parameters
>   Try increasing solver accuracy or number of iterations, decreasing alpha, or switch solvers
>     warnings.warn(message, ConvergenceWarning)
> 
> distributions/tests/test_bernstein.py::test_bernstein_distribution_1d
>   /usr/lib/python3/dist-packages/scipy/stats/_discrete_distns.py:69: RuntimeWarning: divide by zero encountered in _binom_pdf
>     return _boost._binom_pdf(x, n, p)
> 
> distributions/tests/test_bernstein.py::test_bernstein_distribution_1d
> nonparametric/tests/test_asymmetric.py::TestKernelsUnit::test_kernels[case0]
> nonparametric/tests/test_asymmetric.py::TestKernelsUnit::test_kernels[case1]
> nonparametric/tests/test_asymmetric.py::TestKernelsUnit::test_kernels_vectorized[case0]
> nonparametric/tests/test_asymmetric.py::TestKernelsUnit::test_kernels_vectorized[case1]
> nonparametric/tests/test_asymmetric.py::TestKernelsUnit::test_kernels_weights[case0]
> nonparametric/tests/test_asymmetric.py::TestKernelsUnit::test_kernels_weights[case1]
>   /usr/lib/python3/dist-packages/scipy/stats/_continuous_distns.py:608: RuntimeWarning: divide by zero encountered in _beta_pdf
>     return _boost._beta_pdf(x, a, b)
> 
> distributions/tests/test_bernstein.py::test_bernstein_distribution_2d
> distributions/tests/test_bernstein.py::TestBernsteinBeta2d::test_basic
> distributions/tests/test_bernstein.py::TestBernsteinBeta2dd::test_basic
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/distributions/copula/transforms.py:27: RuntimeWarning: divide by zero encountered in log
>     return - (np.log(-expm1(-theta*t)) - np.log(-expm1(-theta)))
> 
> genmod/tests/test_glm_weights.py::TestGlmPoissonFwClu::test_basic
>   /usr/lib/python3/dist-packages/_pytest/python.py:776: PytestRemovedIn8Warning: Passing None has been deprecated.
>   See https://docs.pytest.org/en/latest/how-to/capture-warnings.html#additional-use-cases-of-warnings-in-tests for alternatives in common use cases.
>     func(arg)
> 
> miscmodels/tests/test_generic_mle.py::TestTwoPeakLLHNoExog::test_fit
> miscmodels/tests/test_poisson.py::TestPoissonZi::test_ttest
> miscmodels/tests/test_tmodel.py::TestTModel::test_basic
> miscmodels/tests/test_tmodel.py::TestTModelFixed::test_smoke
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/model.py:2694: UserWarning: df_model + k_constant differs from nparams
>     warnings.warn("df_model + k_constant differs from nparams")
> 
> miscmodels/tests/test_generic_mle.py::TestTwoPeakLLHNoExog::test_fit
> miscmodels/tests/test_poisson.py::TestPoissonZi::test_ttest
> miscmodels/tests/test_tmodel.py::TestTModel::test_basic
> miscmodels/tests/test_tmodel.py::TestTModelFixed::test_smoke
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/base/model.py:2696: UserWarning: df_resid differs from nobs - nparams
>     warnings.warn("df_resid differs from nobs - nparams")
> 
> nonparametric/tests/test_kernel_density.py::TestKDEMultivariateConditional::test_unordered_CV_LS
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/kernel_density.py:679: RuntimeWarning: invalid value encountered in double_scalars
>     CV += (G / m_x ** 2) - 2 * (f_X_Y / m_x)
> 
> nonparametric/tests/test_kernel_regression.py::TestKernelReg::test_continuousdata_lc_cvls
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/kernel_regression.py:251: RuntimeWarning: invalid value encountered in true_divide
>     B_x = (G_numer * d_fx - G_denom * d_mx) / (G_denom**2)
> 
> nonparametric/tests/test_lowess.py::TestLowess::test_duplicate_xs
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/nonparametric/smoothers_lowess.py:227: RuntimeWarning: invalid value encountered in true_divide
>     res, _ = _lowess(y, x, x, np.ones_like(x),
> 
> regression/tests/test_dimred.py::test_covreduce
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/regression/dimred.py:694: ConvergenceWarning: CovReduce optimization did not converge, |g|=1.287955
>     warnings.warn(msg, ConvergenceWarning)
> 
> regression/tests/test_regression.py::TestOLS::test_summary_slim
>   /usr/lib/python3/dist-packages/scipy/stats/_stats_py.py:1477: UserWarning: kurtosistest only valid for n>=20 ... continuing anyway, n=16
>     warnings.warn("kurtosistest only valid for n>=20 ... continuing "
> 
> robust/tests/test_scale.py::TestHuberAxes::test_axis1
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/robust/scale.py:292: RuntimeWarning: divide by zero encountered in true_divide
>     subset = np.less_equal(np.abs((a - mu) / scale), self.c)
> 
> sandbox/distributions/tests/test_extras.py::test_skewt
>   /usr/lib/python3/dist-packages/scipy/stats/_continuous_distns.py:6345: RuntimeWarning: overflow encountered in double_scalars
>     / (np.sqrt(r*np.pi)*(1+(x**2)/r)**((r+1)/2)))
> 
> sandbox/tests/test_gam.py::TestGAMGaussianLogLink::test_predict
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/sandbox/gam.py:327: IterationLimitWarning: 
>   Maximum iteration reached.
>   
>     warnings.warn(iteration_limit_doc, IterationLimitWarning)
> 
> stats/tests/test_corrpsd.py::TestCovPSD::test_cov_nearest
> stats/tests/test_corrpsd.py::TestCorrPSD1::test_nearest
> stats/tests/test_corrpsd.py::test_corrpsd_threshold[0]
> stats/tests/test_corrpsd.py::test_corrpsd_threshold[1e-15]
> stats/tests/test_corrpsd.py::test_corrpsd_threshold[1e-10]
> stats/tests/test_corrpsd.py::test_corrpsd_threshold[1e-06]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/correlation_tools.py:90: IterationLimitWarning: 
>   Maximum iteration reached.
>   
>     warnings.warn(iteration_limit_doc, IterationLimitWarning)
> 
> stats/tests/test_diagnostic.py::TestDiagnosticG::test_normality
> stats/tests/test_diagnostic.py::TestDiagnosticGPandas::test_normality
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/_adnorm.py:70: RuntimeWarning: divide by zero encountered in log1p
>     s = np.sum((2 * i[sl1] - 1.0) / nobs * (np.log(z) + np.log1p(-z[sl2])),
> 
> stats/tests/test_power.py::test_power_solver_warn
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/power.py:106: RuntimeWarning: invalid value encountered in sqrt
>     pow_ = stats.norm.sf(crit - d*np.sqrt(nobs)/sigma)
> 
> stats/tests/test_tost.py::test_tost_asym
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/stats/weightstats.py:1477: RuntimeWarning: invalid value encountered in log
>     low = transform(low)
> 
> tools/tests/test_grouputils.py::test_dummy_sparse
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tools/tests/test_grouputils.py:318: DeprecationWarning: Please use `csr_matrix` from the `scipy.sparse` namespace, the `scipy.sparse.csr` namespace is deprecated.
>     assert isinstance(indi, sparse.csr.csr_matrix)
> 
> tsa/holtwinters/tests/test_holtwinters.py::TestHoltWinters::test_holt_damp_r
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/model.py:825: EstimationWarning: Model has no free parameters to estimate. Set optimized=False to suppress this warning
>     warnings.warn(message, EstimationWarning)
> 
> tsa/holtwinters/tests/test_holtwinters.py::test_start_params[add-mul]
> tsa/holtwinters/tests/test_holtwinters.py::test_start_params[mul-mul]
> tsa/holtwinters/tests/test_holtwinters.py::test_start_params[None-mul]
> tsa/holtwinters/tests/test_holtwinters.py::test_float_boxcox[add-mul]
> tsa/holtwinters/tests/test_holtwinters.py::test_float_boxcox[mul-mul]
> tsa/holtwinters/tests/test_holtwinters.py::test_equivalence_cython_python[add-mul]
> tsa/holtwinters/tests/test_holtwinters.py::test_equivalence_cython_python[mul-mul]
> tsa/holtwinters/tests/test_holtwinters.py::test_equivalence_cython_python[None-mul]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/model.py:83: RuntimeWarning: overflow encountered in matmul
>     return err.T @ err
> 
> tsa/holtwinters/tests/test_holtwinters.py::test_start_params[add-mul]
>   /usr/lib/python3/dist-packages/scipy/optimize/_numdiff.py:576: RuntimeWarning: invalid value encountered in subtract
>     df = fun(x) - f0
> 
> tsa/holtwinters/tests/test_holtwinters.py::test_start_params[add-mul]
> tsa/holtwinters/tests/test_holtwinters.py::test_float_boxcox[add-mul]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/holtwinters/model.py:915: ConvergenceWarning: Optimization failed to converge. Check mle_retvals.
>     warnings.warn(
> 
> tsa/statespace/tests/test_exponential_smoothing.py: 14 warnings
> tsa/tests/test_exponential_smoothing.py: 2 warnings
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/exponential_smoothing.py:161: RuntimeWarning: ExponentialSmoothing should not be used with seasonal terms. It has a serious bug that has not been fixed. Instead use ETSModel.
>     warnings.warn(
> 
> tsa/statespace/tests/test_mlemodel.py::test_integer_params
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/kalman_filter.py:1768: RuntimeWarning: invalid value encountered in double_scalars
>     self.scale = np.sum(scale_obs[d:]) / nobs_k_endog
> 
> tsa/tests/test_exponential_smoothing.py::test_hessian
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/exponential_smoothing/base.py:269: PrecisionWarning: Calculation of the Hessian using finite differences is usually subject to substantial approximation errors.
>     warnings.warn('Calculation of the Hessian using finite differences'
> 
> tsa/tests/test_stattools.py::TestBreakvarHeteroskedasticityTest::test_2d_input_with_missing_values
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/stattools.py:1339: UserWarning: Later subset of data for variable 2 has too few non-missing observations to calculate test statistic.
>     warnings.warn(
> 
> tsa/tests/test_stattools.py::test_arma_order_select_ic
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/sarimax.py:978: UserWarning: Non-invertible starting MA parameters found. Using zeros as starting parameters.
>     warn('Non-invertible starting MA parameters found.'
> 
> tsa/tests/test_stl.py::test_plot
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/seasonal.py:324: RuntimeWarning: More than 20 figures have been opened. Figures created through the pyplot interface (`matplotlib.pyplot.figure`) are retained until explicitly closed and may consume too much memory. (To control this warning, see the rcParam `figure.max_open_warning`).
>     fig, axs = plt.subplots(len(series), 1)
> 
> tsa/vector_ar/tests/test_var.py::test_irf_err_bands
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/irf.py:529: ComplexWarning: Casting complex values to real discards the imaginary part
>     W[i,j,:,:], eigva[i,j,:,0], k[i,j] = util.eigval_decomp(cov_hold[i,j,:,:])
> 
> tsa/vector_ar/tests/test_var.py::test_irf_err_bands
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/vector_ar/irf.py:484: ComplexWarning: Casting complex values to real discards the imaginary part
>     W[i], eigva[i], k[i] = util.eigval_decomp(stack_cov[i])
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========================== short test summary info ============================
> FAILED ../.pybuild/cpython3_3.10_statsmodels/build/statsmodels/tsa/statespace/tests/test_dynamic_factor.py::TestDynamicFactor_ar2_errors::test_mle
> = 1 failed, 16448 passed, 289 skipped, 142 xfailed, 10 xpassed, 230 warnings in 1361.06s (0:22:41) =
> make[1]: *** [debian/rules:105: override_dh_auto_test] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/09/17/statsmodels_0.13.2+dfsg-4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220917;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220917&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



More information about the debian-science-maintainers mailing list