#12996: Support for one-dimensional shifts of finite type
--------------------------------------+-------------------------------------
       Reporter:  mhs                 |         Owner:  sage-combinat
           Type:  enhancement         |        Status:  needs_review 
       Priority:  major               |     Milestone:  sage-5.7     
      Component:  combinatorics       |    Resolution:               
       Keywords:  symbolic dynamics   |   Work issues:               
Report Upstream:  N/A                 |     Reviewers:               
        Authors:  Michael Schraudner  |     Merged in:               
   Dependencies:                      |      Stopgaps:               
--------------------------------------+-------------------------------------

Comment (by vdelecroix):

 Hi,

 1) I can solve half of the problem. For affecting only your module for the
 "always" part, you just need to replace
 {{{
 warnings.simplefilter("always")
 }}}
 by
 {{{
 warnings.filterwarnings(action="always",
                         module="sage.dynamics.symbolic.finite_type_shift")
 }}}
 For the formatting, I don't think there is a viable solution. Moreover,
 the way you do corresponds to modify the library (Python is sometimes
 dangerous)! So I propose you to just let the format as it is by default.

 Hope to see the last changes soon in order to put a positive review!
 Vincent

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12996#comment:34>
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to