Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pomonam committed Jun 29, 2024
1 parent db1c89f commit 98c174d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions tests/scores/test_self_scores.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@
from kronfluence.utils.dataset import DataLoaderKwargs
from tests.utils import (
ATOL,
DEFAULT_FACTORS_NAME,
DEFAULT_SCORES_NAME,
RTOL,
check_tensor_dict_equivalence,
custom_factors_name,
custom_scores_name,
prepare_model_and_analyzer,
prepare_test, DEFAULT_FACTORS_NAME, DEFAULT_SCORES_NAME, custom_scores_name, custom_factors_name,
prepare_test,
)


Expand Down Expand Up @@ -432,7 +436,12 @@ def test_compute_self_scores_with_indices(
assert self_scores[ALL_MODULE_NAME].size(0) == 48


@pytest.mark.parametrize("test_name",["mlp",],)
@pytest.mark.parametrize(
"test_name",
[
"mlp",
],
)
@pytest.mark.parametrize("train_size", [60])
@pytest.mark.parametrize("seed", [1])
def test_compute_self_scores_with_diagonal_pairwise_equivalence(
Expand Down

0 comments on commit 98c174d

Please sign in to comment.