#21077: failing doctest with optional package coxeter 3
------------------------------+----------------------------------
Reporter: vdelecroix | Type: defect
Status: new | Priority: critical
Milestone: sage-7.3 | Component: packages: optional
Keywords: | Merged in:
Authors: | Reviewers:
Report Upstream: N/A | Work issues:
Branch: | Commit:
Dependencies: | Stopgaps:
------------------------------+----------------------------------
With coxeter3 installed
{{{
sage: W = CoxeterGroup(['B', 3], implementation='coxeter3')
Traceback (most recent call last):
...
.../coxeter3/coxeter.pyx in sage.libs.coxeter3.coxeter.CoxGroup.__cinit__
(.../cythonized/sage/libs/coxeter3/coxeter.cpp:3329)()
266
267 if len(cartan_type) == 2:
--> 268 type, rank = cartan_type
269 else:
270 type, rank, affine = cartan_type
ValueError: too many values to unpack (expected 2)
}}}
And indeed
{{{
sage: c = CartanType('B3')
sage: len(c)
2
sage: len(list(c))
3
}}}
This causes '''many''' doctest failures.
--
Ticket URL: <https://trac.sagemath.org/ticket/21077>
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 https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.