Skip to content

Commit

Permalink
Fix typo in ToddCoxeter test 042
Browse files Browse the repository at this point in the history
  • Loading branch information
Murray Whyte authored and james-d-mitchell committed Sep 28, 2022
1 parent 9872bda commit badc1c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test-todd-coxeter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2153,14 +2153,14 @@ namespace libsemigroups {
REQUIRE(!tc.stats_string().empty());
}

// Takes about 1m7s
// Takes about 6m
LIBSEMIGROUPS_TEST_CASE("ToddCoxeter",
"042",
"SymmetricGroup1",
"[todd-coxeter][extreme]") {
auto rg = ReportGuard(true);
ToddCoxeter tc(twosided);
tc.set_number_of_generators(4);
tc.set_number_of_generators(3);
for (auto const& w : SymmetricGroup1(10)) {
tc.add_pair(w.first, w.second);
}
Expand Down

0 comments on commit badc1c4

Please sign in to comment.