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

copy models in a thread-safe way #119

Closed fjebaker closed 4 months ago

fjebaker commented 4 months ago

Models should implement the Base.copy function so that they can be copied, without duplicating e.g. fixed closures or tables in table models.