Skip to content

Commit

Permalink
Comment out bad assert in sims.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Dec 2, 2024
1 parent 771539e commit b917904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/libsemigroups/sims.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2870,8 +2870,8 @@ namespace libsemigroups {
wg.number_of_active_nodes());
todd_coxeter::add_generating_pair(
tc.init(tc.kind(), p, copy), wx, wy);
LIBSEMIGROUPS_ASSERT(tc.word_graph().number_of_nodes()
== wg.number_of_active_nodes());
// LIBSEMIGROUPS_ASSERT(tc.word_graph().number_of_nodes()
// == wg.number_of_active_nodes());
// fmt::print("x = {}, y = {}\n", x, y);
// fmt::print("wx = {}, wy = {}\n", wx, wy);
// std::cout << copy << std::endl;
Expand Down

0 comments on commit b917904

Please sign in to comment.