Tests made more rigorous

This commit is contained in:
Fabian Joswig 2021-10-23 17:24:39 +01:00
parent 8aa3fba222
commit e1fd4606d3
2 changed files with 3 additions and 7 deletions

View file

@ -245,4 +245,4 @@ def test_cobs():
assert np.allclose(0.0, diff.real.deltas['t'])
assert np.allclose(0.0, diff.imag.deltas['t'])
div = my_cobs / other
assert (my_cobs / other * other - my_cobs).is_zero()