Skip to content

Commit

Permalink
Fix a typing error
Browse files Browse the repository at this point in the history
  • Loading branch information
nabenabe0928 committed Dec 8, 2024
1 parent 8b92c6a commit 2ac3c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/samplers/ctpe/sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def _sample(
)
quantiles.append(len(below_trials) / len(trials))

_samples_below: dict[str, list[_ParzenEstimator]] = {
_samples_below: dict[str, list[np.ndarray]] = {
param_name: [] for param_name in search_space
}
for mpe in mpes_below:
Expand Down

0 comments on commit 2ac3c4e

Please sign in to comment.