Skip to content

Commit 6e675bc

Browse files
committed
rename vars, remove docstrings
1 parent 0d78215 commit 6e675bc

File tree

3 files changed

+109
-422
lines changed

3 files changed

+109
-422
lines changed

confopt/selection/acquisition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ def update(self, X: np.array, y_true: float) -> None:
289289
self.sampler.update_best_value(y_true)
290290
if isinstance(self.sampler, LowerBoundSampler):
291291
self.sampler.update_exploration_step()
292-
if self.conformal_estimator.nonconformity_scores is not None:
292+
if self.conformal_estimator.fold_nonconformity_scores is not None:
293293
uses_adaptation = (
294294
hasattr(self.sampler, "adapter") and self.sampler.adapter is not None
295295
) or (

0 commit comments

Comments
 (0)