Mon Sep 16 10:41:37 UTC 2024
==================================================
============================= test session starts ==============================
platform linux -- Python 3.12.5, pytest-8.3.3, pluggy-1.5.0
rootdir: /home/runner/work/irispie/irispie/irispie-package
configfile: pyproject.toml
collected 159 items

tests/series/aggregate_test.py ...............                           [  9%]
tests/series/ar_test.py ................................................ [ 39%]
....................................................                     [ 72%]
tests/series/contributions_plot_test.py .....                            [ 75%]
tests/series/fill_missing_test.py .....                                  [ 78%]
tests/series/hpf_test.py ..............................                  [ 97%]
tests/series/x13_test.py ....                                            [100%]

=============================== warnings summary ===============================
../../../../../../opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/neqs/iterative.py:62
  /opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/neqs/iterative.py:62: DeprecationWarning: In 3.13 the default `auto()`/`_generate_next_value_` will require all values to be sortable and support adding +1
  and the value returned will be the largest value in the enum incremented by 1
    MAX_ITERATIONS = _en.auto(), "Maximum number of iterations reached",

../../../../../../opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/neqs/iterative.py:63
  /opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/neqs/iterative.py:63: DeprecationWarning: In 3.13 the default `auto()`/`_generate_next_value_` will require all values to be sortable and support adding +1
  and the value returned will be the largest value in the enum incremented by 1
    CANNOT_MAKE_FURTHER_PROGRESS = _en.auto(), "Cannot make further progress",

../../../../../../opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/neqs/iterative.py:64
  /opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/neqs/iterative.py:64: DeprecationWarning: In 3.13 the default `auto()`/`_generate_next_value_` will require all values to be sortable and support adding +1
  and the value returned will be the largest value in the enum incremented by 1
    ERROR_EVALUATING_STEP = _en.auto(), "Error when evaluating the next step",

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
======================= 159 passed, 3 warnings in 1.79s ========================
==================================================
============================= test session starts ==============================
platform linux -- Python 3.12.5, pytest-8.3.3, pluggy-1.5.0
rootdir: /home/runner/work/irispie/irispie/irispie-package
configfile: pyproject.toml
collected 4 items

tests/dates/test_encompassing_span.py ....                               [100%]

=============================== warnings summary ===============================
../../../../../../opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/neqs/iterative.py:62
  /opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/neqs/iterative.py:62: DeprecationWarning: In 3.13 the default `auto()`/`_generate_next_value_` will require all values to be sortable and support adding +1
  and the value returned will be the largest value in the enum incremented by 1
    MAX_ITERATIONS = _en.auto(), "Maximum number of iterations reached",

../../../../../../opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/neqs/iterative.py:63
  /opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/neqs/iterative.py:63: DeprecationWarning: In 3.13 the default `auto()`/`_generate_next_value_` will require all values to be sortable and support adding +1
  and the value returned will be the largest value in the enum incremented by 1
    CANNOT_MAKE_FURTHER_PROGRESS = _en.auto(), "Cannot make further progress",

../../../../../../opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/neqs/iterative.py:64
  /opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/neqs/iterative.py:64: DeprecationWarning: In 3.13 the default `auto()`/`_generate_next_value_` will require all values to be sortable and support adding +1
  and the value returned will be the largest value in the enum incremented by 1
    ERROR_EVALUATING_STEP = _en.auto(), "Error when evaluating the next step",

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
======================== 4 passed, 3 warnings in 0.75s =========================
