Skip to content

Commit

Permalink
deletet test prints
Browse files Browse the repository at this point in the history
  • Loading branch information
KrissiHub committed Feb 28, 2024
1 parent c00d83a commit d88d7af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deepcave/plugins/hyperparameter/pdp.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ def load_dependency_inputs(self, run, previous_inputs, inputs):
@staticmethod
def process(run, inputs):
# Surrogate
print("Process PDP has been called.")
hp_names = run.configspace.get_hyperparameter_names()
objective = run.get_objective(inputs["objective_id"])
budget = run.get_budget(inputs["budget_id"])
Expand Down

0 comments on commit d88d7af

Please sign in to comment.