New method is_zero

This commit is contained in:
Fabian Joswig 2021-10-17 12:28:59 +01:00
parent 573d4992c9
commit 10b228d434
3 changed files with 6 additions and 3 deletions

View file

@ -177,7 +177,7 @@ def test_utils():
my_obs.print(0)
my_obs.print(1)
my_obs.print(2)
assert not my_obs.zero_within_error()
assert not my_obs.is_zero_within_error()
my_obs.plot_tauint()
my_obs.plot_rho()
my_obs.plot_rep_dist()