refactor!: Obs.print method removed

This commit is contained in:
Fabian Joswig 2021-12-23 12:21:40 +01:00
parent 2ccbd97b39
commit 64a8bc690f

View file

@ -434,10 +434,6 @@ class Obs:
my_string_list.append(my_string)
print('\n'.join(my_string_list))
def print(self, level=1):
warnings.warn("Method 'print' renamed to 'details'", DeprecationWarning)
self.details(level > 1)
def is_zero_within_error(self, sigma=1):
"""Checks whether the observable is zero within 'sigma' standard errors.