Closed wei-lingfeng closed 2 years ago
TypeError: convolveTelluric() missing 2 required positional arguments: 'pwv' and 'telluric_data' When executing: https://github.com/chihchunhsu/smart/blob/7e2416b190fff59dea8538486df07c0ff8254f90/smart/forward_model/model_fit.py#L714
TypeError: convolveTelluric() missing 2 required positional arguments: 'pwv' and 'telluric_data'
The function is defined here: https://github.com/chihchunhsu/smart/blob/7e2416b190fff59dea8538486df07c0ff8254f90/smart/forward_model/tellurics.py#L130
I changed the version back for this function; I defined this function in two places
TypeError: convolveTelluric() missing 2 required positional arguments: 'pwv' and 'telluric_data'
When executing: https://github.com/chihchunhsu/smart/blob/7e2416b190fff59dea8538486df07c0ff8254f90/smart/forward_model/model_fit.py#L714The function is defined here: https://github.com/chihchunhsu/smart/blob/7e2416b190fff59dea8538486df07c0ff8254f90/smart/forward_model/tellurics.py#L130