Show ensemble details in Obs.details as standard case

This commit is contained in:
Fabian Joswig 2021-11-05 14:49:43 +00:00
parent c11b3ee08d
commit f643503d7c
2 changed files with 2 additions and 2 deletions

View file

@ -224,7 +224,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(False)
my_obs.details(True)
assert not my_obs.is_zero_within_error()
my_obs.plot_tauint()