Skip to content

Commit

Permalink
Merge pull request #147 from AlpAcA0072/patch-1
Browse files Browse the repository at this point in the history
Update evoxbench.py
  • Loading branch information
BillHuang2001 authored Sep 24, 2024
2 parents 8f9028d + 3a6c99f commit c993546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evox/problems/evoxbench/evoxbench.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit c993546

Please sign in to comment.