paranoya / population-synthesis-toolkit

Spetral synthesis, photometry, SED fitting, etc.
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Include dummy metallicity #38

Closed PabloCorcho closed 1 month ago

PabloCorcho commented 1 month ago

The Tabular model that uses a power law to model the metallicity evolution needs to pass a dummy metallicity to the constructor of TabularCEM. This quantity is never used since the method ism_metallicity is overridden by the mixin. The alternative is to convert that quantity into an optional argument in the TabularCEM constructor.