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

OdeSolverMethod trait: convert Option<State> to State #95

Closed
martinjrobins opened this issue Sep 10, 2024 · 1 comment
Closed

OdeSolverMethod trait: convert Option<State> to State #95

martinjrobins opened this issue Sep 10, 2024 · 1 comment

Comments

@martinjrobins
Copy link
Owner

its a bit awkward always having the unwrap the solver state, rather than initialise to None could just init to an empty state? It would mean that users could access this empty state before set_problem is called..... I'm not sure.

@martinjrobins
Copy link
Owner Author

fixed by #109

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

No branches or pull requests

1 participant