============================= test session starts ==============================
platform linux -- Python 3.7.7, pytest-5.4.3, py-1.8.2, pluggy-0.13.1
rootdir: /home/aryaman4/pyGPGO
collected 18 items

tests/test_GPGO.py ...                                                   [ 16%]
tests/test_acquisition.py ..                                             [ 27%]
tests/test_covfunc.py ...                                                [ 44%]
tests/test_surrogates.py .....                                           [ 72%]
tests/test_surrogates_mcmc.py ..                                         [ 83%]
tests/test_surrogates_sk.py ...                                          [100%]

=============================== warnings summary ===============================
/home/aryaman4/anaconda3/envs/pygpgo/lib/python3.7/site-packages/theano/compat/__init__.py:16
/home/aryaman4/anaconda3/envs/pygpgo/lib/python3.7/site-packages/theano/compat/__init__.py:16
  /home/aryaman4/anaconda3/envs/pygpgo/lib/python3.7/site-packages/theano/compat/__init__.py:16: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
    from collections import (OrderedDict, MutableMapping as DictMixin,

/home/aryaman4/anaconda3/envs/pygpgo/lib/python3.7/site-packages/theano/misc/frozendict.py:9
  /home/aryaman4/anaconda3/envs/pygpgo/lib/python3.7/site-packages/theano/misc/frozendict.py:9: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
    class frozendict(collections.Mapping):

tests/test_GPGO.py::test_GPGO_mcmc
  /home/aryaman4/anaconda3/envs/pygpgo/lib/python3.7/site-packages/theano/tensor/var.py:468: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
    isinstance(args_el, collections.Iterable)):

tests/test_GPGO.py: 10 tests with warnings
  /home/aryaman4/anaconda3/envs/pygpgo/lib/python3.7/site-packages/numpy/lib/function_base.py:393: RuntimeWarning: Mean of empty slice.
    avg = a.mean(axis)

-- Docs: https://docs.pytest.org/en/latest/warnings.html
============================ slowest test durations ============================
93.23s call     tests/test_GPGO.py::test_GPGO_mcmc
46.34s call     tests/test_GPGO.py::test_GPGO_sk
14.16s call     tests/test_surrogates_mcmc.py::test_GP
8.52s call     tests/test_surrogates_mcmc.py::test_tSP
1.16s call     tests/test_GPGO.py::test_GPGO
0.85s call     tests/test_covfunc.py::test_psd_covfunc
0.47s call     tests/test_acquisition.py::test_acq_mcmc
0.21s call     tests/test_surrogates.py::test_GP_opt_nograd
0.20s call     tests/test_surrogates_sk.py::test_bt
0.13s call     tests/test_surrogates.py::test_GP_opt_grad
0.10s call     tests/test_surrogates_sk.py::test_rf
0.07s call     tests/test_surrogates.py::test_tSP_opt_nograd
0.06s call     tests/test_surrogates_sk.py::test_ef
0.05s call     tests/test_surrogates.py::test_GP
0.01s call     tests/test_covfunc.py::test_sim

(0.00 durations hidden.  Use -vv to show these durations.)
================= 18 passed, 14 warnings in 166.72s (0:02:46) ==================
