Skip to content

Commit 95c112b

Browse files
author
Julian Blank
committed
Fix PF loader test
1 parent aa0c499 commit 95c112b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/problems/test_pf_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ def test_load_remote_dtlz6():
4949
def test_load_remote_ctp():
5050
problem = CTP1()
5151
pf = problem.pareto_front()
52-
assert len(pf) == 200
52+
assert len(pf) == 1000

0 commit comments

Comments
 (0)