Open
Description
Suppose I have written a function in Fortran depending on some parameters I want to fit to data with scipy.optimize.curve_fit. How do I use this function as argument to a Python method?
I tried setitem with the function name and casting it to a Python object, but neither work in this case.
Metadata
Metadata
Assignees
Labels
No labels