You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Between the time when #15963 was merged in develop and #15963 was actually closed, I found and fixed a bug and pushed it to #15963, see #15963 comment:4. However, due to the race condition outlined above, this fix has never been merged.
The following behaviour is undesired (docstrings says that colors are tuples of the colors of the constituent states, but this is not the case and leads to problems in Automaton.determinisation):
I pushed commits correcting this and adding two more docstrings to emphasize that colors have to be hashable in order to be able to use Automaton.determinisation.
Between the time when #15963 was merged in develop and #15963 was actually closed, I found and fixed a bug and pushed it to #15963, see #15963 comment:4. However, due to the race condition outlined above, this fix has never been merged.
Thus, this is a new ticket with the same fix.
For convenience, I repeat #15963 comment:4:
The following behaviour is undesired (docstrings says that colors are tuples of the colors of the constituent states, but this is not the case and leads to problems in Automaton.determinisation):
I pushed commits correcting this and adding two more docstrings to emphasize that colors have to be hashable in order to be able to use Automaton.determinisation.
CC: @dkrenn @sagetrac-skropf
Component: combinatorics
Author: Clemens Heuberger
Branch/Commit:
d51be51
Reviewer: Daniel Krenn
Issue created by migration from https://trac.sagemath.org/ticket/16128
The text was updated successfully, but these errors were encountered: