BUG: schechter_smf
does not accept m_star
and alpha
as callable
#523
Labels
schechter_smf
does not accept m_star
and alpha
as callable
#523
Describe the bug
The method
schechter_smf
(here) inskypy.galaxies._schechter.py
accepts the parametersm_star
and 'alpha' as a callables.However, an error is returned such that a callable is not accepted at the moment.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No error but the redshift
z
and massm
should be returnedDesktop (please complete the following information):
Additional context
The problem is that the
@dependent_argument
decorator is missing. Compare toschechter_lf
callingschechter_lf_magnitude
(here)The text was updated successfully, but these errors were encountered: