[sage-combinat-devel] Re: Speed regression in KirillovReshetikhinTableaux?

2013-12-24 Thread Travis Scrimshaw
This is now http://trac.sagemath.org/ticket/15581. Best, Travis -- You received this message because you are subscribed to the Google Groups "sage-combinat-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-combinat-devel+unsubscr...@googlegro

[sage-combinat-devel] Re: Speed regression in KirillovReshetikhinTableaux?

2013-12-24 Thread Travis Scrimshaw
Hey Volker, I'm working on it. It's likely not a speed regression per-say, but instead doing more checks in one of tests (specifically it seems to be `_test_stembridge_local_axioms()`) due the implementation being more mathematically correctly. I'll post a fix which will clean this up today.

[sage-combinat-devel] Re: Speed regression in KirillovReshetikhinTableaux?

2013-12-24 Thread Volker Braun
E.g. timing on the "sextus" bulidslave (note that nothing happening in 1200 sec leads to buildbot timeout): buildbot@sextus$ ./sage -t --long src/sage/combinat/rigged_configurations/ Running doctests with ID 2013-12-24-08-26-25-aafe2102. Doctesting 19 files. sage -t --long src/sage/combinat/rigge

[sage-combinat-devel] Speed regression in KirillovReshetikhinTableaux?

2013-12-24 Thread Volker Braun
This seems to have gotten quite a bit slower.Note that this is running on my desktop. Running it on sage.math would quite a bit slower still. I'm seeing some timeouts on the slower buildbot slaves, too. Please fix :-) $ ./sage -t --long --verbose src/sage/combinat/rigged_configurations/kr_table

[sage-combinat-devel] Review needed for some combinatorial constructions

2013-12-24 Thread Nathann Cohen
Hellooo everybody !!! I send this email because I want to add new stuff to our combinat/designs/ folder, and I really need some help to review patches. These are constructions of combinatorial designs, i.e. SOoo very sexy set systems. I don't think such code is available anywhere else. Th