keflavich / dust_emissivity

Dust mass & emissivity calculation tools based on astropy's units framework
6 stars 7 forks source link

Fixed defining Parameters in fit_sed.py #9

Closed SpacialTree closed 2 years ago

SpacialTree commented 2 years ago

Fixing Issue #8

Removed guesspars.update() from fit_sed_lmfit_hz() in fit_sed.py. Replaced it with a for loop and guesspars.add_many() to make sure every Parameter is added to the Parameters object.