fjebaker / SpectralFitting.jl

✨🛰 Fast and flexible spectral fitting in Julia.
https://fjebaker.github.io/SpectralFitting.jl
GNU General Public License v3.0
9 stars 5 forks source link

Return type inference broken for Optimization.jl algorithms #106

Closed fjebaker closed 5 months ago

fjebaker commented 6 months ago

When not using Levenberg Marquadt, I noticed the return types are not correctly inferred, with some Anys popping up here and there. This needs to be fixed.