Helloooooo !

I ran into something similar a little while back in sage-5.0 
>
> sage: G = Graph([(0,1,0),(0,1,0)]) 
> sage: G.num_edges() 
> 4 
>
> but IIRC, it was fixed in 5.3. 
>

Yep !

sage: G = Graph([(0,1,0),(0,1,0)]) 
sage: G.num_edges() 
2

Nathann

>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To post to this group, send email to sage-devel@googlegroups.com.
To unsubscribe from this group, send email to 
sage-devel+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.


Reply via email to