Skip to content

Commit

Permalink
setup scheduler before running
Browse files Browse the repository at this point in the history
  • Loading branch information
hugary1995 committed Feb 18, 2025
1 parent b333211 commit 14ff3eb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ TEST_CASE("WorkDispatcher ValueMapLoader StaticHybridScheduler", "[dispatchers]"
options.set<std::vector<double>>("priorities") = {1, 2};

StaticHybridScheduler scheduler(options);
scheduler.setup();

SECTION("run")
{
Expand Down

0 comments on commit 14ff3eb

Please sign in to comment.