Skip to content

Commit

Permalink
Rework test cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Semmler committed Sep 12, 2023
1 parent 8aceda3 commit 6f1d58c
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 701 deletions.
2 changes: 1 addition & 1 deletion src/pydvl/value/shapley/classwise.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def compute_classwise_shapley_values(
done_sample_complements=done_sample_complements,
use_default_scorer_value=use_default_scorer_value,
min_elements_per_label=min_elements_per_label,
algorithm=algorithm,
algorithm_name=algorithm,
seed=seeds[i],
)
pending.add(future)
Expand Down
Loading

0 comments on commit 6f1d58c

Please sign in to comment.