#19179: Chain homotopies
-------------------------------------+-------------------------------------
Reporter: jhpalmieri | Owner:
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-6.9
Component: algebraic | Resolution:
topology | Merged in:
Keywords: | Reviewers:
Authors: John Palmieri | Work issues:
Report Upstream: N/A | Commit:
Branch: | 4e507769605e20213ea92e64bd73cbb7b1d0195b
u/jhpalmieri/chains | Stopgaps:
Dependencies: #6102 |
-------------------------------------+-------------------------------------
Comment (by chapoton):
This looks strange, in chain_complex_morphism.py:
{{{
+ self._matrix_dictionary = {}
+ for i in matrices:
+ m = matrices[i]
+ # Use immutable matrices because they're hashable.
+ m.set_immutable()
+ self._matrix_dictionary[i] = m
self._matrix_dictionary = matrices
}}}
Should the last line be removed ?
--
Ticket URL: <http://trac.sagemath.org/ticket/19179#comment:9>
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.