MAINT: switch to cumulative_trapezoid
I noticed this test warning so I'm going to make the needed changes here.
test/gw/plot_test.py: 18 warnings
/builds/lscsoft/bilby/bilby/core/prior/interpolated.py:169: DeprecationWarning: 'scipy.integrate.cumtrapz' is deprecated in favour of 'scipy.integrate.cumulative_trapezoid' and will be removed in SciPy 1.14.0
self.YY = cumtrapz(self._yy, self.xx, initial=0)
Merge request reports
Activity
added <10 lines Infrastructure labels
changed milestone to %2.4.x
added 19 commits
-
f12f1cee...0ccaa0b6 - 15 commits from branch
master
- 95f069a1 - MAINT: switch to cumulative_trapezoid
- 928606c2 - switch cumulative trapezoid
- e5b72294 - Update eos.py
- 80af71d3 - Update prior.py
Toggle commit list-
f12f1cee...0ccaa0b6 - 15 commits from branch
enabled an automatic merge when the pipeline for 80af71d3 succeeds
changed milestone to %2.3.0
Please register or sign in to reply