#3740: pickling broken for TensorProductOfCrystals
---------------------+------------------------------------------------------
 Reporter:  was      |        Owner:  cwitty                        
     Type:  defect   |       Status:  closed                        
 Priority:  blocker  |    Milestone:  sage-duplicate/invalid/wontfix
Component:  misc     |   Resolution:  invalid                       
 Keywords:           |  
---------------------+------------------------------------------------------
Changes (by mhansen):

  * status:  new => closed
  * resolution:  => invalid
  * milestone:  sage-4.0.1 => sage-duplicate/invalid/wontfix


Comment:

 This is no longer valid

 {{{
 ----------------------------------------------------------------------
 | Sage Version 4.0.1.rc1, Release Date: 2009-06-04                   |
 | Type notebook() for the GUI, and license() for information.        |
 ----------------------------------------------------------------------
 sage: sage: C = CrystalOfLetters(['A',3])
 sage: sage: v = C.list()[0]
 sage: sage: T = TensorProductOfCrystals(C, C, generators=[[v,v]])
 sage: sage: T == loads(dumps(T))
 True
 sage: sage: C = CrystalOfLetters(['A',3])
 sage: sage: v = C.list()[0]
 sage: sage: T = TensorProductOfCrystals(C, C, generators=[[v,v]])
 sage: sage: T == loads(dumps(T))
 True
 sage: sage: C = CrystalOfLetters(['A',3])
 sage: sage: v = C.list()[0]
 sage: sage: T = TensorProductOfCrystals(C, C, generators=[[v,v]])
 sage: sage: T == loads(dumps(T))
 True
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/3740#comment:3>
Sage <http://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 post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to