#14973: New functions for binary linear codes
---------------------------------+--------------------------
       Reporter:  veronica       |         Owner:
           Type:  enhancement    |        Status:  new
       Priority:  major          |     Milestone:  sage-5.12
      Component:  coding theory  |    Resolution:
       Keywords:  binary codes   |     Merged in:
        Authors:                 |     Reviewers:
Report Upstream:  N/A            |   Work issues:
         Branch:                 |  Dependencies:
       Stopgaps:                 |
---------------------------------+--------------------------

Comment (by burcin):

 With [attachment:coding_theory.2.patch]:

 {{{
 Running doctests with ID 2013-07-28-09-33-28-48923423.
 Doctesting 1 file.
 Traceback (most recent call last):
   File "/home/burcin/sage/sage-5.11.beta3/local/bin/sage-runtests", line
 87, in <module>
     err = DC.run()
   File "/home/burcin/sage/sage-5.11.beta3/local/lib/python2.7/site-
 packages/sage/doctest/control.py", line 891, in run
     self.run_doctests()
   File "/home/burcin/sage/sage-5.11.beta3/local/lib/python2.7/site-
 packages/sage/doctest/control.py", line 661, in run_doctests
     self.dispatcher = DocTestDispatcher(self)
   File "/home/burcin/sage/sage-5.11.beta3/local/lib/python2.7/site-
 packages/sage/doctest/forker.py", line 1339, in __init__
     init_sage()
   File "/home/burcin/sage/sage-5.11.beta3/local/lib/python2.7/site-
 packages/sage/doctest/forker.py", line 93, in init_sage
     import sage.all_cmdline
   File "/home/burcin/sage/sage-5.11.beta3/local/lib/python2.7/site-
 packages/sage/all_cmdline.py", line 18, in <module>
     from sage.all import *
   File "/home/burcin/sage/sage-5.11.beta3/local/lib/python2.7/site-
 packages/sage/all.py", line 124, in <module>
     from sage.coding.all     import *
   File "/home/burcin/sage/sage-5.11.beta3/local/lib/python2.7/site-
 packages/sage/coding/__init__.py", line 1, in <module>
     import all
   File "/home/burcin/sage/sage-5.11.beta3/local/lib/python2.7/site-
 packages/sage/coding/all.py", line 1, in <module>
     from ag_code import ag_code
   File "/home/burcin/sage/sage-5.11.beta3/local/lib/python2.7/site-
 packages/sage/coding/ag_code.py", line 20, in <module>
     import linear_code
   File "/home/burcin/sage/sage-5.11.beta3/local/lib/python2.7/site-
 packages/sage/coding/linear_code.py", line 1266
     F = self.base_ring()
     ^
 IndentationError: expected an indented block
 }}}

 After fixing this, all tests pass.

--
Ticket URL: <http://trac.sagemath.org/ticket/14973#comment:7>
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 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 http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to