Skip to content

Commit

Permalink
Update time_statistics.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JoranAngevaare committed Aug 9, 2023
1 parent 4993c07 commit 6256dfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion optim_esm_tools/analyze/time_statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ def calculate_max_jump_in_std_vs_history(
):
ds_hist = get_historical_ds(ds, **kw)
if ds_hist is None:
raise ValueError
return None
mask = get_mask_from_global_mask(ds)
ds_hist_masked = oet.analyze.xarray_tools.mask_xr_ds(ds_hist, mask, drop=True)
Expand Down

0 comments on commit 6256dfe

Please sign in to comment.