dnarayanan / powderday

powderday dust radiative transfer
BSD 3-Clause "New" or "Revised" License
22 stars 17 forks source link

Bug fix: Function call had a extra parameter that prevented emission lines from being saved #153

Closed prerakgarg07 closed 2 years ago

prerakgarg07 commented 2 years ago

Bug: Changes introduced in commit #151 removed the parameter id_val from dump_emlines() in analytics.py. But some function calls to dump_emlines() still had this parameter in and this was preventing the emission lines from being dumped in the output file.