docstrings and tests added to linalg module

This commit is contained in:
Fabian Joswig 2021-10-25 21:59:12 +01:00
parent 14cf1f7d1b
commit eedad7deda
3 changed files with 21 additions and 19 deletions

View file

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