I got the following doctest failure (with gap_packages installed)

**********************************************************************
File "src/sage/coding/linear_code.py", line 3059, in sage.coding.linear_code.AbstractLinearCode.weight_distribution
Failed example:
C.weight_distribution(algorithm="leon") # optional - gap_packages (Guava package)
Expected:
    [1, 0, 0, 7, 7, 0, 0, 1]
Got:
    ...
DeprecationWarning: code2leon is deprecated. Please use sage.coding.linear_code._dump_code_in_leon_format instead.
    See http://trac.sagemath.org/21165 for details.
    [1, 0, 0, 7, 7, 0, 0, 1]
**********************************************************************


And two other errors in "src/sage/coding/databases.py"


**********************************************************************
File "src/sage/coding/databases.py", line 32, in sage.coding.databases.best_linear_code_in_guava
Failed example:
codes.databases.best_linear_code_in_guava(10,5,GF(2)) # long time; optional - gap_packages (Guava package)
Exception raised:
    ...
    TypeError: Gap produced error output
    Error, Variable: 'BestKnownLinearCode' must have a value

       executing \$sage1:=BestKnownLinearCode(10,5,GF(2));;
**********************************************************************
File "src/sage/coding/databases.py", line 82, in sage.coding.databases.bounds_on_minimum_distance_in_guava
Failed example:
gap_rec = codes.databases.bounds_on_minimum_distance_in_guava(10,5,GF(2)) # optional - gap_packages (Guava package)
Exception raised:
    ...
    RuntimeError: Gap produced error output
    Error, Variable: 'BoundsMinimumDistance' must have a value

       executing data := BoundsMinimumDistance(10,5,GF(2));
**********************************************************************

Vincent

--
You received this message because you are subscribed to the Google Groups 
"sage-release" 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 https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to