Skip to content

Split DiffEqProblemLibrary into subpackages #89

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

Merged
merged 8 commits into from
Aug 20, 2022
Merged

Conversation

devmotion
Copy link
Member

This PR splits DiffEqProblemLibrary into subpackages ODEProblemLibrary, DDEProblemLibrary, DAEProblemLibrary, JumpProblemLibrary, and SDEProblemLibrary. DiffEqProblemLibrary only loads these packages (currently errors since the packages are not registered yet). I'm not completely sure about how to handle CI for subpackages, currently it's just multiple groups that run the tests in the subpackages separately and once the tests in DiffEqProblemLibrary. The last one is only strange one as the others are not dependent on each other - should the DiffEqProblemLibrary tests use only registered versions of these subpackages or check out their development version?

The PR is breaking since importodeproblems etc. are removed. I used the opportunity and removed the deprecated DDE problems as well.

Fixes #87.

@devmotion
Copy link
Member Author

Apart from DiffEqProblemLibrary, all tests seem to pass now. DiffEqProblemLibrary fails since the subpackages are not registered yet.

@ChrisRackauckas ChrisRackauckas merged commit 2672fbd into master Aug 20, 2022
@ChrisRackauckas ChrisRackauckas deleted the dw/subpackages branch August 20, 2022 02:34
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

Successfully merging this pull request may close these issues.

Split into subpackages?
2 participants