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

autodiff: permit AutoFiniteDiff backend #137

Open fjebaker opened 3 weeks ago

fjebaker commented 3 weeks ago

The check when AD is not supported is that the autodiff type is NoAD, but it could also be some variant of a finite difference backend.