mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 12:03:42 +02:00
docstrings and tests added to linalg module
This commit is contained in:
parent
14cf1f7d1b
commit
eedad7deda
3 changed files with 21 additions and 19 deletions
|
@ -16,4 +16,4 @@ def test_root_linear():
|
|||
|
||||
assert np.isclose(my_root.value, value)
|
||||
difference = my_obs - my_root
|
||||
assert np.allclose(0.0, difference.deltas['t'])
|
||||
assert difference.is_zero()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue