Skip to content

Commit b6542bc

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a45f6a9 commit b6542bc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/tl/test_rankby_order.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
import decoupler as dc
77

88

9-
@pytest.mark.parametrize("stat", ["dcor", "pearsonr", "spearmanr", "kendalltau", pytest.param(sts.pearsonr, id="sts.pearsonr")])
9+
@pytest.mark.parametrize(
10+
"stat", ["dcor", "pearsonr", "spearmanr", "kendalltau", pytest.param(sts.pearsonr, id="sts.pearsonr")]
11+
)
1012
def test_rankby_order(
1113
tdata,
1214
stat,

0 commit comments

Comments
 (0)