#6094: Change all occurrences of "method" to "algorithm"
----------------------------------------------------------------+-----------
Reporter: rlm | Owner:
rlm
Type: defect | Status:
needs_work
Priority: major | Milestone:
sage-4.6
Component: coding theory | Keywords:
Author: David Joyner, William Stein, Johan S. R. Nielsen | Upstream:
N/A
Reviewer: Rob Beezer | Merged:
Work_issues: |
----------------------------------------------------------------+-----------
Changes (by rbeezer):
* status: needs_review => needs_work
Comment:
Decorator complaint is bigger than these tickets. Its on sage-devel.
sage -tp 4 devel/sage yields:
{{{
sage -t devel/sage/sage/schemes/elliptic_curves/padic_lseries.py
# 1 doctests failed
sage -t devel/sage/sage/misc/sagedoc.py # 3 doctests failed
sage -t devel/sage/sage/structure/sage_object.pyx # 1 doctests
failed
}}}
which are all reproducible on my machine.
First is an easy fix, extra deprecation warning in a doctest elsewhere
when using {{{frobenius()}}}.
Second is just me. I nuked all my documentation while testing the new
color scheme. Ignore it.
Third looks like something is pickling the two decorators and once they
get moved the pickle breaks, so maybe this really belongs on #9907?
Complaint follows. Parts look mysterious to me, other parts look like
they involve these decorators. It could be a false alarm from my
development setup.
{{{
r...@wave:/sage/dev$ ./sage -t devel/sage/sage/structure/sage_object.pyx
sage -t "devel/sage/sage/structure/sage_object.pyx"
**********************************************************************
File "/sage/dev/devel/sage/sage/structure/sage_object.pyx", line 1001:
sage: print "x"; sage.structure.sage_object.unpickle_all(std)
Expected:
x...
Successfully unpickled ... objects.
Failed to unpickle 0 objects.
Got:
x
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.
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
** failed: _class__sage_plot_misc_options__.sobj
** failed: _class__sage_plot_misc_rename_keyword__.sobj
Failed:
_class__sage_plot_misc_options__.sobj
_class__sage_plot_misc_rename_keyword__.sobj
Successfully unpickled 584 objects.
Failed to unpickle 2 objects.
**********************************************************************
1 items had failures:
1 of 7 in __main__.example_23
***Test Failed*** 1 failures.
For whitespace errors, see the file
/home/rob/.sage//tmp/.doctest_sage_object.py
[5.2 s]
----------------------------------------------------------------------
The following tests failed:
sage -t "devel/sage/sage/structure/sage_object.pyx"
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6094#comment:19>
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.