From f4007801961bf6421f1c0ed7b670dd78312e4689 Mon Sep 17 00:00:00 2001 From: Paul-Saves Date: Tue, 19 Mar 2024 16:28:54 +0100 Subject: [PATCH] ? --- smt/applications/tests/test_ego.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/smt/applications/tests/test_ego.py b/smt/applications/tests/test_ego.py index 8e1d499bf..db96bc510 100644 --- a/smt/applications/tests/test_ego.py +++ b/smt/applications/tests/test_ego.py @@ -1,6 +1,6 @@ # coding: utf-8 """ -Author: Remi Lafage and Nathalie Bartoli +Author: Remi Lafage This package is distributed under New BSD license. """ @@ -1417,5 +1417,4 @@ def run(self, fun, x): if "--example" in argv: TestEGO.run_ego_mixed_integer_example() exit() - # unittest.main() - TestEGO().test_ego_random_stateing() + unittest.main()