Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
aaarrti committed Oct 5, 2023
1 parent c4ab6f8 commit 6eef978
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -391,4 +391,4 @@ def compute_correlation_per_sample(
return corr_coeffs

def evaluate_batch(self, *args, **kwargs):
raise RuntimeError("This is unexpected.")
raise RuntimeError("`evaluate_batch` must never be called for `ModelParameterRandomisation`.")

0 comments on commit 6eef978

Please sign in to comment.