Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Saves committed Mar 19, 2024
1 parent 95bc453 commit f400780
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions smt/applications/tests/test_ego.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coding: utf-8
"""
Author: Remi Lafage <[email protected]> and Nathalie Bartoli
Author: Remi Lafage <[email protected]>
This package is distributed under New BSD license.
"""

Expand Down Expand Up @@ -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()

0 comments on commit f400780

Please sign in to comment.