diff --git a/src/evox/problems/evoxbench/evoxbench.py b/src/evox/problems/evoxbench/evoxbench.py index 120be445..051b3f8a 100644 --- a/src/evox/problems/evoxbench/evoxbench.py +++ b/src/evox/problems/evoxbench/evoxbench.py @@ -60,7 +60,7 @@ class CitySegMOP(EvoXBenchProblem): def __init__(self, problem_id) -> None: assert ( isinstance(problem_id, int) and 1 <= problem_id and problem_id <= 15 - ), "For citysegmop, problem_id must be an integer between 1 and 9" + ), "For citysegmop, problem_id must be an integer between 1 and 15" benchmark = citysegmop(problem_id) super().__init__(benchmark)