Ugh great.
I sing mild praises of #Python documentation, but when it comes to third party libraries like #NumPy and especially #SciPy the documentation ranges from less than stellar to utterly atrocious.
And now I have a problem: scipy.optimize.fsolve() is throwing a numpy DeprecationWarning: Conversion of an array with nim > 0 to a scalar is deprecated.
The function I'm passing in to fsolve() returns a scalar!! And I'm already extracting index 0 from the return of fsolve!! WTF???