Ticket #3966 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

[with patch, positive review] The ode cython example gives errors

Reported by: jason Assigned to: jkantor
Priority: major Milestone: sage-3.1.2
Component: numerical Keywords:
Cc:

Description

The gsl ode_solver Cython/Pyrex example gives errors because the jacobian isn't passed (and doesn't need to be!). This patch fixes the code and also changes the %pyrex to %cython

Attachments

ode-cython.patch (1.1 kB) - added by jason on 08/27/2008 08:48:10 AM.

Change History

08/27/2008 08:48:10 AM changed by jason

  • attachment ode-cython.patch added.

08/27/2008 09:12:58 AM changed by jason

  • summary changed from The ode cython example gives errors to [with patch, needs review] The ode cython example gives errors.

08/27/2008 07:04:31 PM changed by jwmerrill

  • summary changed from [with patch, needs review] The ode cython example gives errors to [with patch, positive review] The ode cython example gives errors.

This looks good to me. All doctests still pass, and the cython example in the docs now works, although it is still not automatically tested.

08/28/2008 08:20:36 PM changed by mabshoff

  • status changed from new to closed.
  • resolution set to fixed.

Merged in Sage 3.1.2.alpha2