Skip to content

Commit

Permalink
Fix PF loader test
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Blank committed Sep 14, 2021
1 parent 96776cb commit 03447f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/problems/test_pf_loader.py
Expand Up @@ -49,4 +49,4 @@ def test_load_remote_dtlz6():
def test_load_remote_ctp():
problem = CTP1()
pf = problem.pareto_front()
assert len(pf) == 200
assert len(pf) == 1000

0 comments on commit 03447f0

Please sign in to comment.