#19296: Generating function in FindStat interface
-------------------------------------+-------------------------------------
Reporter: stumpc5 | Owner:
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-6.9
Component: packages: | Resolution:
optional | Merged in:
Keywords: FindStat, OEIS | Reviewers:
Authors: Christian Stump | Work issues: document
Report Upstream: N/A | Commit:
Branch: | 36d52b37ea2f71b6e3f186f83b7033fa57ba56ad
u/mantepse/generating_function_in_findstat_interface| Stopgaps:
Dependencies: #19307 |
-------------------------------------+-------------------------------------
Changes (by stumpc5):
* commit: 4adcd928d977788bd4a50ccbc648e0ae89c9b15e =>
36d52b37ea2f71b6e3f186f83b7033fa57ba56ad
Comment:
what is the point of having the lines
{{{
if len(set(elements)) != len(elements):
raise ValueError("FindStat expects that every object appears only
once!")
}}}
twice? Making the first {{{if len(set(elements)) != len(elements)}}} into
an {{{if len(set(all_elements)) != len(all_elements)}}} should make the
second obsolete. Or am I overseeing sth. or do you not like that?
----
New commits:
||[http://git.sagemath.org/sage.git/commit/?id=36d52b37ea2f71b6e3f186f83b7033fa57ba56ad
36d52b3]||{{{check that user does not provide an object twice}}}||
--
Ticket URL: <http://trac.sagemath.org/ticket/19296#comment:54>
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.