POSYDON-code / POSYDON

POSYDON is a next-generation single and binary-star population synthesis code incorporating full stellar structure and evolution modeling with the use of MESA.
BSD 3-Clause "New" or "Revised" License
30 stars 19 forks source link

Scipy interp1d now deprecated #408

Open elizabethteng opened 1 month ago

elizabethteng commented 1 month ago

interp1d is a legacy class and will no longer be updated. Scipy recommends switching to numpy.interp for basic linear interpolation.

elizabethteng commented 1 month ago

This is causing issues for the following import statement: from posydon.utils.common_functions import check_state_of_star_history_array

celiotine commented 2 weeks ago

I opened PR #433 to address this issue.