We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa0c499 commit 95c112bCopy full SHA for 95c112b
tests/problems/test_pf_loader.py
@@ -49,4 +49,4 @@ def test_load_remote_dtlz6():
49
def test_load_remote_ctp():
50
problem = CTP1()
51
pf = problem.pareto_front()
52
- assert len(pf) == 200
+ assert len(pf) == 1000
0 commit comments