Skip to content

Commit

Permalink
test nsga2 single-objective case on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ewu63 committed Aug 28, 2023
1 parent 01dece2 commit d5560fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_nsga2_multi_objective.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ def setup_optProb(self, n_obj):
if n_obj == 2:
self.optProb.addObj("obj2")

@unittest.skipIf(
sys.platform == "win32", "test_nsga2_multi_objective.py fails on windows with two objectives! Skipping for now."
)
@parameterized.expand([(1,), (2,)])
def test_opt(self, n_obj):
if n_obj == 2:
Expand Down

0 comments on commit d5560fe

Please sign in to comment.