mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 12:03:42 +02:00
refactor!: Obs.print method removed
This commit is contained in:
parent
2ccbd97b39
commit
64a8bc690f
1 changed files with 0 additions and 4 deletions
|
@ -434,10 +434,6 @@ class Obs:
|
||||||
my_string_list.append(my_string)
|
my_string_list.append(my_string)
|
||||||
print('\n'.join(my_string_list))
|
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):
|
def is_zero_within_error(self, sigma=1):
|
||||||
"""Checks whether the observable is zero within 'sigma' standard errors.
|
"""Checks whether the observable is zero within 'sigma' standard errors.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue