Skip to content

Commit

Permalink
Fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jungtaekkim committed Oct 8, 2021
1 parent 6b2f04d commit 9d89d1a
Show file tree
Hide file tree
Showing 5 changed files with 847 additions and 830 deletions.
1 change: 0 additions & 1 deletion bayeso/wrappers/wrappers_bo_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ def _get_model_bo(self):
normalize_Y=self.normalize_Y,
use_ard=self.use_ard,
prior_mu=self.prior_mu,
str_surrogate=self.str_surrogate,
str_optimizer_method_gp=self.str_optimizer_method_gp,
str_optimizer_method_bo=self.str_optimizer_method_bo,
str_modelselection_method=self.str_modelselection_method,
Expand Down

0 comments on commit 9d89d1a

Please sign in to comment.