After a small number of patch (#11156 from Nicolas M. Thiery, and 2 in
#9958, one of which is from my friend Steve Trogdon) we have a clear view
of what needs to be fixed. Test done on 4.7.alpha4 + #7377 and #9969
Aside from the chatter due to change of format and messages here is
what is interesting:
Python is warning that "sets" are deprecated in sagenb. I believe it has
been fixed in sage proper before.
The following tests results have to be investigated:
sage -t -long -force_lib devel/sage-
main/sage/rings/padics/padic_capped_relative_element.pyx
**********************************************************************
File "/usr/share/sage/devel/sage-
main/sage/rings/padics/padic_capped_relative_element.pyx", line 2297:
sage: hash(R(-1))
Expected:
95367431640624
Got:
1977800240
sage -t -long -force_lib devel/sage-
main/sage/combinat/words/suffix_trees.py
**********************************************************************
File "/usr/share/sage/devel/sage-
main/sage/combinat/words/suffix_trees.py", line 1345:
sage: t.trie_type_dict() == dict([[(0, W("a")), 4], [(0, W("b")), 3],
[(3, W("a")), 2], [(4, W("b")), 5], [(5, W("a")), 1]])
Expected:
True
Got:
False
sage -t -long -force_lib devel/sage-main/sage/structure/parent.pyx
**********************************************************************
File "/usr/share/sage/devel/sage-main/sage/structure/parent.pyx", line
634:
sage: CCls()._test_eq()
Expected:
Traceback (most recent call last):
...
AssertionError: <class '__main__.CCls'> == None
Got nothing
Not worrying but should be looked at:
sage -t -long -force_lib devel/sage-
main/sage/combinat/words/nfactor_enumerable_word.py
**********************************************************************
File "/usr/share/sage/devel/sage-
main/sage/combinat/words/nfactor_enumerable_word.py", line 22:
sage: it.next()
Expected:
word: 5645
Got:
word: 4564
**********************************************************************
File "/usr/share/sage/devel/sage-
main/sage/combinat/words/nfactor_enumerable_word.py", line 24:
sage: it.next()
Expected:
word: 4564
Got:
word: 5645
I also got two killed doctests (I had three but one seem to work fine now):
sage -t -long -force_lib devel/sage-main/sage/rings/homset.py
sage -t -long -force_lib devel/sage-main/sage/schemes/generic/scheme.py
There are more details in #9958 for those interested.
Francois
This email may be confidential and subject to legal privilege, it may
not reflect the views of the University of Canterbury, and it is not
guaranteed to be virus free. If you are not an intended recipient,
please notify the sender immediately and erase all copies of the message
and any attachments.
Please refer to http://www.canterbury.ac.nz/emaildisclaimer for more
information.
--
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org