Skip to content

Commit

Permalink
erase trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalch committed Jan 2, 2024
1 parent 3491cc5 commit 01da866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deel/puncc/api/calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def get_nonconformity_scores(self) -> np.ndarray:
:rtype: np.ndarray
"""
return self._residuals

def compute_quantile(
self,
*,
Expand Down Expand Up @@ -248,7 +248,7 @@ def compute_quantile(

if self._residuals is None:
raise RuntimeError("Run `fit` method before calling `calibrate`.")

alpha = correction(alpha)

# Check consistency of alpha w.r.t the size of calibration data
Expand Down

0 comments on commit 01da866

Please sign in to comment.