Skip to content

Commit

Permalink
fix cpp test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Jul 31, 2024
1 parent 5a0a613 commit 72aaffb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cpptests/test_fixation_pruning_during_simulation.cc
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,9 @@ BOOST_FIXTURE_TEST_CASE(
BOOST_REQUIRE_EQUAL(pop.N, 1000);
BOOST_REQUIRE_EQUAL(mregions.weights.size(), mregions.regions.size());
BOOST_REQUIRE_EQUAL(mregions.weights.size(), 1);
// Differs from previous test
options.track_mutation_counts_during_sim = false;
options.track_mutation_counts_during_sim = true;
BOOST_REQUIRE_EQUAL(options.preserve_selected_fixations, false);
BOOST_REQUIRE_EQUAL(options.track_mutation_counts_during_sim, false);
BOOST_REQUIRE_EQUAL(options.track_mutation_counts_during_sim, true);
// Differs from previous test
options.suppress_edge_table_indexing = false;
BOOST_REQUIRE_EQUAL(options.suppress_edge_table_indexing, false);
Expand Down

0 comments on commit 72aaffb

Please sign in to comment.