BEAST-Fitting / beast

Bayesian Extinction And Stellar Tool
http://beast.readthedocs.io
23 stars 34 forks source link

switch fully to numpy.trapz and fix numpy version #815

Closed karllark closed 2 months ago

karllark commented 2 months ago

Fixes three different test errors.

Numpy version fixed to 1.26.4 to avoid issues with upstream packages being compiled to different libraries (mismatch of variable sizes).

Remove last use of scipy.trapz by switching to numpy.trapz. Scipy seems to have renamed their function to trapezoid.

Updated codecov to v4 (from v1) to fix upload rate limit issue.