Hello everybody,

It is possible to build a graph with the following syntax:

    Graph(something, format="elliptic_curve_congruence")

I will attempt to refactor Graph.__init__ today, and I am a bit
embarassed by the corresponding block of code (~30 lines, at line
1602) in graph.py that deals with elliptic curves (no doctest in
graph.py).

Could this block of code be moved elsewhere, in a file that deals with
elliptic curves?

This Graph.__init__ function is appallingly long, and I will precisely
try to split it into subfunctions.

Thanks,

Nathann

-- 
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 http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to