Open elizabethteng opened 1 month ago
interp1d is a legacy class and will no longer be updated. Scipy recommends switching to numpy.interp for basic linear interpolation.
This is causing issues for the following import statement: from posydon.utils.common_functions import check_state_of_star_history_array
from posydon.utils.common_functions import check_state_of_star_history_array
I opened PR #433 to address this issue.
interp1d is a legacy class and will no longer be updated. Scipy recommends switching to numpy.interp for basic linear interpolation.