#16414: cartesian_factors missing in CombinatorialFreeModule_CartesianProduct
-------------------------+-------------------------------------------------
   Reporter:  cnassau    |            Owner:
       Type:  defect     |           Status:  new
   Priority:  major      |        Milestone:  sage-6.3
  Component:             |         Keywords:  CombinatorialFreeModule,
  combinatorics          |  cartesian_product, cartesian_factors
  Merged in:             |          Authors:
  Reviewers:             |  Report Upstream:  N/A
Work issues:             |           Branch:
     Commit:             |     Dependencies:
   Stopgaps:             |
-------------------------+-------------------------------------------------
 With Sage 6.3.beta2:

 {{{
 sage: C=CombinatorialFreeModule(ZZ,[1,])
 sage: X=cartesian_product((C,C))
 sage: TestSuite(X).run()
 Failure in _test_not_implemented_methods:
 Traceback (most recent call last):
   File "/waste/cn/sage-git/local/lib/python2.7/site-
 packages/sage/misc/sage_unittest.py", line 282, in run
     test_method(tester = tester)
   File "sage_object.pyx", line 445, in
 sage.structure.sage_object.SageObject._test_not_implemented_methods
 (sage/structure/sage_object.c:3882)
   File "/waste/cn/sage-git/local/lib/python/unittest/case.py", line 412,
 in fail
     raise self.failureException(msg)
 AssertionError: Not implemented method: cartesian_factors
 ------------------------------------------------------------
 The following tests failed: _test_not_implemented_methods
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/16414>
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/d/optout.

Reply via email to