From bf5d2064cf6acb2de1c0c4a2c29dff1c0d49013f Mon Sep 17 00:00:00 2001 From: Paul-Saves Date: Fri, 15 Nov 2024 15:16:25 +0100 Subject: [PATCH] remove agg --- smt/applications/tests/test_mixed_integer.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/smt/applications/tests/test_mixed_integer.py b/smt/applications/tests/test_mixed_integer.py index d05f26b8f..ba0b86aa4 100644 --- a/smt/applications/tests/test_mixed_integer.py +++ b/smt/applications/tests/test_mixed_integer.py @@ -11,8 +11,6 @@ try: import matplotlib - - matplotlib.use("Agg") NO_MATPLOTLIB = False except ImportError: NO_MATPLOTLIB = True