feat: Deprecation warning for Corr.GEVP kwarg state removed,

documentation extended.
This commit is contained in:
Fabian Joswig 2022-05-18 10:09:23 +01:00
parent 98ce553521
commit 088a7da7e6
2 changed files with 10 additions and 5 deletions

View file

@ -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