mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 11:33:42 +02:00
New method is_zero
This commit is contained in:
parent
573d4992c9
commit
10b228d434
3 changed files with 6 additions and 3 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue