mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
Fixed bug in bugfix
This commit is contained in:
parent
5477695a66
commit
cca8d6fbfa
1 changed files with 1 additions and 1 deletions
|
@ -978,7 +978,7 @@ def _filter_zeroes(names, deltas, idl, eps=Obs.filter_eps):
|
|||
if new_names:
|
||||
return (new_names, new_deltas, new_idl)
|
||||
else:
|
||||
return (new_names, new_deltas, new_idl)
|
||||
return (names, deltas, idl)
|
||||
|
||||
|
||||
def derived_observable(func, data, **kwargs):
|
||||
|
|
Loading…
Add table
Reference in a new issue