Skip to content

Commit

Permalink
Update moments.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienIrving authored Sep 12, 2023
1 parent db9ee0a commit e64cfe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unseen/moments.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def _main():

if args.bias_file:
ds_bc_fcst = fileio.open_dataset(args.bias_file)
da_bc_fcst = ds_bc_fcst[var]
da_bc_fcst = ds_bc_fcst[args.var]
if args.min_lead is not None:
da_bc_fcst = da_bc_fcst.where(ds_bc_fcst[args.lead_dim] >= args.min_lead)
else:
Expand Down

0 comments on commit e64cfe9

Please sign in to comment.