============================= test session starts ==============================
platform linux -- Python 3.6.10, pytest-5.4.3, py-1.8.2, pluggy-0.13.1
rootdir: /home/aryaman4/yaps
collected 14 items

tests/runtime/test_coin.py .                                             [  7%]
tests/runtime/test_gaussian_process.py .                                 [ 14%]
tests/runtime/test_gradient_warn.py .                                    [ 21%]
tests/runtime/test_kmeans.py .                                           [ 28%]
tests/runtime/test_logistic.py .                                         [ 35%]
tests/runtime/test_missing_data.py .                                     [ 42%]
tests/runtime/test_regression.py .                                       [ 50%]
tests/runtime/test_regression_matrix.py .                                [ 57%]
tests/runtime/test_row_vector_expr_terms.py .                            [ 64%]
tests/runtime/test_schools.py .                                          [ 71%]
tests/runtime/test_squared_error.py .                                    [ 78%]
tests/runtime/test_validate_arr_expr_primitives.py .                     [ 85%]
tests/runtime/test_vectorized_probability.py .                           [ 92%]
tests/stan/test_stan.py x                                                [100%]

=============================== warnings summary ===============================
/home/aryaman4/anaconda3/envs/yaps/lib/python3.6/site-packages/pycmdstan/model.py:166: 4 tests with warnings
tests/runtime/test_coin.py: 2 tests with warnings
tests/runtime/test_gaussian_process.py: 2 tests with warnings
tests/runtime/test_gradient_warn.py: 2 tests with warnings
tests/runtime/test_kmeans.py: 2 tests with warnings
tests/runtime/test_logistic.py: 2 tests with warnings
tests/runtime/test_missing_data.py: 2 tests with warnings
tests/runtime/test_regression.py: 2 tests with warnings
tests/runtime/test_regression_matrix.py: 2 tests with warnings
tests/runtime/test_row_vector_expr_terms.py: 2 tests with warnings
tests/runtime/test_schools.py: 2 tests with warnings
tests/runtime/test_squared_error.py: 2 tests with warnings
tests/runtime/test_validate_arr_expr_primitives.py: 2 tests with warnings
tests/runtime/test_vectorized_probability.py: 2 tests with warnings
  /home/aryaman4/anaconda3/envs/yaps/lib/python3.6/site-packages/pycmdstan/model.py:166: DeprecationWarning: This function is deprecated. Please call randint(1, 99999 + 1) instead
    **kwargs) for _ in range(chains)

tests/stan/test_stan.py:49
  tests/stan/test_stan.py:49: PytestCollectionWarning: yield tests were removed in pytest 4.0 - test_stan will be ignored
    def test_stan():

-- Docs: https://docs.pytest.org/en/latest/warnings.html
============================ slowest test durations ============================
23.56s call     tests/runtime/test_gaussian_process.py::test_gaussian_process
18.33s call     tests/runtime/test_validate_arr_expr_primitives.py::test_validate_arr_expr_primitives
17.31s call     tests/runtime/test_kmeans.py::test_kmeans
16.63s call     tests/runtime/test_regression.py::test_regression
16.40s call     tests/runtime/test_vectorized_probability.py::test_vectorized_probability
15.80s call     tests/runtime/test_logistic.py::test_logistic
15.58s call     tests/runtime/test_gradient_warn.py::test_gradient_warn
15.39s call     tests/runtime/test_row_vector_expr_terms.py::test_row_vector_expr_terms
15.07s call     tests/runtime/test_schools.py::test_schools
14.68s call     tests/runtime/test_missing_data.py::test_missing_data
0.69s call     tests/runtime/test_regression_matrix.py::test_regression_matrix
0.07s call     tests/runtime/test_coin.py::test_coin
0.05s call     tests/runtime/test_squared_error.py::test_squared_error

(0.00 durations hidden.  Use -vv to show these durations.)
============ 13 passed, 1 xfailed, 31 warnings in 171.10s (0:02:51) ============
