Skip to content

Commit c993546

Browse files
Merge pull request #147 from AlpAcA0072/patch-1
Update evoxbench.py
2 parents 8f9028d + 3a6c99f commit c993546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/evox/problems/evoxbench/evoxbench.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class CitySegMOP(EvoXBenchProblem):
6060
def __init__(self, problem_id) -> None:
6161
assert (
6262
isinstance(problem_id, int) and 1 <= problem_id and problem_id <= 15
63-
), "For citysegmop, problem_id must be an integer between 1 and 9"
63+
), "For citysegmop, problem_id must be an integer between 1 and 15"
6464
benchmark = citysegmop(problem_id)
6565
super().__init__(benchmark)
6666

0 commit comments

Comments
 (0)