From 96e2b03c735c7e7f8ff3d0e06aee4c9f26aec99d Mon Sep 17 00:00:00 2001 From: Michael Bynum Date: Mon, 4 Mar 2024 16:43:41 -0700 Subject: [PATCH] update imports --- pyomo/contrib/coramin/domain_reduction/tests/test_dbt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyomo/contrib/coramin/domain_reduction/tests/test_dbt.py b/pyomo/contrib/coramin/domain_reduction/tests/test_dbt.py index 753510fbec2..8cb3c24a8e7 100644 --- a/pyomo/contrib/coramin/domain_reduction/tests/test_dbt.py +++ b/pyomo/contrib/coramin/domain_reduction/tests/test_dbt.py @@ -31,7 +31,7 @@ import metis metis_available = True -except ImportError: +except: metis_available = False