Skip to content

Commit

Permalink
fix: Neps metahyper sampler
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiebergman committed Nov 13, 2023
1 parent c359385 commit 509fb03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/amltk/optimization/optimizers/neps.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ def ask(self) -> Trial[NEPSTrialInfo]:
config,
pipeline_directory,
previous_pipeline_directory,
_,
) = metahyper.api._sample_config( # type: ignore
optimization_dir=self.working_dir,
sampler=self.optimizer,
Expand Down

0 comments on commit 509fb03

Please sign in to comment.