Skip to content

Commit

Permalink
Correcting saver
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Jan 31, 2024
1 parent fbe8525 commit 848dc8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/01c-sir.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ EPIWORLD_TEST_CASE("SIR-omp", "[OMP-SIR]") {

// Saver function
auto saver_0 = epiworld::make_save_run<int>(
std::string("01c/%lu-episims-0"), true, true, true, false, true, true, true, true
std::string("01c-sir/%lu-episims-0"), true, true, true, false, true, true, true, true
);

auto saver_1 = epiworld::make_save_run<int>(
std::string("01c/%lu-episims-1"), true, true, true, false, true, true, true, true
std::string("01c-sir/%lu-episims-1"), true, true, true, false, true, true, true, true
);

// Queuing doesn't matter and get results that are meaningful
Expand Down

0 comments on commit 848dc8c

Please sign in to comment.