-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
One of the suggestions in #14 (comment) was to port the MINPACK tests from SciPy to our test suite.
I've tried to locate some of the relevant files:
- https://github.com/scipy/scipy/blob/820fe86bf3ad8ba1c5647632b131659ed7bd447e/scipy/optimize/tests/test_nonlin.py (nice to see @certik among the authors)
- https://github.com/scipy/scipy/blob/820fe86bf3ad8ba1c5647632b131659ed7bd447e/scipy/optimize/tests/test_minpack.py
- https://github.com/scipy/scipy/blob/820fe86bf3ad8ba1c5647632b131659ed7bd447e/scipy/optimize/tests/test_least_squares.py
- https://github.com/scipy/scipy/blob/820fe86bf3ad8ba1c5647632b131659ed7bd447e/scipy/optimize/tests/test__root.py
Note that some of the test may only be testing properties of the SciPy interface, and not have much to do with Fortran at all.
certik