#17818: Interface to FindStat
-------------------------------------+-------------------------------------
Reporter: mantepse | Owner:
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-6.6
Component: interfaces | Resolution:
Keywords: FindStat | Merged in:
Authors: Martin Rubey | Reviewers:
Report Upstream: N/A | Work issues:
Branch: public/findstat- | Commit:
interface | 6159c1ca2b75e3234e0042bfb9f1770299ab6200
Dependencies: | Stopgaps:
-------------------------------------+-------------------------------------
Changes (by chapoton):
* status: needs_review => needs_work
Comment:
Two things (see patchbot report)
- please use python3-style raise statements:
{{{
raise Error("this is the good way")
}}}
instead of
{{{
raise Error, 'this was the old way'
}}}
The bot says
{{{
Old-style raise statement inserted on 5 non-empty lines
}}}
- please make sure that every function is doctested.
{{{'Missing doctests ', 'databases/findstat.py', '40 / 57 = 70%')}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/17818#comment:60>
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.
For more options, visit https://groups.google.com/d/optout.