mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 11:33:42 +02:00
feat: Deprecation warning for Corr.GEVP kwarg state removed,
documentation extended.
This commit is contained in:
parent
98ce553521
commit
088a7da7e6
2 changed files with 10 additions and 5 deletions
|
@ -256,9 +256,6 @@ def test_GEVP_warnings():
|
|||
with pytest.warns(DeprecationWarning):
|
||||
corr_mat.GEVP(0, sorted_list="Eigenvalue")
|
||||
|
||||
with pytest.warns(DeprecationWarning):
|
||||
corr_mat.GEVP(0, state=0)
|
||||
|
||||
def test_GEVP_exceptions():
|
||||
corr_aa = _gen_corr(1)
|
||||
corr_ab = 0.5 * corr_aa
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue