Skip to content

Commit

Permalink
resolved recomputed output
Browse files Browse the repository at this point in the history
  • Loading branch information
freemansw1 committed Feb 28, 2024
1 parent 5b40d75 commit 0800478
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tobac/utils/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ def wrapper(*args, **kwargs):
elif type(output) == xarray.DataArray:
output = xarray.DataArray.to_iris(output)
# if output is neither tuple nor an xr.DataArray
else:
output = func(*args, **kwargs)

else:
output = func(*args, **kwargs)
Expand Down

0 comments on commit 0800478

Please sign in to comment.