Skip to content

Commit

Permalink
Drop botorch_wrapper module from test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianSosic committed Dec 16, 2024
1 parent fbe3d69 commit 10e3446
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
omit =
baybe/utils/plotting.py
baybe/utils/random.py
baybe/utils/botorch_wrapper.py
baybe/simulation/*
1 change: 0 additions & 1 deletion tests/test_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def test_imports(module: str):
"torch": [
"baybe.acquisition.partial",
"baybe.surrogates._adapter",
"baybe.utils.botorch_wrapper",
"baybe.utils.torch",
],
}
Expand Down

0 comments on commit 10e3446

Please sign in to comment.