fortran-lang / minpack

Modernized Minpack: for solving nonlinear equations and nonlinear least squares problems
https://fortran-lang.github.io/minpack/
Other
94 stars 20 forks source link

Allow pass-through keyword arguments in Python callbacks #73

Closed awvwgk closed 2 years ago

awvwgk commented 2 years ago

The transformative logic applied to the callbacks makes supporting pass-through keyword arguments easy, positional arguments would be a bit more involved, but I don't see an advantage of having those anyway.

Related #71

codecov[bot] commented 2 years ago

Codecov Report

Merging #73 (376e2f5) into main (91d88e9) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #73   +/-   ##
=======================================
  Coverage   88.77%   88.77%           
=======================================
  Files           2        2           
  Lines        1221     1221           
  Branches      456      456           
=======================================
  Hits         1084     1084           
  Misses         40       40           
  Partials       97       97           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 91d88e9...376e2f5. Read the comment docs.