Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ewu63 committed Aug 16, 2023
1 parent 283c21b commit ebd3e01
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_nsga2_multi_objective.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# Standard Python modules
import sys
import unittest
import warnings

# External modules
from numpy.testing import assert_allclose
Expand All @@ -19,6 +18,7 @@
class TestNSGA2(OptTest):
name = "quadratic"
optName = "NSGA2"
histFileName = None

def setUp(self):
try:
Expand Down Expand Up @@ -77,6 +77,3 @@ def test_opt(self, n_obj):

if __name__ == "__main__":
unittest.main()
unittest.main()
unittest.main()
unittest.main()

0 comments on commit ebd3e01

Please sign in to comment.