mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
Obs.details api changed
This commit is contained in:
parent
a4d29b54d8
commit
70b94efd2a
2 changed files with 8 additions and 8 deletions
|
@ -223,8 +223,8 @@ def test_overloaded_functions():
|
|||
|
||||
def test_utils():
|
||||
my_obs = pe.pseudo_Obs(1.0, 0.5, 't')
|
||||
my_obs.details(1)
|
||||
my_obs.details(2)
|
||||
my_obs.details()
|
||||
my_obs.details(True)
|
||||
assert not my_obs.is_zero_within_error()
|
||||
my_obs.plot_tauint()
|
||||
my_obs.plot_rho()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue