Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 19, 2023
1 parent ccf7bcf commit 6a8603b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/torchmetrics/functional/regression/pearson.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def _pearson_corrcoef_update(
n_prior: current number of observed observations
num_outputs: Number of outputs in multioutput setting
weights: weights associated with scores
"""
# Data checking
_check_same_shape(preds, target)
Expand Down

0 comments on commit 6a8603b

Please sign in to comment.