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

Model invocation re-writing is allocating too much #136

Open fjebaker opened 2 hours ago

fjebaker commented 2 hours ago

In the Why & How example the flux allocation rewriting is no longer allocating just 2 fluxes, but seems to allocate 3. This needs to be corrected.

fjebaker commented 2 hours ago

I'm not fully sure where the bug was introduced but I will try to bisect later.