From 10e344672b9bb4c5f9bf215649c25a9e42f3dbe6 Mon Sep 17 00:00:00 2001 From: AdrianSosic Date: Mon, 16 Dec 2024 16:25:50 +0100 Subject: [PATCH] Drop botorch_wrapper module from test configuration --- .coveragerc | 1 - tests/test_imports.py | 1 - 2 files changed, 2 deletions(-) diff --git a/.coveragerc b/.coveragerc index 40692fe48..0925b1cc1 100644 --- a/.coveragerc +++ b/.coveragerc @@ -2,5 +2,4 @@ omit = baybe/utils/plotting.py baybe/utils/random.py - baybe/utils/botorch_wrapper.py baybe/simulation/* \ No newline at end of file diff --git a/tests/test_imports.py b/tests/test_imports.py index 227410297..3e2980428 100644 --- a/tests/test_imports.py +++ b/tests/test_imports.py @@ -60,7 +60,6 @@ def test_imports(module: str): "torch": [ "baybe.acquisition.partial", "baybe.surrogates._adapter", - "baybe.utils.botorch_wrapper", "baybe.utils.torch", ], }