bashtage / arch

ARCH models in Python
Other
1.32k stars 245 forks source link

ENH: Add performance warning #666

Closed bashtage closed 1 year ago

bashtage commented 1 year ago

Add a performance warning when the max_lags is large

closes #606

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (1c7fa99) 99.43% compared to head (1a4fca5) 99.43%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #666 +/- ## ======================================= Coverage 99.43% 99.43% ======================================= Files 74 74 Lines 15474 15483 +9 Branches 2082 2084 +2 ======================================= + Hits 15387 15396 +9 Misses 63 63 Partials 24 24 ``` | [Impacted Files](https://app.codecov.io/gh/bashtage/arch/pull/666?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin+Sheppard) | Coverage Δ | | |---|---|---| | [arch/tests/unitroot/test\_unitroot.py](https://app.codecov.io/gh/bashtage/arch/pull/666?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin+Sheppard#diff-YXJjaC90ZXN0cy91bml0cm9vdC90ZXN0X3VuaXRyb290LnB5) | `100.00% <100.00%> (ø)` | | | [arch/unitroot/unitroot.py](https://app.codecov.io/gh/bashtage/arch/pull/666?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin+Sheppard#diff-YXJjaC91bml0cm9vdC91bml0cm9vdC5weQ==) | `99.86% <100.00%> (+<0.01%)` | :arrow_up: | | [arch/utility/exceptions.py](https://app.codecov.io/gh/bashtage/arch/pull/666?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin+Sheppard#diff-YXJjaC91dGlsaXR5L2V4Y2VwdGlvbnMucHk=) | `100.00% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.