Commit a45f6a9
Fix duplicate parametrize ID in test_rankby_order
The string "pearsonr" and function sts.pearsonr both resolve to the
same pytest ID. Add explicit id for the function parameter to avoid
collision with strict parametrize IDs.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent f54726f commit a45f6a9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments