diff --git a/pyerrors/obs.py b/pyerrors/obs.py index edef264e..6724e346 100644 --- a/pyerrors/obs.py +++ b/pyerrors/obs.py @@ -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.