#5038: [with patch, needs work] Add support for word path
---------------------------+------------------------------------------------
 Reporter:  slabbe         |       Owner:  slabbe         
     Type:  enhancement    |      Status:  assigned       
 Priority:  major          |   Milestone:  sage-combinat  
Component:  combinatorics  |    Keywords:                 
 Reviewer:  Mike Hansen    |      Author:  Sebastien Labbe
   Merged:                 |  
---------------------------+------------------------------------------------

Comment(by mvngu):

 I got the following doctest failure:
 {{{
 sage -t -long devel/sage/sage/structure/sage_object.pyx
 **********************************************************************
 File "/scratch/mvngu/release/sage-4.1.2.alpha2/devel/sage-
 main/sage/structure/sage_object.pyx", line 931:
     sage: sage.structure.sage_object.unpickle_all(std)
 Expected:
     doctest:...: DeprecationWarning: RQDF is deprecated; use
 RealField(212) instead.
     Successfully unpickled 572 objects.
     Failed to unpickle 0 objects.
 Got:
     doctest:1: DeprecationWarning: Your word object is saved in an old
 file format since FiniteWord_over_OrderedAlphabet is deprecated and will
 be deleted in a future version of Sage (you can use FiniteWord_list
 instead). You can re-save your word by typing "word.save(filename)" to
 ensure that it will load in future versions of Sage.
     ** failed:  _class__sage_combinat_words_utils_Factorization__.sobj
     doctest:1: DeprecationWarning: Your word object is saved in an old
 file format since AbstractWord is deprecated and will be deleted in a
 future version of Sage (you can use FiniteWord_list instead). You can re-
 save your word by typing "word.save(filename)" to ensure that it will load
 in future versions of Sage.
     doctest:1: DeprecationWarning: Your word object is saved in an old
 file format since Word_over_Alphabet is deprecated and will be deleted in
 a future version of Sage (you can use FiniteWord_list instead). You can
 re-save your word by typing "word.save(filename)" to ensure that it will
 load in future versions of Sage.
     doctest:1: DeprecationWarning: Your word object is saved in an old
 file format since Word_over_OrderedAlphabet is deprecated and will be
 deleted in a future version of Sage (you can use FiniteWord_list instead).
 You can re-save your word by typing "word.save(filename)" to ensure that
 it will load in future versions of Sage.
     doctest:1: DeprecationWarning: ChristoffelWord_Lower is deprecated,
 use LowerChristoffelWord instead
     doctest:1172: DeprecationWarning: RQDF is deprecated; use
 RealField(212) instead.
     Failed:
     _class__sage_combinat_words_utils_Factorization__.sobj
     Successfully unpickled 571 objects.
     Failed to unpickle 1 objects.
 **********************************************************************
 1 items had failures:
    1 of   7 in __main__.example_21
 ***Test Failed*** 1 failures.
 For whitespace errors, see the file
 /home/mvngu/.sage//tmp/.doctest_sage_object.py
          [6.3 s]
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5038#comment:10>
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