#13519: Spline is not recomputed when interpolation points change
---------------------------------------+------------------------------------
Reporter: jvkersch | Owner: jason, jkantor
Type: defect | Status: needs_work
Priority: major | Milestone: sage-5.4
Component: numerical | Resolution:
Keywords: spline, gsl | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Joris Vankerschaver | Merged in:
Dependencies: | Stopgaps:
---------------------------------------+------------------------------------
Changes (by tscrim):
* status: needs_review => needs_work
Comment:
I get the following errors
{{{
File "/home/travis/sage-5.4.beta1/devel/sage-
reviews/sage/gsl/interpolation.pyx", line 30:
sage: S(1.5)
Expected:
2.507575757575758
Got:
2.5075757575757573
**********************************************************************
File "/home/travis/sage-5.4.beta1/devel/sage-
reviews/sage/gsl/interpolation.pyx", line 44:
sage: S(1.5)
Expected:
2.507575757575758
Got:
2.5075757575757573
**********************************************************************
}}}
which is just a rounding issue. The rest of the documentation has 16
numbers after the decimal.
Also I think you should use single backticks to get math mode and double
backticks for inline code in the documentation, and use the automatic trac
link `:trac:'13519'` where the single quotes are backticks (since I don't
know how to get the escape to work here) instead of !#13519 on line 131.
The functionality looks good otherwise.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13519#comment:3>
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.