Skip to content

Commit

Permalink
Fixed bug in driver.h, fuzzing started from second instead of first p…
Browse files Browse the repository at this point in the history
…ass (#147)
  • Loading branch information
matteB10 authored Dec 16, 2024
1 parent ca619ec commit 7825421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/trieste/driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ namespace trieste

if (test_start_pass.empty())
{
test_start_pass = pass_names.at(1);
test_start_pass = pass_names.at(0);
test_end_pass = pass_names.back();
}
else if (test_end_pass.empty())
Expand Down

0 comments on commit 7825421

Please sign in to comment.