mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-16 12:33:41 +02:00
refactor: unnecessary overloading of np.sinc removed, tests added
This commit is contained in:
parent
64a8bc690f
commit
b7da7f4b7e
2 changed files with 7 additions and 3 deletions
|
@ -795,9 +795,6 @@ class Obs:
|
|||
def arctanh(self):
|
||||
return derived_observable(lambda x: anp.arctanh(x[0]), [self])
|
||||
|
||||
def sinc(self):
|
||||
return derived_observable(lambda x: anp.sinc(x[0]), [self])
|
||||
|
||||
|
||||
class CObs:
|
||||
"""Class for a complex valued observable."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue