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 9a98f96
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_nsga2_multi_objective.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
""" Test NSGA2."""

# Standard Python modules
import sys
import unittest

# External modules
Expand Down Expand Up @@ -50,9 +49,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 9a98f96

Please sign in to comment.