Skip to content

Commit

Permalink
black formatting, rebased
Browse files Browse the repository at this point in the history
  • Loading branch information
lbluett committed Dec 17, 2024
1 parent e37eb61 commit c12e6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scores/continuous/correlation/correlation_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def spearmanr(
reduce_dims = scores.utils.gather_dimensions(
fcst.dims, obs.dims, reduce_dims=reduce_dims, preserve_dims=preserve_dims
)

# If reduce_dims contains multiple dimensions, handle ranking per dimension
fcst_ranks = fcst
obs_ranks = obs
Expand Down

0 comments on commit c12e6d4

Please sign in to comment.