I would say this is a bug....
David

On Mon, Aug 28, 2017 at 9:25 PM, Vincent Delecroix <
20100.delecr...@gmail.com> wrote:
> Hi,
>
> I found the following curious
>
> sage: G = Graph([(0,3),(1,3),(2,3)])
> sage: H = G.copy()
> sage: G == H
> True
> sage: H.allow_loops(True)
> sage: G == H
> False
>
> Is there any reason why allowing loops in H should change the status of
> equality!?
>
> Vincent
>
> --
> 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 sage-devel+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-devel@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-devel.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
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