Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobkruse1 committed Mar 21, 2024
1 parent 699e9cb commit 1f913c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pydvl/value/semivalues.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def compute_values(self) -> np.ndarray:
def __call__(self, future_result: Tuple[List[IndexT], float]) -> Tuple[MarginalT]:
"""Computation of marginal utility using Maximum Sample Reuse.
This processor requires the Marginal Function to be set to RawUtility.
This processor requires the Marginal Function to be set to RawUtility.
Then, this processor computes marginals based on the utility value and the index set provided.
The final formula that gives the Banzhaf semivalue using MSR is:
Expand Down

0 comments on commit 1f913c8

Please sign in to comment.