test: tests slightly extended to improve coverage.

This commit is contained in:
Fabian Joswig 2021-12-09 13:25:06 +00:00
parent 352b93ee2c
commit 860852b4d8
2 changed files with 4 additions and 1 deletions

View file

@ -11,6 +11,7 @@ def test_covobs():
name = 'Covariance'
co = pe.cov_Obs(val, cov, name)
co.gamma_method()
co.details()
assert (co.dvalue == np.sqrt(cov))
assert (co.value == val)