Replies: 2 comments 3 replies
-
sounds good to me, seems exactly the issue |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to ask your opinion that about my idea for removing
botorch_wrapper
andbotorch.test_functions
.botorch_wrapper
is only used in examples, so a simple solution would be to remove this line inbaybe.utils.__init__
:from baybe.utils.botorch_wrapper import *
And import
botorch_function_wrapper
like this in examples:from baybe.utils.botorch_wrapper import botorch_function_wrapper
Consequently, there will be no dependency on
botorch.test_functions
as well.I tried this solution and it worked. Please let me know about anything I may be missing.
Beta Was this translation helpful? Give feedback.
All reactions