forked from scipy/scipy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Fix problem with Scipy.integrate.solve_bvp for big problems (sci…
…py#12556) * BUG: Fix problem with Scipy.integrate.solve_bvp for big problems with parameters. This commit solves fatal errors when solve_bvp is used for a big problem, i.e. size > 50, and the unknowns include parameters that need solving. This commit includes tests, with and without Jacobians for both the function and the boundary conditions. The new tests adapt already existing tests to make them easier to compare and understand.
- Loading branch information
Showing
3 changed files
with
111 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters