Is there an easy way to get rid of the following TestSuite failures?
Or does it require an overhaul of how sage handles morphisms?
I understand why the first two tests fail.

--Mark

        sage: F=CombinatorialFreeModule(ZZ,[1])
        sage: def on_basis(x):
        ...       return x
        sage: f = F.module_morphism(on_basis=on_basis, codomain=F, 
category=ModulesWithBasis(ZZ))
        sage: f._test_category()
        Traceback (most recent call last):
        ...
        AssertionError: False is not true

        sage: f._test_nonzero_equal()
        Traceback (most recent call last):
        ...
        NotImplementedError

        sage: f._test_pickling()
        Traceback (most recent call last):
        ...
        PicklingError: Can't pickle <type 'function'>: attribute lookup 
__builtin__.function failed
 

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

Reply via email to