#13058: Hall-Janko Graph
------------------------------------------------------------------------------------------+
       Reporter:  ncohen                                                        
          |         Owner:  jason, ncohen, rlm         
           Type:  enhancement                                                   
          |        Status:  needs_work                 
       Priority:  major                                                         
          |     Milestone:  sage-5.2                   
      Component:  graph theory                                                  
          |    Resolution:                             
       Keywords:                                                                
          |   Work issues:                             
Report Upstream:  N/A                                                           
          |     Reviewers:  Keshav Kini, Dima Pasechnik
        Authors:  Nathann Cohen, Dima Pasechnik                                 
          |     Merged in:                             
   Dependencies:  #12942, #12945, #12952, #12971, #12980, #12981, #12982, 
#12989, #13038  |      Stopgaps:                             
------------------------------------------------------------------------------------------+
Changes (by jdemeyer):

  * status:  positive_review => needs_work


Comment:

 I get doctest errors:
 {{{
 sage -t  --long -force_lib devel/sage/sage/graphs/graph_generators.py
 **********************************************************************
 File "/release/merger/sage-5.2.beta1/devel/sage-
 main/sage/graphs/graph_generators.py", line 1570:
     sage: gg = graphs.HallJankoGraph(from_string=False) # long time
 Exception raised:
     Traceback (most recent call last):
       File "/release/merger/sage-5.2.beta1/local/bin/ncadoctest.py", line
 1231, in run_one_test
         self.run_one_example(test, example, filename, compileflags)
       File "/release/merger/sage-5.2.beta1/local/bin/sagedoctest.py", line
 38, in run_one_example
         OrigDocTestRunner.run_one_example(self, test, example, filename,
 compileflags)
       File "/release/merger/sage-5.2.beta1/local/bin/ncadoctest.py", line
 1172, in run_one_example
         compileflags, 1) in test.globs
       File "<doctest __main__.example_15[10]>", line 1, in <module>
         gg = graphs.HallJankoGraph(from_string=False) # long time###line
 1570:
     sage: gg = graphs.HallJankoGraph(from_string=False) # long time
       File "/release/merger/sage-5.2.beta1/local/lib/python/site-
 packages/sage/graphs/graph_generators.py", line 1646, in HallJankoGraph
         g = graph([(int(u), int(v)) for u, v in edges])
     TypeError: 'module' object is not callable
 **********************************************************************
 File "/release/merger/sage-5.2.beta1/devel/sage-
 main/sage/graphs/graph_generators.py", line 1571:
     sage: g == gg # long time
 Exception raised:
     Traceback (most recent call last):
       File "/release/merger/sage-5.2.beta1/local/bin/ncadoctest.py", line
 1231, in run_one_test
         self.run_one_example(test, example, filename, compileflags)
       File "/release/merger/sage-5.2.beta1/local/bin/sagedoctest.py", line
 38, in run_one_example
         OrigDocTestRunner.run_one_example(self, test, example, filename,
 compileflags)
       File "/release/merger/sage-5.2.beta1/local/bin/ncadoctest.py", line
 1172, in run_one_example
         compileflags, 1) in test.globs
       File "<doctest __main__.example_15[11]>", line 1, in <module>
         g == gg # long time###line 1571:
     sage: g == gg # long time
     NameError: name 'gg' is not defined
 **********************************************************************
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13058#comment:25>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to