Skip to content

Commit

Permalink
fix bbob-box typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nikohansen committed Nov 28, 2024
1 parent e50a126 commit 692c3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coco_suite.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ static const char *coco_suite_get_instances_by_year(const coco_suite_t *suite,
const char *year_string;
if (strcmp(suite->suite_name, "bbob") == 0) {
year_string = suite_bbob_get_instances_by_year(year);
} else if (strcmp(suite->suite_name, "bbob-box") == 0) {
} else if (strcmp(suite->suite_name, "bbob-boxed") == 0) {
year_string = suite_sbox_cost_get_instances_by_year(year);
} else if ((strcmp(suite->suite_name, "bbob-biobj") == 0) || (strcmp(suite->suite_name, "bbob-biobj-ext") == 0)) {
year_string = suite_biobj_get_instances_by_year(year);
Expand Down

0 comments on commit 692c3de

Please sign in to comment.