Skip to content

Commit

Permalink
Delete bad test
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Apr 9, 2024
1 parent e7afd9b commit 2620f9a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test-todd-coxeter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2661,8 +2661,6 @@ namespace libsemigroups {
presentation::sort_each_rule(p);
presentation::sort_rules(p);

REQUIRE(presentation::length(p) == 105);

ToddCoxeter tc(twosided, p);
// tc.run_until([&tc]() -> bool {
// return tc.word_graph().number_of_nodes() >= 10'000;
Expand Down Expand Up @@ -4512,7 +4510,7 @@ namespace libsemigroups {
presentation::add_rule(p, pow({a}, 3), {a});
}
using words::operator+;
Words words;
Words words;
words.number_of_letters(n).min(0).max(8);

for (size_t a = 0; a < n - 1; ++a) {
Expand Down

0 comments on commit 2620f9a

Please sign in to comment.