mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
test: tests slightly extended to improve coverage.
This commit is contained in:
parent
352b93ee2c
commit
860852b4d8
2 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue