Skip to content

Commit

Permalink
max 100 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Jun 24, 2024
1 parent 742699b commit 2db9c75
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ def test_compute_breakdown_constant_input(self):
expected_score_breakdown = {
'score': np.nan,
}
expected_warn_msg = 'The real data input array is constant. The StatisticSimilarity metric is either undefined or infinite.'
expected_warn_msg = (
'The real data input array is constant. The StatisticSimilarity '
'metric is either undefined or infinite.'
)

# Run
metric = StatisticSimilarity()
Expand Down

0 comments on commit 2db9c75

Please sign in to comment.