Skip to content

Commit

Permalink
Remove all remaining occurences in docstrings for unused c and p argu…
Browse files Browse the repository at this point in the history
…ments.

#167 (comment)
dkrako committed Oct 13, 2022
1 parent 8d7dc73 commit 946b83e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions quantus/metrics/randomisation/random_logit.py
Original file line number Diff line number Diff line change
@@ -221,9 +221,9 @@ def evaluate_instance(
self,
model: ModelInterface,
x: np.ndarray,
y: np.ndarray,
a: np.ndarray,
s: np.ndarray,
y: np.ndarray = None,
a: np.ndarray = None,
s: np.ndarray = None,
) -> float:
"""
Evaluate instance gets model and data for a single instance as input and returns the evaluation result.

0 comments on commit 946b83e

Please sign in to comment.