Thanks. This worked.
> Traceback(most recent call last):
> File"/home/punarbasu/Installations/sage-git/local/lib/python2.7/site-packages/sage/doctest/forker.py",line
> 480,in_run
> self.execute(example,compiled,test.globs)
> File"/home/punarbasu/Installations/sage-git/local/lib/python2.7/site-packages/sage/doctest/forker.py",line
> 839,inexecute
> execcompiled inglobs
> File"<doctest sage.coding.linear_code.min_wt_vec_gap[0]>",line
> 1,in<module>
>
> sage.coding.linear_code.min_wt_vec_gap(Gstr,Integer(7),Integer(4),GF(Integer(2)),algorithm="guava")#
> optional - gap_packages (Guava package)
> NameError:name 'Gstr'isnotdefined
> **********************************************************************
> |
>
> This shouldn't fail because 'Gstr' is defined all right in the
> actual file:
>
> |
> EXAMPLES::
>
>
> sage:Gstr="Z(2)*[[1,1,1,0,0,0,0], [1,0,0,1,1,0,0],
> [0,1,0,1,0,1,0], [1,1,0,1,0,0,1]]"
> sage:sage.coding.linear_code.min_wt_vec_gap(Gstr,7,4,GF(2))
> (0,1,0,1,0,1,0)
>
>
> Thisoutput isdifferent but still a minimum weight vector::
>
>
>
> sage:sage.coding.linear_code.min_wt_vec_gap(Gstr,7,4,GF(2),algorithm="guava")#
> optional - gap_packages (Guava package)
> (0,0,1,0,1,1,0)
> |
>
> Also, note that the files preceding "linear_code.py" all report "0
> tests", which doesn't make any sense.
>
> Is there some other argument I must provide with --optional?
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "sage-devel" group.
> To unsubscribe from this topic, visit
>
https://groups.google.com/d/topic/sage-devel/qAI57GFh02k/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
>
sage-devel+...@googlegroups.com
> <mailto:
sage-devel+...@googlegroups.com>.
> To post to this group, send email to
sage-...@googlegroups.com
> <mailto:
sage-...@googlegroups.com>.
> Visit this group at
http://groups.google.com/group/sage-devel.
> For more options, visit
https://groups.google.com/d/optout.