From dd917e319718149c340fc3ffdb7d1873f85adb69 Mon Sep 17 00:00:00 2001 From: mastoffel Date: Fri, 25 Oct 2024 09:57:13 +0100 Subject: [PATCH] fix imports --- autoemulate/compare.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/autoemulate/compare.py b/autoemulate/compare.py index 39c58eed..f8ddfb18 100644 --- a/autoemulate/compare.py +++ b/autoemulate/compare.py @@ -20,8 +20,6 @@ from autoemulate.plotting import _plot_model from autoemulate.printing import _print_setup from autoemulate.save import ModelSerialiser -from autoemulate.sensitivity_analysis import perform_sobol_analysis -from autoemulate.sensitivity_analysis import plot_sensitivity_indices from autoemulate.utils import _ensure_2d from autoemulate.utils import _get_full_model_name from autoemulate.utils import _redirect_warnings