Skip to content

Commit

Permalink
remove agg
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Saves committed Nov 15, 2024
1 parent 1b0c5dc commit 80a6ea1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions smt/applications/tests/test_mixed_integer.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
import numpy as np
import importlib.util

plt_spec = importlib.util.find_spec("matplotlib")
NO_MATPLOTLIB = plt_spec is None

from smt.design_space import (
DesignSpace,
CategoricalVariable,
Expand All @@ -36,7 +33,8 @@
MixHrcKernelType,
MixIntKernelType,
)

plt_spec = importlib.util.find_spec("matplotlib")
NO_MATPLOTLIB = plt_spec is None

class TestMixedInteger(unittest.TestCase):
def test_periodic_mixed(self):
Expand Down

0 comments on commit 80a6ea1

Please sign in to comment.