Skip to content

Commit

Permalink
remove extra pop
Browse files Browse the repository at this point in the history
  • Loading branch information
Samir Garibov committed Nov 6, 2023
1 parent 0651ff8 commit 375bee8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/neps/optimizers/bayesian_optimization/models/deepGP.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ def __preprocess_learning_curves(
# Get max learning_curve length
max_length = 0
for lc in learning_curves:
lc.pop()
length = len(lc)
if length > max_length:
max_length = length
Expand Down

0 comments on commit 375bee8

Please sign in to comment.