On 16.04.19 16:56, John H Palmieri wrote:
> Is the printed order important? If not, you can change the doctest to
> something else that is actually testing something relevant [...]

Changing the doctest really an option here, as we want to see the
transistions of the automaton which are display like this:

            [Transition from frozenset({frozenset({'B', 'C'}),
                                        frozenset({'A', 'C'}),
                                        frozenset({'A', 'B', 'C'})})
                        to frozenset({frozenset({'C'}),
                                      frozenset({'B', 'C'}),
                                      frozenset({'A', 'C'}),
                                      frozenset({'A', 'B', 'C'})}):
                        0|-,
             Transition from frozenset({frozenset({'B', 'C'}),
                                        frozenset({'A', 'C'}),
                                        frozenset({'A', 'B', 'C'})})
                        to frozenset({frozenset({'B', 'C'}),
                                      frozenset({'A', 'C'}),
                                      frozenset({'A', 'B', 'C'})}):
                        1|-]

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to