#16581: Added tides based desolvers
-------------------------------------+-------------------------------------
       Reporter:  mmarco             |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.4
      Component:  numerical          |   Resolution:
       Keywords:  sd59               |    Merged in:
        Authors:  Miguel Marco       |    Reviewers:  Volker Braun
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/mmarco/ticket/16581              |  ae8c869bc35ada66013d731be5eb003c3cf396fd
   Dependencies:  #16578, #16579     |     Stopgaps:
-------------------------------------+-------------------------------------
Changes (by vbraun):

 * status:  positive_review => needs_work


Comment:

 You want `# abs tol`
 {{{
 File "src/sage/calculus/desolvers.py", line 1617, in
 sage.calculus.desolvers.desolve_mintides
 Failed example:
     sol # optional -tides # abs rel 1e-5
 Expected:
     [[0.000000000000000,
     0.800000000000000,
     0.000000000000000,
     0.000000000000000,
     1.22474487139159],
     [314.159265358979,
     0.800000000028622,
     -5.91973525754241e-9,
     7.56887091890590e-9,
     1.22474487136329]]
 Got:
     [[0.000000000000000,
       0.800000000000000,
       0.000000000000000,
       0.000000000000000,
       1.22474487139159],
      [314.159265358979,
       0.800000000028628,
       -5.92006829669423e-9,
       7.56929363632253e-9,
       1.22474487136328]]
 **********************************************************************
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/16581#comment:22>
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.

Reply via email to