Arrgh, I had my google account settings wrong and several of my email
posts went to the
bit bucket before I noticed.

I have been encountering doctest errors involving the availability of
chevie:

/coxeter_group.py", line 256, in CoxeterGroup
        assert is_chevie_available()

What is the workaround?

The error log follows (snipped after the assertion error).
(Note that _test_enumerated_set_iter_cardinality() also fails.)

--Mark

sage -t  "devel/sage-combinat/sage/categories/coxeter_groups.py"
**********************************************************************
File "/home/msshimo/sage-5.0.beta7/devel/sage-combinat/sage/categories/
coxeter_groups.py", line 74:
    sage: W = CoxeterGroups().example(); TestSuite(W).run(verbose =
"True")
Expected:
    running ._test_an_element() . . . pass
    running ._test_associativity() . . . pass
    running ._test_category() . . . pass
    running ._test_elements() . . .
      Running the test suite of self.an_element()
      running ._test_category() . . . pass
      running ._test_eq() . . . pass
      running ._test_not_implemented_methods() . . . pass
      running ._test_pickling() . . . pass
      pass
    running ._test_elements_eq() . . . pass
    running ._test_enumerated_set_contains() . . . pass
    running ._test_enumerated_set_iter_cardinality() . . . pass
    running ._test_enumerated_set_iter_list() . . . pass
    running ._test_eq() . . . pass
    running ._test_has_descent() . . . pass
    running ._test_inverse() . . . pass
    running ._test_not_implemented_methods() . . . pass
    running ._test_one() . . . pass
    running ._test_pickling() . . . pass
    running ._test_prod() . . . pass
    running ._test_reduced_word() . . . pass
    running ._test_simple_projections() . . . pass
    running ._test_some_elements() . . . pass
Got:
    running ._test_an_element() . . . pass
    running ._test_associativity() . . . pass
    running ._test_category() . . . pass
    running ._test_elements() . . .
      Running the test suite of self.an_element()
      running ._test_category() . . . pass
      running ._test_eq() . . . pass
      running ._test_not_implemented_methods() . . . pass
      running ._test_pickling() . . . pass
      pass
    running ._test_elements_eq() . . . pass
    running ._test_enumerated_set_contains() . . . pass
    running ._test_enumerated_set_iter_cardinality() . . . fail
    Traceback (most recent call last):
      File "/home/msshimo/sage-5.0.beta7/local/lib/python/site-
packages/sage/misc/sage_unittest.py", line 279, in run
        test_method(tester = tester)
      File "/home/msshimo/sage-5.0.beta7/local/lib/python/site-
packages/sage/categories/finite_enumerated_sets.py", line 426, in
_test_enumerated_set_iter_cardinality
        tester.assert_(type(card) is Integer)
      File "/home/msshimo/sage-5.0.beta7/local/lib/python2.7/unittest/
case.py", line 420, in assertTrue
        raise self.failureException(msg)
    AssertionError: False is not true
    ------------------------------------------------------------
    running ._test_enumerated_set_iter_list() . . . pass
    running ._test_eq() . . . pass
    running ._test_has_descent() . . . pass
    running ._test_inverse() . . . pass
    running ._test_len() . . . pass
    running ._test_not_implemented_methods() . . . pass
    running ._test_one() . . . pass
    running ._test_pickling() . . . pass
    running ._test_prod() . . . pass
    running ._test_reduced_word() . . . pass
    running ._test_simple_projections() . . . pass
    running ._test_some_elements() . . . pass
    The following tests failed: _test_enumerated_set_iter_cardinality
**********************************************************************
File "/home/msshimo/sage-5.0.beta7/devel/sage-combinat/sage/categories/
coxeter_groups.py", line 612:
    sage: W = CoxeterGroup(['A',2],index_set=[1,2])
Exception raised:
    Traceback (most recent call last):
      File "/home/msshimo/sage-5.0.beta7/local/bin/ncadoctest.py",
line 1231, in run_one_test
        self.run_one_example(test, example, filename, compileflags)
      File "/home/msshimo/sage-5.0.beta7/local/bin/sagedoctest.py",
line 38, in run_one_example
        OrigDocTestRunner.run_one_example(self, test, example,
filename, compileflags)
      File "/home/msshimo/sage-5.0.beta7/local/bin/ncadoctest.py",
line 1172, in run_one_example
        compileflags, 1) in test.globs
      File "<doctest __main__.example_16[2]>", line 1, in <module>
        W =
CoxeterGroup(['A',Integer(2)],index_set=[Integer(1),Integer(2)])###line
612:
    sage: W = CoxeterGroup(['A',2],index_set=[1,2])
      File "/home/msshimo/sage-5.0.beta7/local/lib/python/site-
packages/sage/combinat/root_system/coxeter_group.py", line 256, in
CoxeterGroup
        assert is_chevie_available()
    AssertionError

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
To unsubscribe from this group, send email to 
sage-combinat-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.

Reply via email to