Skip to content

Commit

Permalink
fix: typo on variable name
Browse files Browse the repository at this point in the history
Bug introduced on f0840f2
  • Loading branch information
castelao committed May 13, 2024
1 parent dda78a1 commit 69af7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sup3r/bias/bias_transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ def local_qdm_bc(data: np.array,
spatial_slice = (lr_padded_slice[0], lr_padded_slice[1])
base = base[spatial_slice]
bias = bias[spatial_slice]
bias_fut = bias[spatial_slice]
bias_fut = bias_fut[spatial_slice]

if no_trend:
mf = None
Expand Down

0 comments on commit 69af7f0

Please sign in to comment.