Skip to content

Commit

Permalink
Tests (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Blank committed Mar 8, 2021
1 parent 0ba7ccb commit 84127c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/algorithms/test_rvea.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from pymoo.algorithms.moo.rvea import APDSurvival, RVEA
from pymoo.factory import DTLZ2
from pymoo.model.population import Population
from tests import path_to_test_resources
from tests.util import path_to_test_resources


def test_survival():
Expand Down
2 changes: 1 addition & 1 deletion tests/test_decomposition.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from pymoo.decomposition.perp_dist import PerpendicularDistance
from pymoo.decomposition.weighted_sum import WeightedSum
from tests import path_to_test_resources
from tests.util import path_to_test_resources


def test_one_to_one():
Expand Down

0 comments on commit 84127c0

Please sign in to comment.