mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 03:53:41 +02:00
test_correlators added, tests extended
This commit is contained in:
parent
e46746e4ca
commit
25d250cd53
4 changed files with 64 additions and 5 deletions
|
@ -16,4 +16,4 @@ def test_root_linear():
|
|||
|
||||
assert np.isclose(my_root.value, value)
|
||||
difference = my_obs - my_root
|
||||
assert all(np.isclose(0.0, difference.deltas['t']))
|
||||
assert np.allclose(0.0, difference.deltas['t'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue