Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The ode cython example gives errors #3966

Closed
jasongrout opened this issue Aug 27, 2008 · 3 comments
Closed

The ode cython example gives errors #3966

jasongrout opened this issue Aug 27, 2008 · 3 comments

Comments

@jasongrout
Copy link
Member

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

Component: numerical

Issue created by migration from https://trac.sagemath.org/ticket/3966

@jasongrout
Copy link
Member Author

comment:1

Attachment: ode-cython.patch.gz

@jicama
Copy link
Mannequin

jicama mannequin commented Aug 28, 2008

comment:2

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.

@sagetrac-mabshoff
Copy link
Mannequin

sagetrac-mabshoff mannequin commented Aug 29, 2008

comment:3

Merged in Sage 3.1.2.alpha2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant