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.
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 methodism_metallicity
is overridden by the mixin. The alternative is to convert that quantity into an optional argument in the TabularCEM constructor.