bashtage / arch

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

MAINT: Protect against future changes #641

Closed bashtage closed 1 year ago

bashtage commented 1 year ago

Protect against NumPy changes Small typign fixes

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.31 :tada:

Comparison is base (2bc308e) 99.43% compared to head (ca85370) 99.74%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #641 +/- ## ========================================== + Coverage 99.43% 99.74% +0.31% ========================================== Files 75 73 -2 Lines 15452 14965 -487 Branches 2087 2087 ========================================== - Hits 15364 14927 -437 + Misses 63 13 -50 Partials 25 25 ``` | [Impacted Files](https://codecov.io/gh/bashtage/arch/pull/641?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin+Sheppard) | Coverage Δ | | |---|---|---| | [arch/bootstrap/base.py](https://codecov.io/gh/bashtage/arch/pull/641?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin+Sheppard#diff-YXJjaC9ib290c3RyYXAvYmFzZS5weQ==) | `99.22% <100.00%> (ø)` | | | [arch/tests/bootstrap/test\_multiple\_comparison.py](https://codecov.io/gh/bashtage/arch/pull/641?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin+Sheppard#diff-YXJjaC90ZXN0cy9ib290c3RyYXAvdGVzdF9tdWx0aXBsZV9jb21wYXJpc29uLnB5) | `100.00% <100.00%> (ø)` | | | [arch/tests/covariance/test\_covariance.py](https://codecov.io/gh/bashtage/arch/pull/641?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin+Sheppard#diff-YXJjaC90ZXN0cy9jb3ZhcmlhbmNlL3Rlc3RfY292YXJpYW5jZS5weQ==) | `100.00% <100.00%> (ø)` | | | [arch/tests/univariate/test\_mean.py](https://codecov.io/gh/bashtage/arch/pull/641?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin+Sheppard#diff-YXJjaC90ZXN0cy91bml2YXJpYXRlL3Rlc3RfbWVhbi5weQ==) | `100.00% <100.00%> (ø)` | | | [arch/unitroot/unitroot.py](https://codecov.io/gh/bashtage/arch/pull/641?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%> (ø)` | | | [arch/utility/cov.py](https://codecov.io/gh/bashtage/arch/pull/641?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin+Sheppard#diff-YXJjaC91dGlsaXR5L2Nvdi5weQ==) | `100.00% <100.00%> (ø)` | | ... and [2 files with indirect coverage changes](https://codecov.io/gh/bashtage/arch/pull/641/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin+Sheppard) Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin+Sheppard). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin+Sheppard)

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