Skip to content

Commit

Permalink
Format file
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelkusch committed Jan 17, 2025
1 parent d39bed9 commit 8d19b65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/hidimstat/permutation_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
from hidimstat.stat_tools import pval_from_two_sided_pval_and_sign, step_down_max_t


def permutation_test(X, y, estimator, n_permutations=1000, seed=0, n_jobs=-1, verbose=0):
def permutation_test(
X, y, estimator, n_permutations=1000, seed=0, n_jobs=-1, verbose=0
):
"""
Permutation test
Expand Down

0 comments on commit 8d19b65

Please sign in to comment.