Closed hpesonen closed 8 months ago
Before maxiter=1000 was not used at all in minimize, now it's passed to scipy.optimize.minimize
maxiter=1000
minimize
scipy.optimize.minimize
If your contribution adds, removes or somehow changes the functional behavior of the package, please check that
make lint
make docs
make test
and the proposed changes pass all unit tests (check step 6 of CONTRIBUTING.rst for details)
Please list the copyright holder for the work you are submitting (this will be you or your assignee, such as a university or company):
@hpesonen
By submitting this pull request, the copyright holder is agreeing to license the submitted work under the following licenses:
Summary:
Before
maxiter=1000
was not used at all inminimize
, now it's passed toscipy.optimize.minimize
Please make sure
If your contribution adds, removes or somehow changes the functional behavior of the package, please check that
make lint
,make docs
andmake test
and the proposed changes pass all unit tests (check step 6 of CONTRIBUTING.rst for details)
Copyright and Licensing
Please list the copyright holder for the work you are submitting (this will be you or your assignee, such as a university or company):
@hpesonen
By submitting this pull request, the copyright holder is agreeing to license the submitted work under the following licenses: