Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Saves committed Oct 17, 2024
1 parent 4b59342 commit 27e66d1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions smt/applications/tests/test_mixed_integer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1040,9 +1040,9 @@ def test_hierarchical_design_space_example_all_categorical_decreed(self):
for mixint_kernel in [
MixIntKernelType.CONT_RELAX,
MixIntKernelType.GOWER,
# MixIntKernelType.COMPOUND_SYMMETRY,
# MixIntKernelType.EXP_HOMO_HSPHERE,
# MixIntKernelType.HOMO_HSPHERE,
MixIntKernelType.COMPOUND_SYMMETRY,
MixIntKernelType.EXP_HOMO_HSPHERE,
MixIntKernelType.HOMO_HSPHERE,
]:
sm = MixedIntegerKrigingModel(
surrogate=KRG(
Expand Down Expand Up @@ -2520,5 +2520,4 @@ def run_mixed_homo_hyp_example(self):


if __name__ == "__main__":
TestMixedInteger().test_hierarchical_design_space_example_all_categorical_decreed()
# unittest.main()
unittest.main()

0 comments on commit 27e66d1

Please sign in to comment.