Skip to content

Commit

Permalink
Classify a single todo
Browse files Browse the repository at this point in the history
  • Loading branch information
reiniscirpons committed Oct 23, 2024
1 parent 802c956 commit 0dbefcf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test-sims.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,9 @@ namespace libsemigroups {
== std::tuple(joiner.is_subrelation(graphs[i], graphs[j]),
graphs[i],
graphs[j]));
// FIXME the below doesn't seem to work, but JDM expected it to
// TODO(1): FIXME the below doesn't seem to work, but JDM expected it
// to.
//
// joiner(tmp, graphs[i], graphs[j]);
// REQUIRE(meeter.is_subrelation(graphs[j], tmp));
// REQUIRE(meeter.is_subrelation(graphs[i], tmp));
Expand Down

0 comments on commit 0dbefcf

Please sign in to comment.