#8950: new function for sage.calculus.desolve module
------------------------------+---------------------------------------------
   Reporter:  uri             |       Owner:  burcin      
       Type:  enhancement     |      Status:  needs_review
   Priority:  minor           |   Milestone:  sage-4.5.2  
  Component:  calculus        |    Keywords:  desolve     
     Author:  Oriol Castejon  |    Upstream:  N/A         
   Reviewer:                  |      Merged:              
Work_issues:                  |  
------------------------------+---------------------------------------------

Comment(by pang):

 I got an error when applying your patch:

 {{{
 applying trac_8950_desolve_odeint.patch abort: malformed patch
 }}}

 The patch says:

 {{{
 diff -r eb27a39a6df4 -r 15f9c1da9cc9 sage/calculus/desolvers.py
 --- a/sage/calculus/desolvers.py        Wed Jan 20 15:09:32 2010 -0800
 +++ b/sage/calculus/desolvers.py        Wed Jun 30 10:47:17 2010 +0200
 @@ -1053,3 +1053,270 @@
      sol.extend(sol_2)

      return sol
 +
 +def desolve_odeint(des, ics, times, dvars, ivar=None, compute_jac=False,
 args=()
 }}}


 but the file desolvers.py has now more lines, and sol.extend is now on
 line 1220, not on line 1053. I'm not an expert on version control, but
 this makes me think that the patch was not applied because I'm using a
 more recent version of Sage than the one you used when you exported the
 patch. Maybe if you upgrade before exporting the patch I'll be able to
 apply it. I've tried to modify the patch manually but failed.

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

Reply via email to