Output of tag added to Obs.details

This commit is contained in:
Fabian Joswig 2021-11-03 10:34:28 +00:00
parent 10518309cf
commit 4df367f955
2 changed files with 6 additions and 3 deletions

View file

@ -223,6 +223,7 @@ def test_overloaded_functions():
def test_utils():
my_obs = pe.pseudo_Obs(1.0, 0.5, 't')
my_obs.tag = "Test descrption"
my_obs.details()
my_obs.details(True)
assert not my_obs.is_zero_within_error()