#11273: Riemann Enhancements: Docs, Exterior, Multiple Spiderweb, Error Testing
--------------------------------------------------+-------------------------
Reporter: evanandel | Owner: burcin
Type: enhancement | Status: needs_info
Priority: major | Milestone: sage-4.8
Component: calculus | Keywords: riemann
map
Work_issues: | Upstream: N/A
Reviewer: Burcin Erocal, Karl-Dieter Crisman | Author: Ethan Van
Andel
Merged: | Dependencies: #8867,
#10792, #10821, #11028
--------------------------------------------------+-------------------------
Changes (by evanandel):
* status: needs_review => needs_info
Comment:
I made the necessary changes. However, now when I try to apply even the
original patches the process fails giving me
{{{
sage: f(t) = e^(I*t) - 0.5*e^(-I*t)
sage: fprime(t) = I*e^(I*t) + 0.5*I*e^(-I*t)
sage: isinstance(Riemann_Map([f], [fprime], 0)._repr_(), str)
# long time
True
"""
return "A Riemann mapping of a figure to the unit circle."
cdef _generate_theta_array(self):
"""
}}}
I have absolutely no idea what is causing this. I double checked the first
hunk and as far as I can tell what is there exactly matches what the patch
expects to find. What is the best way to figure out exactly why these
hunks are failing to apply?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11273#comment:6>
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.