#13072: Implementation of PartitionTuple + some minor fixes to partition.py
----------------------------------------+-----------------------------------
Reporter: andrew.mathas | Owner: Andrew Mathas
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-5.5
Component: combinatorics | Resolution:
Keywords: tuples of partitions | Work issues:
Report Upstream: N/A | Reviewers: Travis Scrimshaw
Authors: Andrew Mathas | Merged in:
Dependencies: #9265, #11446 | Stopgaps:
----------------------------------------+-----------------------------------
Comment (by andrew.mathas):
Hi Jeroen,
Perhaps I am confused, but most of these pickles shouldn't exist any more
as they should have been removed by the new pickle jar attached to #9265.
Specifically, the pickles
_class!__ sage_combinat_skew_tableau_SemistandardSkewTableaux_n!__
.sobj')[[BR]] _class!__
sage_combinat_skew_tableau_SemistandardSkewTableaux_nmu!__ .sobj')[[BR]]
_class!__ sage_combinat_skew_tableau_SemistandardSkewTableaux_p!__
.sobj')[[BR]] _class!__
sage_combinat_skew_tableau_SemistandardSkewTableaux_pmu!__ .sobj')[[BR]]
_class!__ sage_combinat_skew_tableau_StandardSkewTableaux_n!__
.sobj')[[BR]] _class!__ sage_combinat_tableau_SemistandardTableaux_n!__
.sobj')[[BR]] _class!__
sage_combinat_tableau_SemistandardTableaux_nmu!__ .sobj')[[BR]]
_class!__ sage_combinat_tableau_SemistandardTableaux_p!__ .sobj')[[BR]]
_class!__ sage_combinat_tableau_SemistandardTableaux_pmu!__
.sobj')[[BR]] _class!__ sage_combinat_tableau_StandardTableaux_n!__
.sobj')[[BR]] _class!__
sage_combinat_tableau_StandardTableaux_partition!__ .sobj')[[BR]]
_class!__ sage_combinat_tableau_Tableau_class!__ .sobj')[[BR]]
_class!__ sage_combinat_tableau_Tableaux_n!__ .sobj')
shouldn't be there having been replaced with new improved pickles with
slightly more informative names (for example, _n_ --> _size_, _p_ -->
_shape_ etc.). The pickle
_class!__ sage_combinat_partition_PartitionTuples_nk!__ .sobj
I agree is mine to fix but I am also not entirely convinced by that the
first three pickles are caused by this patch:
class!__
sage_combinat_crystals_affine_AffineCrystalFromClassicalAndPromotion_with_category_element_class!__
.sobj')[[BR]] class!__
sage_combinat_crystals_tensor_product_CrystalOfTableaux_with_category_element_class!__
.sobj')[[BR]] class!__
sage_combinat_crystals_tensor_product_TensorProductOfCrystalsWithGenerators_with_category!__
.sobj')
as I think that I might have also created new pickles for these in #9265.
I am, of course, happy to rebuild them just in case.
Can you please confirm that the pickle_jar was updated as per the
attachment for #9265. The mistake is quite probably mine as I assumed that
the whole pickle jar would be replaced whereas if you just added in the
new pickles then you would not have been aware that some of the old
pickles needed to be deleted (although presumably it would not have been
possible to unpickle them...??)
Please advise.
Andrew[[BR]]
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13072#comment:41>
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 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.