#13381: Add quickstarts from PREP workshops to standard documentation
----------------------------------------+-----------------------------------
Reporter: kcrisman | Owner: mvngu
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-5.11
Component: documentation | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers: John Palmieri, Jason
Grout
Authors: Karl-Dieter Crisman | Merged in:
Dependencies: #5457, #9005, #14014 | Stopgaps:
----------------------------------------+-----------------------------------
Comment (by kcrisman):
I also changed to new continuations in the main prep stuff. Very
annoying. Some of the changes are pretty recent as well.
There are two remaining issues, I think.
{{{
sage: import scipy.stats
sage: my_data=[lognormvariate(2,3) for i in range(10)]
sage: scipy.stats.scoreatpercentile(my_data, int(50))
1.2439846750720158
sage: scipy.stats.scoreatpercentile(my_data, 50)
---------------------------------------------------------------------------
TypeError: 'sage.rings.integer.Integer' object is not iterable
}}}
This is because scipy now assumes a Sage Integer is not a scalar. I'm not
sure whether this is an upstream bug or not.
Then there is this strange regression in plotting power series.
{{{
sage: R.<t> = PowerSeriesRing(QQ)
sage: c = t + 1 + O(t^2)
sage: plot(c,(t,0,1))
AttributeError: 'float' object has no attribute 'parent'
}}}
If I just do the polynomial, it's fine, so I can fix the test.
Interestingly, I get a different error with the standard syntax:
{{{
plot(c.polynomial(),(t,0,1))
Error...
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13381#comment:15>
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/groups/opt_out.